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:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user