Disable python extension in cosmotool for now as it is not required and cause trouble for Vide building scripts

This commit is contained in:
Guilhem Lavaux 2018-07-26 14:54:55 +02:00
parent e01ee80fbd
commit 23c9a369ee

View file

@ -21,6 +21,7 @@ ExternalProject_Add(cosmotool
-DNETCDF_LIBRARY=${NETCDF_LIBRARY}
-DNETCDFCPP_LIBRARY=${NETCDFCPP_LIBRARY}
-DENABLE_SHARP=OFF
-DBUILD_PYTHON=OFF
-DBoost_INCLUDE_DIR=${Boost_INCLUDE_DIRS}
${CYTHON_OPTION}