summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Szuba <marecki@gentoo.org>2023-02-07 20:07:13 +0000
committerMarek Szuba <marecki@gentoo.org>2023-02-07 20:13:22 +0000
commiteb718a32792bca7da8e1c58d56a310a53c3397ad (patch)
treedbde628a75939bbba5255f9e19f961c930d06d38 /sci-libs/rocBLAS
parentdev-libs/spdlog: drop 1.10.0 (diff)
downloadgentoo-eb718a32792bca7da8e1c58d56a310a53c3397ad.tar.gz
gentoo-eb718a32792bca7da8e1c58d56a310a53c3397ad.tar.bz2
gentoo-eb718a32792bca7da8e1c58d56a310a53c3397ad.zip
sci-libs/rocBLAS: block >=dev-libs/msgpack-5.0.0
For anyone who might try to fix this, it's a bit of a funny one - the CMake file which looks for "msgpack" rather than "msgpackc-cxx" is in fact part of dev-util/Tensile, not sci-libs/rocBLAS itself. The reason why it's rocBLAS that fails is that C/C++ bits of Tensile is installed as sources to be incorporated into other projects. Still, it's rocBLAS which has dev-libs/msgpack in its list of dependencies so this is where the version cap goes. Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-libs/rocBLAS')
-rw-r--r--sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild (renamed from sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild)4
-rw-r--r--sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild (renamed from sci-libs/rocBLAS/rocBLAS-5.4.2.ebuild)2
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild
index d9316725fe8c..0723e8244bf6 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -29,7 +29,7 @@ BDEPEND="
DEPEND="
dev-util/hip
- dev-libs/msgpack
+ <dev-libs/msgpack-5.0.0
test? (
virtual/blas
dev-cpp/gtest
diff --git a/sci-libs/rocBLAS/rocBLAS-5.4.2.ebuild b/sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild
index 28fad2ffbe68..826e17c0e64b 100644
--- a/sci-libs/rocBLAS/rocBLAS-5.4.2.ebuild
+++ b/sci-libs/rocBLAS/rocBLAS-5.4.2-r1.ebuild
@@ -29,7 +29,7 @@ BDEPEND="
DEPEND="
dev-util/hip
- dev-libs/msgpack
+ <dev-libs/msgpack-5.0.0
test? (
virtual/blas
dev-cpp/gtest