On 03/02/2018 01:04 PM, Mamoru TASAKA wrote:
/builddir/build/BUILD/openvdb-5.0.0/openvdb/python/pyFloatGrid.cc: In function 'void exportFloatGrid()': /builddir/build/BUILD/openvdb-5.0.0/openvdb/python/pyFloatGrid.cc:51:9: error: 'py::numeric' has not been declared
      py::numeric::array::set_module_and_type("numpy", "ndarray");
          ^~~~~~~
make[2]: *** [openvdb/python/CMakeFiles/pyopenvdb.dir/build.make:66: openvdb/python/CMakeFiles/pyopenvdb.dir/pyFloatGrid.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....

I don't know why make does not stop immediately here (-k option implicitly specified??)

Fedora builders use -j40 or something similar, so you tend to get lots of output from other jobs running parallel after the first error.

Thanks,
Florian
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org

Reply via email to