Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: meas_extensions_convolved, obs_cfht, obs_lsstSim, skymap
-
Labels:
-
Story Points:0.5
-
Epic Link:
-
Sprint:AP S18-6
-
Team:Alert Production
Description
The pure python packages listed in Components have ups tables that add themselves to LD_LIBRARY_PATH and two related library paths. They should not do this. Remove the following from their ups table files:
envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
|
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
|
envPrepend(LSST_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
|
Attachments
Issue Links
- relates to
-
DM-13339 shebang needs to be changed in several places in bin.src directories
- Done
Perhaps we need to add instructions for configuring ups/ to the dev guide. I think the table and config files are mostly cargo-culted right now.