Details
-
Type:
Bug
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ndarray
-
Labels:
Description
Today I asked lsstsw to rebuild a product (astshim) and it failed while bulding ndarray, with this error:
/Users/rowen/UW/LSST/lsstsw3/build/ndarray/include/ndarray/detail/Core.h:22:10: fatal error: 'ndarray/Vector.h' file not found
|
#include "ndarray/Vector.h"
|
That file is built by m4 so I suspect race condition or other sequencing error in the build instructions. When I resubmitted the rebuild command it worked.
Looks like this wasn't fixed by
DM-14728after all; Paul Price rediscovered it, put together a fix, and I've merged that and cut a release upstream. I'll use this ticket to push out an LSST uprev of ndarray.