From 99ef8edd25373c87d1b9eff5be192eaa442d4aee Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 15 Aug 2024 14:35:00 +1100 Subject: [PATCH] debug --- recipe/build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/recipe/build.sh b/recipe/build.sh index 51d0260..2fe282b 100755 --- a/recipe/build.sh +++ b/recipe/build.sh @@ -1,6 +1,17 @@ #!/bin/bash set -ex +# Write python configuration, see https://github.com/boostorg/build/issues/xxx +echo "using python" > user-config.jam +echo ": $PY_DUMMY_VER" >> user-config.jam +echo ": $PYTHON" >> user-config.jam +echo ": $PREFIX/include" >> user-config.jam +echo ": $PREFIX/lib" >> user-config.jam +echo ";" >> user-config.jam +cat user-config.jam +# see https://www.boost.org/build/doc/html/bbv2/overview/configuration.html +export BOOST_BUILD_PATH=$SRC_DIR + # Hints: # http://boost.2283326.n4.nabble.com/how-to-build-boost-with-bzip2-in-non-standard-location-td2661155.html # http://www.gentoo.org/proj/en/base/amd64/howtos/?part=1&chap=3