-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
distribute control TangoDS as a conda package #4
Comments
Distribution of this package itself should not be an issue. Nevertheless, detectors required config files (depends of the networking configuration and detector's generation. The path to these files is given as tango property and can be changed any time. The question is how to track/backup these config files? Previously we have stored them in the same forked repository of sls package. I believe it's still a good idea to git these files and even assign them tags. Their layouts and syntax is dependent from firmware's and sls software's versions and should match the right one. Then the user would still need to download these configs with a separate command but I believe it's still a significant simplification of the installation process in comparison with building c++ project and python libs from source. Any thoughts or proposals @dschick ? |
In this tango DS we are also dependent from the sls package executables as |
issue was resolved and lied on the wrong merged version to the fork: the last release (which is used for the real detektor) though |
the next step is to test the build with the 7.0.0 version.
|
resolved in 9f5007a |
there is even better way to make the installation easier. Since we do not need
zmqServer
and onlyslsReceiver
we can migrate to the sls software conda distribtuion instead of compiling the package by ourself. Then it would be enough to only create an environment with all required packages:The text was updated successfully, but these errors were encountered: