Skip to content

Commit

Permalink
Switch C++ usage from utils package to cpputils
Browse files Browse the repository at this point in the history
  • Loading branch information
timj committed Sep 11, 2021
1 parent 1930a60 commit b6c6a22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ups/daf_base.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import lsst.sconsUtils

dependencies = {
"required": ["utils", "numpy"],
"required": ["cpputils", "numpy"],
"buildRequired": ["boost_test", "python", "pybind11"],
}

Expand Down
1 change: 1 addition & 0 deletions ups/daf_base.table
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
setupRequired(utils)
setupRequired(cpputils)
setupRequired(pex_exceptions)

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

0 comments on commit b6c6a22

Please sign in to comment.