Skip to content

separate build and install numpy steps #3

Description

@gidden

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions