This repo contains scripts for building the following python packages.
- gurobipy win32 wheels for python-2.7, python-3.4
- gurobipy linux wheels for python-2.7, python-3.4
Notes
gurobi-7.0.0 supports python-2.7, python-3.5 gurobi-6.5.2 supports python-2.7, python-3.4, python-3.5
- gdal win32 wheels for python-2.7, python 3.4 (including filegdb, libgeos and proj.4 dlls)
- gdal win64 wheels for python-2.7, python 3.4 (including filegdb, libgeos and proj.4 dlls)
Create a new build machine
- Install python-2.7.12.msi
- Install python-2.7.12.amd64.msi
- Install python-3.4.4.msi (MSC v.1600 32 bit (Intel) on win32)
- Install python-3.4.4.amd64.msi
- Install swigwin-3.0.10
- Install Visual Studio 2010 (for MSC v.1600)
- Require also VCForPython27.msi ("Microsoft Visual C++ 9.0 is required. Get it from http://aka.ms/vcpython27")
- Git-2.10.1-64-bit.exe
- 7z1604-x64.msi
Notes on libgeos
- libgeos does not really support Windows (the official windows builds are red!
- Need to create/add geos_svn_revision.h for windows build; see here.
- Need to copy geos_c.h (which is in capi instead of include) build; see here.
Linux
Don't forget to update LD_LIBRARY_PATH to /opt/gurobixxx/linux64/lib
Windows
Don't forget to set GUROBI_HOME=c:\gurobixxx\win32 and add c:\gurobixxx\win32\bin PATH
- fiona win32 wheels for python-2.7, python 3.4