2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-22 15:52:18 +00:00
Files
ublas/test5/Jamfile
Jörg Walter d4535394ee Many bugfixes and improvements, especially related to sparse matrices.
Thanks namely to Kresimir Fresl and Michael Stevens this time.
2002-11-10 10:38:54 +00:00

14 lines
297 B
Plaintext

subproject libs/numeric/ublas/test5 ;
SOURCES = test5 test51 test52 test53 ;
exe test5
: $(SOURCES).cpp
: <include>$(BOOST_ROOT)
<define>BOOST_UBLAS_SAFE
<define>USE_RANGE
<define>USE_ADAPTOR
<borland><*><cxxflags>"-w-8026 -w-8027 -w-8057 -w-8084 -w-8092"
;