Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

separate build and install numpy steps #3

Open
gidden opened this issue Mar 12, 2014 · 1 comment
Open

separate build and install numpy steps #3

gidden opened this issue Mar 12, 2014 · 1 comment

Comments

@gidden
Copy link
Contributor

gidden commented Mar 12, 2014

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
@scopatz
Copy link
Member

scopatz commented Mar 13, 2014

Perhaps this should be brought up on the numpy list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants