From: Timo Heister Date: Sun, 29 Oct 2017 20:21:43 +0000 (-0400) Subject: remove python from boost config X-Git-Tag: v8.5.1~10^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F59%2Fhead;p=candi.git remove python from boost config boost fails to compile with "pyconfig.h: No such file or directory" because of a broken include path setting inside boost. Instead of fixing/updating boost (which we can't do because newer boost version are also not working correctly), just disable the python support inside boost. We are not using that anyways. --- diff --git a/deal.II-toolchain/packages/boost.package b/deal.II-toolchain/packages/boost.package index bd33a8c..7d34b80 100644 --- a/deal.II-toolchain/packages/boost.package +++ b/deal.II-toolchain/packages/boost.package @@ -12,7 +12,7 @@ INSTALL_PATH=${INSTALL_PATH}/${NAME} package_specific_build () { cp -rf ${UNPACK_PATH}/${NAME}/* . - ./bootstrap.sh --prefix=${INSTALL_PATH} + ./bootstrap.sh --prefix=${INSTALL_PATH} --without-libraries=python quit_if_fail "boost build ./bootstrap.sh failed" echo "using mpi ;" > user-config.jam