Skip to content

Commit

Permalink
Update build deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Aug 10, 2024
1 parent de19c2e commit b509425
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion benchmarks/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
# LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

project
: requirements <library>/boost/program_options//boost_program_options
: requirements
<library>/boost/ublas//boost_ublas
<library>/boost/program_options//boost_program_options
;

exe add : add.cpp ;
Expand Down
1 change: 1 addition & 0 deletions examples/tensor/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import config : requires ;
# Project settings
project
: requirements
<library>/boost/ublas//boost_ublas
<define>BOOST_UBLAS_NO_EXCEPTIONS
<toolset>vacpp:<define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
<toolset>gcc:<cxxflags>"-Wall -pedantic -Wextra -Wno-unknown-pragmas"
Expand Down
1 change: 1 addition & 0 deletions test/Jamfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ UBLAS_TESTSET_SPARSE_COO ?=
# Project settings
project
: requirements
<library>/boost/ublas//boost_ublas
<define>BOOST_UBLAS_NO_EXCEPTIONS
<toolset>vacpp:<define>"BOOST_UBLAS_NO_ELEMENT_PROXIES"
<toolset>gcc:<cxxflags>"-Wall -Wno-unknown-pragmas"
Expand Down

0 comments on commit b509425

Please sign in to comment.