From b5094259443f1876a5d4cdc03cd68085692c3578 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Fri, 9 Aug 2024 23:57:14 -0500 Subject: [PATCH] Update build deps. --- benchmarks/Jamfile | 4 +++- examples/tensor/Jamfile | 1 + test/Jamfile | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/benchmarks/Jamfile b/benchmarks/Jamfile index 4aa8ce8bb..0ff838f85 100644 --- a/benchmarks/Jamfile +++ b/benchmarks/Jamfile @@ -5,7 +5,9 @@ # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) project - : requirements /boost/program_options//boost_program_options + : requirements + /boost/ublas//boost_ublas + /boost/program_options//boost_program_options ; exe add : add.cpp ; diff --git a/examples/tensor/Jamfile b/examples/tensor/Jamfile index 6755207db..0211d5416 100644 --- a/examples/tensor/Jamfile +++ b/examples/tensor/Jamfile @@ -12,6 +12,7 @@ import config : requires ; # Project settings project : requirements + /boost/ublas//boost_ublas BOOST_UBLAS_NO_EXCEPTIONS vacpp:"BOOST_UBLAS_NO_ELEMENT_PROXIES" gcc:"-Wall -pedantic -Wextra -Wno-unknown-pragmas" diff --git a/test/Jamfile b/test/Jamfile index 295af4f77..470827677 100644 --- a/test/Jamfile +++ b/test/Jamfile @@ -49,6 +49,7 @@ UBLAS_TESTSET_SPARSE_COO ?= # Project settings project : requirements + /boost/ublas//boost_ublas BOOST_UBLAS_NO_EXCEPTIONS vacpp:"BOOST_UBLAS_NO_ELEMENT_PROXIES" gcc:"-Wall -Wno-unknown-pragmas"