]> https://gitweb.dealii.org/ - candi.git/commitdiff
remove python from boost config 59/head
authorTimo Heister <timo.heister@gmail.com>
Sun, 29 Oct 2017 20:21:43 +0000 (16:21 -0400)
committerTimo Heister <timo.heister@gmail.com>
Sun, 29 Oct 2017 20:21:43 +0000 (16:21 -0400)
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

index bd33a8c2d74087d4d3d6480f86f9dc4c7d50576b..7d34b808de3632ed141e8766e0cdc218d6d29701 100644 (file)
@@ -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

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.