Added pic option to hdf5 and netcdf build. Fixed return variable in python build script.

This commit is contained in:
Guilhem Lavaux 2012-11-01 17:20:30 -04:00
parent f7ffe20b69
commit 430d938401
2 changed files with 3 additions and 3 deletions

View file

@ -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)