Mathieu Virbel
3a2935f106
(whip) update environment to reflect the path of the new host python. This is temporary until the toolchain supports populate-project.sh.
2015-02-11 12:54:58 +01:00
Mathieu Virbel
55345e1cae
ensure that no ARCHFLAGS/CFLAGS/LDFLAGS from the user will be used. Ref: #109
2015-01-10 18:41:48 +01:00
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
Thomas-Karl Pietrowski
bb5729a885
Adding info about iOS SDK path searching
2014-07-07 10:43:23 -07:00
Mathieu Virbel
cdd79ab77c
ensure byte-compiling py->pyo will work. closes #71
2013-10-27 13:24:14 +01:00
Mathieu Virbel
395c40b9af
first pass to move from llvm-gcc-4.2 to clang
2013-10-08 11:02:05 +02:00
ivpusic
aedcd4e9eb
added build libffi script, and fix of pyobjus script
2013-08-22 19:14:21 +02:00
Mathieu Virbel
7b44cdefc3
make cython check optional
2013-04-15 08:51:42 +02:00
Mathieu Virbel
6b5c3a691c
env: add manually /usr/local/bin to the PATH, seems like on some setup, its not included by default.
2013-04-11 23:09:12 +02:00
Mathieu Virbel
066e868534
add requirements check for autoconf, automake, libtool, pkg-config, hg
2013-03-01 18:40:51 +01:00
Mathieu Virbel
20f932be92
ensure pkg-config is installed before going further. closes #43
2013-03-01 18:37:40 +01:00
Mathieu Virbel
d0eacfc3ae
replace PYTHON_VERSION with IOS_PYTHON_VERSION, and factorize HOSTPYTHON into environment.sh. closes #27
2013-02-28 19:21:58 +01:00
Mathieu Virbel
ad85ed15f0
detect if we could use cython-2.7 prior to cython. closes #28
2013-02-28 19:07:05 +01:00
Mathieu Virbel
c8b8e2c67f
revert a bad merge, universal python is absolutely not fixed >_>
2013-02-12 00:39:38 +01:00
Mathieu Virbel
af09496fa5
fix back the KIVYIOSROOT path
2013-02-11 21:44:48 +01:00
Mathieu Virbel
3875dd12e2
Merge pull request #37 from fictorial/master
...
This is a request for help for building a version of Kivy for the iOS Simulator.
2013-02-11 12:42:27 -08:00
Mathieu Virbel
e547ffb97d
replace SDKROOT with IOSSDKROOT. closes #33 , #32 , #30
2013-02-11 21:33:52 +01:00
Brian Hammond
952bffcebd
First stab at Universal Python
2013-02-04 15:57:33 -05:00
Brian Hammond
d67552a703
Fix KIVYIOSROOT setting
2013-02-04 14:40:21 -05:00
Mathieu Virbel
10c9887263
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
Mathieu Virbel
e76b539bb3
fix env test
2012-10-13 18:01:33 +02:00
Mathieu Virbel
7f85afb2ed
protect -x under VERBOSE=1 env
2012-10-13 17:59:34 +02:00
Mathieu Virbel
f70b893790
sdl-ttf: fix compilation when we never installed SDL on our system. the current buidl was relying on the sdl-config that doesn't exist.
...
Instead, generate a fake sdl.pc for pkg-config, and use it when compiling the SDL_ttf. closes #15
2012-07-21 16:54:24 +02:00
Mathieu Virbel
748aeee2ed
show error if DEVROOT is not found on the disk
2012-05-04 01:09:41 +02:00
Joseph Hager
18687fb762
Determine the correct SDK and DEVROOT programmatically.
2012-04-17 15:49:42 -04:00
Mathieu Virbel
0f2ab13935
add lxml as a possible recipe + ensure flags are reset after using other build-*
2012-03-11 17:23:15 +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
cfa91a7458
first part of cleaning
2012-03-08 18:05:47 +01:00