Skip to content

Commit

Permalink
don't link boost_serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wittgen committed May 26, 2021
1 parent 68b03cc commit c1c5e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ups/afw.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import lsst.sconsUtils
dependencies = {
"required": ["utils", "daf_persistence", "daf_base", "pex_exceptions", "geom", "log", "pex_config",
"eigen", "fftw", "ndarray", "numpy", "minuit2", "gsl", "cfitsio",
"boost_filesystem", "boost_regex", "boost_serialization", "astshim", "sphgeom"],
"boost_filesystem", "boost_regex", "astshim", "sphgeom"],
"buildRequired": ["boost_test", "boost_timer", "pybind11"],
}

Expand Down

0 comments on commit c1c5e33

Please sign in to comment.