You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to come up with a reliable, not-facility-specific method to determine versions of EPICS module dependencies. (I'm not sure there actually is one, but would be happy to be proven wrong here.)
Dependency versions could be inferred from:
envPaths, if available. This would require the least amount of changes.
A Makefile or RELEASE_SITE if available
Should the IOC loader be tasked with providing this information? That way, it could be done on a facility-by-facility basis.
The text was updated successfully, but these errors were encountered:
I'd like to come up with a reliable, not-facility-specific method to determine versions of EPICS module dependencies. (I'm not sure there actually is one, but would be happy to be proven wrong here.)
Dependency versions could be inferred from:
envPaths
, if available. This would require the least amount of changes.Makefile
orRELEASE_SITE
if availableShould the IOC loader be tasked with providing this information? That way, it could be done on a facility-by-facility basis.
The text was updated successfully, but these errors were encountered: