2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Try setting the architecture explicitly.

This commit is contained in:
jzmaddock
2023-02-05 13:12:58 +00:00
parent aedb8909c3
commit 805371c2da

View File

@@ -39,7 +39,7 @@ echo '==================================> BEFORE_SCRIPT'
echo '==================================> SCRIPT'
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD $OPTIONS ;" > ~/user-config.jam
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD $OPTIONS <cxxflags>"-arch arm64" ;" > ~/user-config.jam
uname -a
(cd libs/config/test && ../../../b2 -d2 print_config_info print_math_info toolset=$TOOLSET)
(cd libs/math/test && ../../../b2 -j3 toolset=$TOOLSET $TEST_SUITE)