From 6eba197001e0a2e31222c490f317b9d48b67aafa Mon Sep 17 00:00:00 2001 From: robxnano <89391914+robxnano@users.noreply.github.com> Date: Sun, 5 Mar 2023 17:58:26 +0000 Subject: [PATCH] mlpack: use Boost 1.70 (#7904) --- sci-libs/mlpack/mlpack-3.4.2.recipe | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/sci-libs/mlpack/mlpack-3.4.2.recipe b/sci-libs/mlpack/mlpack-3.4.2.recipe index 0f7af88dc..4f3d99203 100644 --- a/sci-libs/mlpack/mlpack-3.4.2.recipe +++ b/sci-libs/mlpack/mlpack-3.4.2.recipe @@ -6,7 +6,7 @@ knife\" for machine learning researchers." HOMEPAGE="https://www.mlpack.org/" COPYRIGHT="2011-2012 mlpack Team" LICENSE="BSD (3-clause)" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/mlpack/mlpack/archive/$portVersion.tar.gz" CHECKSUM_SHA256="7a7ad88c4c870b19e6c3946de23a1de1b0ee2768ddb83447bd72ea90d8cae49d" SOURCE_FILENAME="mlpack-$portVersion.tar.gz" @@ -109,9 +109,9 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libarmadillo$secondaryArchSuffix - devel:libboost_serialization$secondaryArchSuffix - devel:libboost_system$secondaryArchSuffix - devel:libboost_unit_test_framework$secondaryArchSuffix + devel:libboost_serialization$secondaryArchSuffix >= 1.70.0 + devel:libboost_system$secondaryArchSuffix >= 1.70.0 + devel:libboost_unit_test_framework$secondaryArchSuffix >= 1.70.0 devel:libhdf5$secondaryArchSuffix devel:liblapack$secondaryArchSuffix devel:libopenblas$secondaryArchSuffix @@ -138,6 +138,7 @@ BUILD() cd build cmake .. \ + -DCMAKE_BUILD_TYPE=Release \ -DCMAKE_INSTALL_PREFIX=$prefix \ -DBUILD_TESTS=OFF \ -DDEBUG=OFF \