Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: utils
-
Labels:None
-
Story Points:0.5
-
Team:Architecture
Description
Testing the stack with Python 3.7 fails when building utils.
Python 3.7 requires boost 1.68 (DM-15385). To reproduce:
- Install lsstsw using bin/deploy -b to get the "bleeding edge" conda packages.
- Rebuild utils with boost 1.68: rebuild -r tickets/
DM-15385utils
This will hang during the utils test_cache.py tests. The hang occurs even with optimization disabled in utils. I have not tried to disable boost optimization.
All tests pass with this change. Does this mean it really is a bug in pybind11 or that I should apply this patch to utils?