blaze: Use Boost 1.70 (#7911)

This commit is contained in:
robxnano
2023-03-06 10:20:39 +00:00
committed by GitHub
parent 6eba197001
commit 4bd35c77d2

View File

@@ -12,7 +12,7 @@ and SVML
HOMEPAGE="https://bitbucket.org/blaze-lib/blaze/"
COPYRIGHT="2012-2020 Klaus Iglberger"
LICENSE="BSD (3-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://bitbucket.org/blaze-lib/blaze/downloads/blaze-$portVersion.tar.gz"
CHECKSUM_SHA256="dfaae1a3a9fea0b3cc92e78c9858dcc6c93301d59f67de5d388a3a41c8a629ae"
@@ -32,7 +32,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix
devel:libboost_system$secondaryArchSuffix >= 1.70.0
devel:liblapack$secondaryArchSuffix
devel:libopenblas$secondaryArchSuffix
"
@@ -48,6 +48,7 @@ BUILD()
mkdir -p build && cd "$_"
cmake .. \
-DCMAKE_BUILD_TYPE=Release \
$cmakeDirArgs