Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_orca
-
Labels:None
-
Story Points:1
-
Epic Link:
-
Team:Data Facility
Description
For some reasons ctrl_orca is missing the bin folder, at least in recent releases (e.g. docker images v15, w_2018_23, ...). Usually a bin folder is created for packages with a bin.src folder during the build process. But the bin folder is not made in ctrl_orca; rewrite_shebang is not run in the build process. This is also true in lsstsw build and the shared stack in /software on LSST machines. Manually scons-ing it works.
Do you mind reviewing this?
I'm un-commenting two lines that got commented out during the pybind11 transition (
DM-8467).DM-8873suggests that it's pybind11 compatible. This might not solve all problems related to this, but should be a start, and I will then check the next weekly release docker image (unfortunately I don't know how to test this otherwise. Could also be something in the release process?).