2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +00:00

Exeriment with darwin toolset ABI problems

This commit is contained in:
Michael Stevens
2004-09-19 17:57:10 +00:00
parent b99ffdd76a
commit 65e55abc31
2 changed files with 2 additions and 0 deletions

View File

@@ -54,6 +54,7 @@ test-suite numeric/uBLAS
: # requirements
<define>$(UBLAS_TESTSET)
<intel-linux><*><cxxflags>"-fpstkchk" # Try and pick up runtime failures
<darwin><*><cxxflags>"-fabi-version=0"
<vacpp><*><define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
]
[ run test2/test2.cpp

View File

@@ -104,5 +104,6 @@ test-suite numeric/uBLAS
: # requirements
<define>EXTERNAL
<toolset>intel-linux:<cxxflags>"-Xc"
<toolset>darwin:<cxxflags>"-fabi-version=0"
]
;