Search found 393 matches

by soliday
10 Dec 2021, 11:33
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16546

Re: libtclSDDS.so not in sources

Try setting the TCLLIBPATH environment variable to /home/mypathtoElegantSources/sdds
And place the pkgIndex.tcl and libtclSDDS.so into that directory.
by soliday
09 Dec 2021, 11:36
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16546

Re: libtclSDDS.so not in sources

To manually install it, you would need to copy the libtclSDDS.so and pkgIndex.tcl files to the lib/sdds/ directory where your tcl packages are. You can find the location by running:
tclsh
puts $tcl_pkgPath
by soliday
01 Dec 2021, 11:18
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16546

Re: libtclSDDS.so not in sources

There is something else going on. The epics.base.configure.tar.gz package contains the build rules from EPICS/Base without the actual code. These build rules were from an earlier version of EPICS/Base. One of the Tcl extension modules uses EPICS/Base and has been updated to work with the newer heade...
by soliday
30 Nov 2021, 10:55
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16546

Re: libtclSDDS.so not in sources

It is in the OAG.1.27 source code package under the oag/apps/src/tcltkinterp/extensions/sdds directory.
by soliday
25 Nov 2021, 11:21
Forum: Installation
Topic: Elegant from sources shows unknown SVN revision
Replies: 2
Views: 5303

Re: Elegant from sources shows unknown SVN revision

The source code on the web was checked out on a RHEL7 machine running Subversion 1.7.14 Unfortunately when running "svnversion ." in the source directory tree, it returns the "unknown" when trying to query the revision number if you are running newer versions of SVN (Subversion). It doesn't affect a...
by soliday
22 Nov 2021, 10:27
Forum: Installation
Topic: sddsedit requires Tktable 2.11
Replies: 2
Views: 5267

Re: sddsedit requires Tktable 2.11

You can download:

https://ops.aps.anl.gov/downloads/Tktable2.11.tar
and unpack it into:
/usr/lib64/tk8.5/Tktable2.11

I'll look into creating a proper RPM for it.
by soliday
19 Nov 2021, 11:51
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 6688

Re: sddssort compiled from sources does not sort

I am attaching a newer version of the file. Apparently there was an issue with the yesterday's version. I don't know the details. As for RPMs. There will be a new release today. I have been working on it for about a week now. This change will not be in the prebuilt RPMs but I will put it into the so...
by soliday
18 Nov 2021, 18:55
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 6688

Re: sddssort compiled from sources does not sort

There was a bug in sddssort.c due to a feature change in the SDDS format. It has been fixed. I am attaching the updated sddssort.c file since you said you are building from source code.
by soliday
18 Nov 2021, 17:22
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 6688

Re: sddssort compiled from sources does not sort

I am not familiar with how non-dominate sorting works. I will forward this question on to the programmer who added this feature.
by soliday
18 Nov 2021, 14:36
Forum: Installation
Topic: sddssort compiled from sources does not sort
Replies: 8
Views: 6688

Re: sddssort compiled from sources does not sort

You are running three commands back to back, sddssort, sddsprintout and sddsprintout. The error you posted is coming from the first call to sddsprintout. It does not have a -nondominate option. The printout that you are seeing is from the last call to sddsprintout.