This repository was archived by the owner on Dec 31, 2021. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 21
Recompile
Doug Blank edited this page Jun 4, 2014
·
7 revisions
-
configure environment - set IRONPYTHON_HOME env variable to ipy.exe location, on win7 x64 default location is:
C:\Program Files (x86)\IronPython 2.7
-
get the source
git clone [email protected]:paweljasinski/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
-
-
compile
cd numpy-refactor ipy iron_setup.py
If you are admin and can write to iron python directory, you are done. Otherwise you need to perform install step below.
-
install, in another cmd shell, this time started as Administrator:
cd numpy-refactor ipy iron_install.py