Commit graph

5 commits

Author SHA1 Message Date
Mathieu Virbel
c2c552e7a9 numpy: first pass to supports numpy
Numpy requires severals requirements:
- It absolutely requires unittest, that was deleted before
(reduce-python.sh)
- It requires future_builtins (ModuleSetup)
- Deduplication of symbols now can merge multiple .a for easier
management in Xcode (tools/environments.sh)
- Avoid passing specific linker parameters to ar (-Wl ignored in
tools/liblink).

Numpy itself have few patch for:
- force endianess to be little, using directly endian.h leads to
detection error during the build process.
- force not BLAS to be built, Accelerate framework already have it
- rework the dependencies relation for lapack_lite and _umath_linalg,
to prevent duplicate symbols and force compilation of necessary module
/ missing symbols.
2014-11-24 02:56:38 +01:00
Mathieu Virbel
e6ae3dc0ed update template to fix import path + reworked embed include for python (import site need pyconfig.h only) 2012-03-11 17:22:45 +01:00
Mathieu Virbel
2e1af4a224 enhance reduce python to create automatically the python27.zip 2012-03-11 01:54:06 +01:00
Mathieu Virbel
fcd89f675a fix path of all build script + add sdlmixer in build-all 2012-03-08 20:45:55 +01:00
Mathieu Virbel
2eb7ce33ff renmae 2012-03-08 18:09:31 +01:00
Renamed from tools/reduce_python.sh (Browse further)