mlpack: use Boost 1.70 (#7904)

This commit is contained in:
robxnano
2023-03-05 17:58:26 +00:00
committed by GitHub
parent 804efeebf3
commit 6eba197001

View File

@@ -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 \