mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Added Healpy to the dependencies to build
This commit is contained in:
parent
d6d71174de
commit
0e2f551f7a
4 changed files with 35 additions and 0 deletions
4
external/python_install.cmake
vendored
4
external/python_install.cmake
vendored
|
@ -3,8 +3,12 @@ SET(ENV{NETCDF4_DIR} ${NETCDF4_DIR})
|
|||
SET(ENV{CPPFLAGS} ${PYTHON_CPPFLAGS})
|
||||
SET(ENV{LDFLAGS} ${PYTHON_LDFLAGS})
|
||||
SET(ENV{VOID_GSL} ${VOID_GSL})
|
||||
SET(ENV{CFITSIO_EXT_INC} ${CFITSIO_EXT_INC})
|
||||
SET(ENV{CFITSIO_EXT_LIB} ${CFITSIO_EXT_LIB})
|
||||
SET(ENV{PYTHONPATH} ${PYTHON_LOCAL_SITE_PACKAGE}:$ENV{PYTHONPATH})
|
||||
|
||||
SET(PYTHON_INSTALL_COMMAND ${PYTHON_EXECUTABLE} setup.py install --prefix=${TARGET_PATH} --install-lib=${PYTHON_LOCAL_SITE_PACKAGE})
|
||||
|
||||
message(STATUS "Running ${PYTHON_INSTALL_COMMAND}")
|
||||
execute_process(
|
||||
COMMAND ${PYTHON_INSTALL_COMMAND}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue