Enable numpy install for buildbot

Numpy is compiled at build environment, but
importing it from blender somehow fails.

Will need help of Campbell for this.
This commit is contained in:
Sergey Sharybin
2013-04-18 12:25:13 +00:00
parent 23d636eaf5
commit 85363c79bf
2 changed files with 2 additions and 0 deletions

View File

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

View File

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