diff --git a/Jamfile b/Jamfile index 38ceaba4..18585ab2 100644 --- a/Jamfile +++ b/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 - : $(BOOST_ROOT) - $(BOOST_ROOT) - EXTERNAL -# <*>"-fabi-version=0" - <*>"-Xc" - <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" - <*>"-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 - + BOOST_UBLAS_USE_INTERVAL # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" - BOOST_UBLAS_USE_INTERVAL ] - [ run concepts.cpp - : # args - : # input files + [ compile concepts.cpp : # requirements - + EXTERNAL + <*>"-Xc" # borland warns so often that successful compilation is prevented. <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092" <*>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"