kivy-ios/tools
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
..
patches update sdl_ttf patch for SDL 2 (fix SDL_AllocSurface to SDL_CreateRGBSurface). closes #15 2012-07-21 19:10:39 +02:00
templates add missing bridge templates 2014-11-24 02:56:09 +01:00
biglink Updates print and open file statements for Python3 compatibility. 2014-02-03 13:58:11 +08:00
build-all.sh Merge pull request #91 from Zen-CODE/add_openssl 2014-09-29 22:04:26 +02:00
build-audiostream.sh replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27 2013-02-28 19:21:58 +01:00
build-ffmpeg.sh ffmpeg: fix root directory 2014-03-24 12:14:32 +01:00
build-freetype.sh use sourceforge instead of savannah for downloading freetype. closes #34 2013-02-28 18:48:51 +01:00
build-ios.sh replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27 2013-02-28 19:21:58 +01:00
build-kivy.sh allow customization of kivy branch 2014-02-03 17:16:47 +01:00
build-libffi.sh Change "-miphoneos-version-min=4.0" to "-miphoneos-version-min=6.0" in generate-ios-source-and-headers.py for libffi-3.0.13 2014-09-25 21:57:23 -07:00
build-libjpeg.sh modified: src/jpeg_files/jpeg_makefile.patch 2013-07-12 15:11:30 +02:00
build-lxml.sh replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27 2013-02-28 19:21:58 +01:00
build-numpy.sh numpy: first pass to supports numpy 2014-11-24 02:56:38 +01:00
build-openssl-link.sh Corrected spelling 2014-05-15 16:33:15 +02:00
build-openssl.sh Skip building if binaries exist 2014-05-15 11:47:38 +02:00
build-pil.sh Fixed PIL build flags and Tremor import path 2013-10-12 20:47:35 +08:00
build-plyer.sh Added plyer build script 2014-08-09 18:25:16 -04:00
build-pyobjus.sh FIx typo 2014-08-01 17:43:09 -04:00
build-python.sh Removed prompt 2014-05-15 16:57:14 +02:00
build-sdl.sh fix build-sdl.all to be cwd change resistant 2012-12-16 13:40:15 +01:00
build-sdlmixer.sh libtremor download is now more robust on failure 2013-10-16 09:21:03 +08:00
build-sdlttf.sh update env to install ttf, vorbis and ogg in tmp/root. Then use that prefix for compiling sdlmixer and sdlttf. 2012-11-21 00:12:42 +01:00
clean_python.sh first part of cleaning 2012-03-08 18:05:47 +01:00
create-xcode-project.sh Merge pull request #61 from ivpusic/master 2013-09-27 15:03:33 -07:00
cythonize.py Updates print and open file statements for Python3 compatibility. 2014-02-03 13:58:11 +08:00
environment.sh numpy: first pass to supports numpy 2014-11-24 02:56:38 +01:00
liblink numpy: first pass to supports numpy 2014-11-24 02:56:38 +01:00
populate-project.sh updated template project. Added libffi.a and libpyobjus to link with binaries section 2013-08-26 23:22:49 +02:00
reduce-python.sh numpy: first pass to supports numpy 2014-11-24 02:56:38 +01:00