Skip to content

Commit

Permalink
Merge pull request #190 from lsst/tickets/DM-31721
Browse files Browse the repository at this point in the history
DM-31721: Add dependency on cpputils package
  • Loading branch information
timj committed Sep 20, 2021
2 parents 3bd7ecb + fdbbcc5 commit 8975406
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ups/jointcal.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import lsst.sconsUtils
# table files.

dependencies = {
"required": ["utils", "afw", "meas_algorithms", "jointcal_cholmod"],
"required": ["cpputils", "afw", "meas_algorithms", "jointcal_cholmod"],
"buildRequired": ["boost_test", "pybind11"],
}

Expand Down
1 change: 1 addition & 0 deletions ups/jointcal.table
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ setupRequired(pipe_tasks)
setupRequired(jointcal_cholmod)
setupRequired(verify)
setupRequired(verify_metrics)
setupRequired(cpputils)

# for running gen3 middleware tests
setupRequired(ctrl_mpexec)
Expand Down

0 comments on commit 8975406

Please sign in to comment.