Search found 392 matches

by soliday
09 Dec 2021, 11:36
Forum: Installation
Topic: libtclSDDS.so not in sources
Replies: 24
Views: 16078

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: 16078

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: 16078

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: 5099

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: 5041

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: 6448

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: 6448

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: 6448

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: 6448

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.
by soliday
16 Nov 2021, 18:36
Forum: Optimization and Matching
Topic: MOGA optimizer for rings
Replies: 24
Views: 52135

Re: MOGA optimizer for rings

We don't build oagtclsh normally. Basically it is just a collection of Tcl modules (sdds, ca, os, rpn) that we add to the basic Tcl package. If you were to build your own Tcl from source code at ActiveTcl.com or tcl.tk, then you would just need to copy the four modules over.