Skip to content

Commit b509425

Browse files
committed
Update build deps.
1 parent de19c2e commit b509425

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

benchmarks/Jamfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
66

77
project
8-
: requirements <library>/boost/program_options//boost_program_options
8+
: requirements
9+
<library>/boost/ublas//boost_ublas
10+
<library>/boost/program_options//boost_program_options
911
;
1012

1113
exe add : add.cpp ;

examples/tensor/Jamfile

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ import config : requires ;
1212
# Project settings
1313
project
1414
: requirements
15+
<library>/boost/ublas//boost_ublas
1516
<define>BOOST_UBLAS_NO_EXCEPTIONS
1617
<toolset>vacpp:<define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
1718
<toolset>gcc:<cxxflags>"-Wall -pedantic -Wextra -Wno-unknown-pragmas"

test/Jamfile

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ UBLAS_TESTSET_SPARSE_COO ?=
4949
# Project settings
5050
project
5151
: requirements
52+
<library>/boost/ublas//boost_ublas
5253
<define>BOOST_UBLAS_NO_EXCEPTIONS
5354
<toolset>vacpp:<define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
5455
<toolset>gcc:<cxxflags>"-Wall -Wno-unknown-pragmas"

0 commit comments

Comments
 (0)