We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Recompiling with current version of IronPyhon and Visual Studio 2013
Assumptions:
Target version of IronPython is installed
Visual Studio 2013 is installed
Procedure:
configure environment - set IRONPYTHON_HOME env variable to ipy.exe location, on win7 x64 default location is:
C:\Program Files (x86)\IronPython 2.7
clone repo
git clone git@github.com:numpy/numpy-refactor.git
recreate npy_config.h
in cmd window
set compiler environment
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\vcvarsall.bat" x86
run build.py from libndarray/windows
cd numpy-refactor\libndarray\windows ipy build.py
Work in progress !
compile
install