Skip to content

Commit

Permalink
Merge pull request #18 from lsst/tickets/DM-42108
Browse files Browse the repository at this point in the history
DM-42108: Add missing library paths for EUPS
  • Loading branch information
mwittgen committed Dec 10, 2023
2 parents e5187c2 + 32d6e3a commit 7b83c6c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ups/gbdes.table
Original file line number Diff line number Diff line change
@@ -1,2 +1,5 @@
setupRequired(astshim)
envPrepend(PYTHONPATH, ${PRODUCT_DIR}/build/pydir)
envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/build)
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/build)
envPrepend(LSST_LIBRARY_PATH, ${PRODUCT_DIR}/build)

0 comments on commit 7b83c6c

Please sign in to comment.