Search found 401 matches

by soliday
28 Aug 2024, 17:02
Forum: Installation
Topic: DLL load failed while importing sddsdata
Replies: 1
Views: 866

Re: DLL load failed while importing sddsdata

Can you try it with SDDSPython3.11.9-x64.msi to see if it makes a difference?
https://ops.aps.anl.gov/downloads/SDDSP ... .9-x64.msi

If that doesn't work, I will look into setting up Anaconda on my Windows laptop to test further.

--Bob
by soliday
14 Aug 2024, 15:53
Forum: Installation
Topic: Pelegant error: passed size is not equal to expected size for SDDS_DATASET structure
Replies: 1
Views: 826

Re: Pelegant error: passed size is not equal to expected size for SDDS_DATASET structure

The error comes from the SDDS library. It is saying that the library was compiled with a different SDDS.h file than Pelegant was. The first thing I would do is to run "ldd Pelegant" to see if it is linking to a shared library SDDS1.so. It may be using an older version somehow. Check the timestamp on...
by soliday
14 Aug 2024, 15:02
Forum: Bugs
Topic: I have a problem to run km2sdds script
Replies: 2
Views: 3062

Re: I have a problem to run km2sdds script

I played around with it trying to get it to work with alien. I can get it to get past that problem but it refuses the run the internal script to setup the symlinks. The only thing that seems to really work is to not use alien at all. Instead run: sudo rpm -ivh <rpmfile> This will install it and setu...
by soliday
14 Aug 2024, 15:01
Forum: Installation
Topic: OAGtclsh Issue with SmoothDist6s
Replies: 5
Views: 11863

Re: OAGtclsh Issue with SmoothDist6s

I played around with it trying to get it to work with alien. I can get it to get past that problem but it refuses the run the internal script to setup the symlinks. The only thing that seems to really work is to not use alien at all. Instead run: sudo rpm -ivh <rpmfile> This will install it and setu...
by soliday
16 Jul 2024, 10:15
Forum: Bugs
Topic: Files missing from SDDSToolkit-devel RPM package?
Replies: 6
Views: 2707

Re: Files missing from SDDSToolkit-devel RPM package?

My access rights to edit APS web pages has temporarily been removed. So until I can get this fixed you will have to download it from here.

https://ops.aps.anl.gov/downloads/SDDST ... x86_64.rpm
by soliday
11 Jul 2024, 15:18
Forum: Bugs
Topic: Files missing from SDDSToolkit-devel RPM package?
Replies: 6
Views: 2707

Re: Files missing from SDDSToolkit-devel RPM package?

My timeline on this is going to take a bit longer than I had hoped. I will post here when it is done.
by soliday
08 Jul 2024, 17:33
Forum: Bugs
Topic: Files missing from SDDSToolkit-devel RPM package?
Replies: 6
Views: 2707

Re: Files missing from SDDSToolkit-devel RPM package?

Yes, I can add the missing libraries to that RPM. I will add it to the Debian 12 release by tomorrow and probably wait for the next version release to update all the others.
by soliday
24 Apr 2024, 08:53
Forum: Installation
Topic: SDDS source compilation in Debian
Replies: 7
Views: 3827

Re: SDDS source compilation in Debian

Technically sddsedit does not use EPICS, however we have an EPICS package that is built by default for the scripting tools. You can skip it if you edit oag/apps/src/tcltkinterp/extensions/Makefile and change:
DIRS = ca os sdds rpn
to
DIRS = os sdds rpn
by soliday
23 Apr 2024, 11:38
Forum: Installation
Topic: SDDS source compilation in Debian
Replies: 7
Views: 3827

Re: SDDS source compilation in Debian

cadef.h is part of the EPICS Base distribution. Are you using EPICS? If not, then you will not need to build the oagca or the SDDSepics directories. Often people are only interested in the SDDS toolkit and elegant. That is why we supply the epics.base.configure file. We use the compile rules from EP...