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:
1
Jamfile
1
Jamfile
@@ -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
|
||||
|
||||
@@ -104,5 +104,6 @@ test-suite numeric/uBLAS
|
||||
: # requirements
|
||||
<define>EXTERNAL
|
||||
<toolset>intel-linux:<cxxflags>"-Xc"
|
||||
<toolset>darwin:<cxxflags>"-fabi-version=0"
|
||||
]
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user