[HTCondor-devel] Is numpy now required to build condor?


Date: Fri, 13 Apr 2018 12:19:03 -0500
From: Greg Thain <gthain@xxxxxxxxxxx>
Subject: [HTCondor-devel] Is numpy now required to build condor?

With the new boost in master, the boost external doesn't build on my lab-support rhel6 box with


libs/python/src/numpy/ndarray.cpp: In function âboost::python::numpy::ndarray::bitflag boost::python::numpy::detail::numpy_to_bitflag(int)â: libs/python/src/numpy/ndarray.cpp:25:11: error: âNPY_ARRAY_C_CONTIGUOUSâ was not declared in this scope
ÂÂ if (f & NPY_ARRAY_C_CONTIGUOUS) r = (r | ndarray::C_CONTIGUOUS);


A quick grep through the code shows no NPY_ARRAY_C_CONTIGUOUS defined anywhere.


-greg

[← Prev in Thread] Current Thread [Next in Thread→]
  • [HTCondor-devel] Is numpy now required to build condor?, Greg Thain <=