2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 15:32:12 +00:00

temporarily remove .v2 as they are picked up automatic

for tests sources in the subdirectories and get built!!

svn path=/trunk/boost/libs/numeric/ublas/; revision=24649
This commit is contained in:
Michael Stevens
2004-08-22 18:45:40 +00:00
parent 3c3e78eddf
commit 180da815cd
7 changed files with 0 additions and 71 deletions

View File

@@ -1,10 +0,0 @@
# Copyright (c) 2004 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# test1 - basic tests for dense vectors and matrices.
exe test1
: test1.cpp test11.cpp test12.cpp test13.cpp
;

View File

@@ -1,10 +0,0 @@
# Copyright (c) 2004 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# test2 - BLAS equivalent functions implemented with uBLAS
exe test2
: test2.cpp test21.cpp test22.cpp test23.cpp
;

View File

@@ -1,10 +0,0 @@
# Copyright (c) 2004 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# test3 - basic tests for sparse vectors and matrices.
exe test3
: test3.cpp test31.cpp test32.cpp test33.cpp
;

View File

@@ -1,10 +0,0 @@
# Copyright (c) 2004 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# test4 - basic tests for banded matrices.
exe test4
: test4.cpp test41.cpp test42.cpp test43.cpp
;

View File

@@ -1,10 +0,0 @@
# Copyright (c) 2004 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# test5 - basic tests for triangular matrices.
exe test5
: test5.cpp test51.cpp test52.cpp test53.cpp
;

View File

@@ -1,10 +0,0 @@
# Copyright (c) 2004 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# test6 - basic tests for symmetric matrices.
exe test6
: test6.cpp test61.cpp test62.cpp test63.cpp
;

View File

@@ -1,11 +0,0 @@
# Copyright (c) 2004 Michael Stevens
# Use, modification and distribution are subject to the
# Boost Software License, Version 1.0. (See accompanying file
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
# test7 - basic tests for dense vectors and matrices of boost::numeric::interval(s).
exe test7
: test7.cpp test71.cpp test72.cpp test73.cpp
: <define>BOOST_UBLAS_USE_INTERVAL
;