mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Added pic option to hdf5 and netcdf build. Fixed return variable in python build script.
This commit is contained in:
parent
f7ffe20b69
commit
430d938401
2 changed files with 3 additions and 3 deletions
2
external/python_build.cmake
vendored
2
external/python_build.cmake
vendored
|
@ -5,7 +5,7 @@ SET(ENV{LDFLAGS} ${PYTHON_LDFLAGS})
|
|||
SET(ENV{PYTHONPATH} ${TARGET_PATH}/lib/python2.7/site-packages:$ENV{PYTHONPATH})
|
||||
execute_process(
|
||||
COMMAND ${PYTHON_EXECUTABLE} setup.py build
|
||||
RESULT_VALUE RET_VALUE
|
||||
RESULT_VARIABLE RET_VALUE
|
||||
)
|
||||
|
||||
IF(NOT RET_VALUE EQUAL 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue