Yes it builds through pipe_tasks. Would you like me to build it any further?
Also, does this update include a newer pybind11? When I build afw I'm seeing a warning I don't recall seeing before:
python/lsst/afw/math/random.cc:96:16: warning: 'object' is deprecated: Use reinterpret_borrow<object>() or reinterpret_steal<object>() [-Wdeprecated-declarations]
|
return py::object{PyBytes_FromStringAndSize(state.data(), state.size()), false};
|
^
|
/Users/rowen/UW/LSST/lsstsw3/stack/DarwinX86/pybind11/tickets.DM-8467-g939e5e0649/include/pybind11/pytypes.h:106:5: note: 'object' has been explicitly marked deprecated here
|
object(handle h, bool is_borrowed) : handle(h) { if (is_borrowed) inc_ref(); }
|
^
|
(Note that I'm modifying afw/display on DM-8874; I could fix this if it's a trivial change)
Please confirm tickets/
DM-8467builds for you.