mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Build python dependencies: Python, NetCDF4
This commit is contained in:
parent
e1f3731682
commit
eaa35ea07e
3 changed files with 65 additions and 0 deletions
5
external/python_install.cmake
vendored
Normal file
5
external/python_install.cmake
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
SET(ENV{HDF5_DIR} ${HDF5_DIR})
|
||||
SET(ENV{NETCDF4_DIR} ${NETCDF4_DIR})
|
||||
SET(ENV{CPPFLAGS} ${PYTHON_CPPFLAGS})
|
||||
SET(ENV{LDFLAGS} ${PYTHON_LDFLAGS})
|
||||
execute_process(COMMAND ${PYTHON_EXECUTABLE} setup.py install --prefix=${TARGET_PATH})
|
Loading…
Add table
Add a link
Reference in a new issue