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
Consider building into /usr instead of /opt/lsst. This is what is expected of regularly installed packages on a typical Linux system. This would make it possible to run the code w/o EUPS' setup step.
The difficulties include:
merging products that have files which will overwrite each other (i.e., various __init__.py in python packages).
this depends on packages not depending on *_DIR and other variables that EUPS sets up (at runtime).
could this be done so that EUPS can still be used to mix-and-match additional packages?
The text was updated successfully, but these errors were encountered:
jhoblitt
pushed a commit
to jhoblitt/conda-lsst
that referenced
this issue
Mar 14, 2017
Consider building into /usr instead of /opt/lsst. This is what is expected of regularly installed packages on a typical Linux system. This would make it possible to run the code w/o EUPS'
setup
step.The difficulties include:
__init__.py
in python packages).*_DIR
and other variables that EUPS sets up (at runtime).The text was updated successfully, but these errors were encountered: