2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-13 12:52:14 +00:00
Files
ublas/Jamfile
Michael Stevens 65e229c47b fixed strangeness caused by missing 'subproject'
and definition of additonal 'exe conceptes'

svn path=/trunk/boost/libs/numeric/ublas/; revision=23623
2004-07-16 10:20:12 +00:00

116 lines
4.0 KiB
Plaintext

#
# Copyright (c) 2000-2002
# Joerg Walter, Mathias Koch
#
# Permission to use, copy, modify, distribute and sell this software
# and its documentation for any purpose is hereby granted without fee,
# provided that the above copyright notice appear in all copies and
# that both that copyright notice and this permission notice appear
# in supporting documentation. The authors make no representations
# about the suitability of this software for any purpose.
# It is provided "as is" without express or implied warranty.
#
# The authors gratefully acknowledge the support of
# GeNeSys mbH & Co. KG in producing this work.
#
subproject libs/numeric/ublas ;
# bring in rules for testing
import testing ;
test-suite uBLAS
: [ run test1/test1.cpp
test1/test11.cpp
test1/test12.cpp
test1/test13.cpp
: # args
: # input files
: # requirements
# 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"
]
[ run test2/test2.cpp
test2/test21.cpp
test2/test22.cpp
test2/test23.cpp
: # args
: # input files
: # requirements
# 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"
]
[ run test3/test3.cpp
test3/test31.cpp
test3/test32.cpp
test3/test33.cpp
: # args
: # input files
: # requirements
# 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"
]
[ run test4/test4.cpp
test4/test41.cpp
test4/test42.cpp
test4/test43.cpp
: # args
: # input files
: # requirements
# 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"
]
[ run test5/test5.cpp
test5/test51.cpp
test5/test52.cpp
test5/test53.cpp
: # args
: # input files
: # requirements
# 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"
]
[ run test6/test6.cpp
test6/test61.cpp
test6/test62.cpp
test6/test63.cpp
: # args
: # input files
: # requirements
# 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"
]
[ run test7/test7.cpp
test7/test71.cpp
test7/test72.cpp
test7/test73.cpp
: # 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"
]
[ 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"
]
;