From 23c9a369eeba9db7fe33fc832e6f816e58eee130 Mon Sep 17 00:00:00 2001 From: Guilhem Lavaux Date: Thu, 26 Jul 2018 14:54:55 +0200 Subject: [PATCH] Disable python extension in cosmotool for now as it is not required and cause trouble for Vide building scripts --- external/external_cosmotool.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/external/external_cosmotool.cmake b/external/external_cosmotool.cmake index cc982ec..026532b 100644 --- a/external/external_cosmotool.cmake +++ b/external/external_cosmotool.cmake @@ -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}