diff options
author | Marek Szuba <marecki@gentoo.org> | 2023-03-30 23:39:42 +0100 |
---|---|---|
committer | Marek Szuba <marecki@gentoo.org> | 2023-03-30 23:41:43 +0100 |
commit | 967f496c5d037428489a3f62f1edc676641b5580 (patch) | |
tree | b48e7faa2cf4926d49f209184e81add974474049 /sci-libs | |
parent | dev-util/Tensile: adapt for msgpack-cxx-6.0.0 (diff) | |
download | gentoo-967f496c5d037428489a3f62f1edc676641b5580.tar.gz gentoo-967f496c5d037428489a3f62f1edc676641b5580.tar.bz2 gentoo-967f496c5d037428489a3f62f1edc676641b5580.zip |
sci-libs/rocBLAS: adapt for msgpack-cxx-6.0.0
Signed-off-by: Marek Szuba <marecki@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild (renamed from sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild) | 2 | ||||
-rw-r--r-- | sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild (renamed from sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild b/sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild index 051609e9d1a3..7027067623c7 100644 --- a/sci-libs/rocBLAS/rocBLAS-5.1.3-r2.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-5.1.3-r3.ebuild @@ -28,7 +28,7 @@ BDEPEND=" " DEPEND=" - dev-cpp/msgpack-cxx + >=dev-cpp/msgpack-cxx-6.0.0 dev-util/hip test? ( virtual/blas diff --git a/sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild b/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild index 9e141e24ef49..417333c668f9 100644 --- a/sci-libs/rocBLAS/rocBLAS-5.4.2-r2.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-5.4.2-r3.ebuild @@ -28,7 +28,7 @@ BDEPEND=" " DEPEND=" - dev-cpp/msgpack-cxx + >=dev-cpp/msgpack-cxx-6.0.0 dev-util/hip test? ( virtual/blas |