You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
build
directory, and then numpy is installed. pyne.run-spec should pass at this point.The text was updated successfully, but these errors were encountered: