pyne / pyne-ci

Continuous Integration scripts for PyNE core using Batlab
Other
1 stars 5 forks source link

separate build and install numpy steps #3

Open gidden opened 10 years ago

gidden commented 10 years ago

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:

scopatz commented 10 years ago

Perhaps this should be brought up on the numpy list.