mirror of
https://github.com/boostorg/ublas.git
synced 2026-02-13 12:52:14 +00:00
fixed strangeness caused by missing 'subproject'
and definition of additonal 'exe conceptes' svn path=/trunk/boost/libs/numeric/ublas/; revision=23623
This commit is contained in:
26
Jamfile
26
Jamfile
@@ -14,21 +14,11 @@
|
||||
# GeNeSys mbH & Co. KG in producing this work.
|
||||
#
|
||||
|
||||
subproject libs/numeric/ublas ;
|
||||
|
||||
# bring in rules for testing
|
||||
import testing ;
|
||||
|
||||
SOURCES = concepts ;
|
||||
|
||||
exe concepts
|
||||
: $(SOURCES).cpp
|
||||
: <include>$(BOOST_ROOT)
|
||||
<sysinclude>$(BOOST_ROOT)
|
||||
<define>EXTERNAL
|
||||
# <gcc><*><cxxflags>"-fabi-version=0"
|
||||
<intel-linux><*><cxxflags>"-Xc"
|
||||
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
||||
<kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
||||
;
|
||||
|
||||
test-suite uBLAS
|
||||
: [ run test1/test1.cpp
|
||||
test1/test11.cpp
|
||||
@@ -109,17 +99,15 @@ test-suite uBLAS
|
||||
: # args
|
||||
: # input files
|
||||
: # requirements
|
||||
|
||||
<define>BOOST_UBLAS_USE_INTERVAL
|
||||
# borland warns so often that successful compilation is prevented.
|
||||
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
||||
<kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
||||
<define>BOOST_UBLAS_USE_INTERVAL
|
||||
]
|
||||
[ run concepts.cpp
|
||||
: # args
|
||||
: # input files
|
||||
[ compile concepts.cpp
|
||||
: # requirements
|
||||
|
||||
<define>EXTERNAL
|
||||
<intel-linux><*><cxxflags>"-Xc"
|
||||
# borland warns so often that successful compilation is prevented.
|
||||
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
||||
<kylix><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
|
||||
|
||||
Reference in New Issue
Block a user