Skip to content

Commit

Permalink
Add dependency on cpputils package
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 20, 2021
1 parent 608e23a commit 87a0f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ups/meas_algorithms.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lsst.sconsUtils

dependencies = {
"required": ["astshim", "utils", "geom", "afw", "boost_math", "pex_config", "meas_base",
"required": ["astshim", "cpputils", "geom", "afw", "boost_math", "pex_config", "meas_base",
"minuit2"],
"buildRequired": ["boost_test", "pybind11"],
}
Expand Down
1 change: 1 addition & 0 deletions ups/meas_algorithms.table
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ setupRequired(pex_exceptions)
setupRequired(pipe_base)
setupRequired(sconsUtils)
setupRequired(utils)
setupRequired(cpputils)

envPrepend(LD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
envPrepend(DYLD_LIBRARY_PATH, ${PRODUCT_DIR}/lib)
Expand Down

0 comments on commit 87a0f48

Please sign in to comment.