commit: eb718a32792bca7da8e1c58d56a310a53c3397ad
Author: Marek Szuba <marecki <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 7 20:07:13 2023 +0000
Commit: Marek Szuba <marecki <AT> gentoo <DOT> org>
CommitDate: Tue Feb 7 20:13:22 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb718a32
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 <AT> gentoo.org>
sci-libs/rocBLAS/{rocBLAS-5.1.3.ebuild => rocBLAS-5.1.3-r1.ebuild} | 4 ++--
sci-libs/rocBLAS/{rocBLAS-5.4.2.ebuild => rocBLAS-5.4.2-r1.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
similarity index 97%
rename from sci-libs/rocBLAS/rocBLAS-5.1.3.ebuild
rename to 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
similarity index 99%
rename from sci-libs/rocBLAS/rocBLAS-5.4.2.ebuild
rename to 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