Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 15, 2024
1 parent 5bc23d1 commit 99ef8ed
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions recipe/build.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 99ef8ed

Please sign in to comment.