Buildbot tweaks

Add numpy installation to blender player configuration,
this is so because player is building first and it installs
python, which prevented numpy installation from blender
configuration.
This commit is contained in:
Sergey Sharybin 2013-04-23 15:29:39 +00:00
parent e5a968276e
commit ddf01af533
2 changed files with 2 additions and 0 deletions

@ -6,6 +6,7 @@ BF_NUMJOBS = 4
BF_PYTHON_VERSION = '3.3' BF_PYTHON_VERSION = '3.3'
BF_PYTHON_ABI_FLAGS = 'm' BF_PYTHON_ABI_FLAGS = 'm'
BF_PYTHON = '/opt/lib/python-3.3' BF_PYTHON = '/opt/lib/python-3.3'
WITH_BF_PYTHON_INSTALL_NUMPY = True
WITH_BF_STATICPYTHON = True WITH_BF_STATICPYTHON = True

@ -6,6 +6,7 @@ BF_NUMJOBS = 4
BF_PYTHON_VERSION = '3.3' BF_PYTHON_VERSION = '3.3'
BF_PYTHON_ABI_FLAGS = 'm' BF_PYTHON_ABI_FLAGS = 'm'
BF_PYTHON = '/opt/lib/python-3.3' BF_PYTHON = '/opt/lib/python-3.3'
WITH_BF_PYTHON_INSTALL_NUMPY = True
WITH_BF_STATICPYTHON = True WITH_BF_STATICPYTHON = True