2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-13 12:52:14 +00:00

Exeriment with darwin toolset ABI problems

svn path=/trunk/boost/libs/numeric/ublas/; revision=25233
This commit is contained in:
Michael Stevens
2004-09-19 17:57:10 +00:00
parent 461c0f35bb
commit 855a939f3b
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"
]
;