File tree 3 files changed +5
-1
lines changed
3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 5
5
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
6
7
7
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
9
11
;
10
12
11
13
exe add : add.cpp ;
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import config : requires ;
12
12
# Project settings
13
13
project
14
14
: requirements
15
+ <library>/boost/ublas//boost_ublas
15
16
<define>BOOST_UBLAS_NO_EXCEPTIONS
16
17
<toolset>vacpp:<define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
17
18
<toolset>gcc:<cxxflags>"-Wall -pedantic -Wextra -Wno-unknown-pragmas"
Original file line number Diff line number Diff line change @@ -49,6 +49,7 @@ UBLAS_TESTSET_SPARSE_COO ?=
49
49
# Project settings
50
50
project
51
51
: requirements
52
+ <library>/boost/ublas//boost_ublas
52
53
<define>BOOST_UBLAS_NO_EXCEPTIONS
53
54
<toolset>vacpp:<define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
54
55
<toolset>gcc:<cxxflags>"-Wall -Wno-unknown-pragmas"
You can’t perform that action at this time.
0 commit comments