this may take some effort. my initial work with
setup.py build
<cp built source to a build dir>
setup.py install --prefix='prefix' --skip-build
didn't play nice with numpy.
This should speed up the fast build quite a bit.
The steps required to close this issue are:
- alter build.sh such that numpy is built, the built source is copied to the
build directory, and then numpy is installed. pyne.run-spec should pass at this point.
- update fast_deps in your user space and confirm that pyne.fast.run-spec passes
- update pyne-ci's fast_deps and pyne-ci git repo
this may take some effort. my initial work with
didn't play nice with numpy.
This should speed up the fast build quite a bit.
The steps required to close this issue are:
builddirectory, and then numpy is installed. pyne.run-spec should pass at this point.