mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 15:21:11 +00:00
Ensure cfitsio is built before healpy
This commit is contained in:
parent
4e3b33948f
commit
f053e751c3
1 changed files with 1 additions and 1 deletions
2
external/external_python_build.cmake
vendored
2
external/external_python_build.cmake
vendored
|
@ -126,7 +126,7 @@ IF(INTERNAL_HEALPY)
|
||||||
"-P")
|
"-P")
|
||||||
|
|
||||||
ExternalProject_Add(healpy
|
ExternalProject_Add(healpy
|
||||||
DEPENDS ${PREV_PYTHON_BUILD}
|
DEPENDS cfitsio ${PREV_PYTHON_BUILD}
|
||||||
URL ${HEALPY_URL}
|
URL ${HEALPY_URL}
|
||||||
PREFIX ${BUILD_PREFIX}/healpy-prefix
|
PREFIX ${BUILD_PREFIX}/healpy-prefix
|
||||||
CONFIGURE_COMMAND echo "No configure"
|
CONFIGURE_COMMAND echo "No configure"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue