From 78abc4b52c9988f0b3c2dec66b9925e7afc76bc3 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 29 Oct 2017 16:21:43 -0400 Subject: [PATCH] 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. --- deal.II-toolchain/packages/boost.package | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5