From 963bce7917c76a22a68ededb2f16656b3f70435d Mon Sep 17 00:00:00 2001 From: robxnano <89391914+robxnano@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:17:28 +0000 Subject: [PATCH] blaze: Remove Boost dependency as unneeded (#7920) --- sci-libs/blaze/blaze-3.8.recipe | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sci-libs/blaze/blaze-3.8.recipe b/sci-libs/blaze/blaze-3.8.recipe index 06c27d372..c800a5011 100644 --- a/sci-libs/blaze/blaze-3.8.recipe +++ b/sci-libs/blaze/blaze-3.8.recipe @@ -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 "