Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Sprint:DRP X16-3
-
Team:Data Release Production
Description
Removal of boost smart pointers in DM-5879 missed some meas extensions which are not built as part of lsst_distrib. Namely: meas_extensions_shapeHSM, meas_extensions_simpleShape and meas_extensions_photometryKron.
Update these too.
Attachments
Issue Links
- is triggered by
-
DM-5879 Remove use of Boost smart pointers throughout the Science Pipelines
- Done
-
RFC-100 Switch from boost::shared_ptr to std::shared_ptr
- Implemented
- is triggering
-
DM-6080 afw build failure with XCode 6.2 (OSX 10.9)
- Invalid
-
DM-6084 meas_algorithms cannot be built with XCode 7.2.1
- Done
- relates to
-
DM-2141 Add meas_extensions_shapeHSM to lsstsw, lsst_distrib
- Done
-
DM-3440 add meas_extensions_photometryKron to lsstsw, lsst_distrib
- Done
- mentioned in
-
Page Loading...
Changes are two lines with s/boost/std/ — fine.