diff --git a/Jamfile b/Jamfile index 9f0d5af7..d4f812f6 100644 --- a/Jamfile +++ b/Jamfile @@ -54,6 +54,7 @@ test-suite numeric/uBLAS : # requirements $(UBLAS_TESTSET) <*>"-fpstkchk" # Try and pick up runtime failures + <*>"-fabi-version=0" <*>"BOOST_UBLAS_NO_ELEMENT_PROXIES" ] [ run test2/test2.cpp diff --git a/Jamfile.v2 b/Jamfile.v2 index 17879b7b..29da449d 100644 --- a/Jamfile.v2 +++ b/Jamfile.v2 @@ -104,5 +104,6 @@ test-suite numeric/uBLAS : # requirements EXTERNAL intel-linux:"-Xc" + darwin:"-fabi-version=0" ] ;