blaze: Remove Boost dependency as unneeded (#7920)

This commit is contained in:
robxnano
2023-03-06 15:17:28 +00:00
committed by GitHub
parent 6ffae280ca
commit 963bce7917

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="2"
REVISION="3"
SOURCE_URI="https://bitbucket.org/blaze-lib/blaze/downloads/blaze-$portVersion.tar.gz"
CHECKSUM_SHA256="dfaae1a3a9fea0b3cc92e78c9858dcc6c93301d59f67de5d388a3a41c8a629ae"
@@ -25,14 +25,12 @@ PROVIDES="
"
REQUIRES="
haiku$secondaryArchSuffix
lib:libboost_system$secondaryArchSuffix
lib:liblapack$secondaryArchSuffix
lib:libopenblas$secondaryArchSuffix
"
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libboost_system$secondaryArchSuffix >= 1.70.0
devel:liblapack$secondaryArchSuffix
devel:libopenblas$secondaryArchSuffix
"