Skip to content

Commit

Permalink
Merge pull request #1 from lsst/tickets/DM-5133
Browse files Browse the repository at this point in the history
Added missing dependencies, LSST_LIBRARY_PATH. Remove PATH.
  • Loading branch information
parejkoj committed Apr 20, 2016
2 parents a7a89de + 590f1d7 commit 48cb81d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ups/jointcal_cholmod.table
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

setupRequired(scons)
setupRequired(sconsUtils)

envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envAppend(PATH, ${PRODUCT_DIR}/bin)

envPrepend(LSST_LIBRARY_PATH, ${PRODUCT_DIR}/lib)

0 comments on commit 48cb81d

Please sign in to comment.