healpy setup.py also needs to know where cfitsio is located

This commit is contained in:
Guilhem Lavaux 2012-11-06 15:56:03 -05:00
parent a59b9aae84
commit 058b12bb3f
4 changed files with 6 additions and 2 deletions

View file

@ -97,6 +97,7 @@ IF(INTERNAL_HEALPY)
"-DPYTHON_CPPFLAGS:STRING=${PYTHON_CPPFLAGS}"
"-DCFITSIO_EXT_LIB=${CFITSIO_LIBRARY}"
"-DCFITSIO_EXT_INC=${CFITSIO_INCLUDE_PATH}"
"-DCFITSIO_EXT_PREFIX=${CFITSIO_PREFIX}"
"-DNETCDF4_DIR=${NETCDF_BIN_DIR}"
"-DPYTHON_LDFLAGS:STRING=${PYTHON_LDFLAGS}"
"-DPYTHON_LOCAL_SITE_PACKAGE=${PYTHON_LOCAL_SITE_PACKAGE}"