From 65e229c47b95c88cebea905ea33aa45fc6897ea0 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Fri, 16 Jul 2004 10:20:12 +0000 Subject: [PATCH] fixed strangeness caused by missing 'subproject' and definition of additonal 'exe conceptes' svn path=/trunk/boost/libs/numeric/ublas/; revision=23623 --- Jamfile | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) 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"