diff options
author | Sv. Lockal <lockalsash@gmail.com> | 2024-01-05 15:32:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-08 19:21:59 +0000 |
commit | bedfb8ff3798d1dd4c98ba9aa616e329f6489c31 (patch) | |
tree | 963ef4510033188d719c5d8df4b1799f22d1867e /sci-libs/rocBLAS | |
parent | dev-util/Tensile: fix compilation of rocBLAS by propagating MSGPACK_NO_BOOST ... (diff) | |
download | gentoo-bedfb8ff3798d1dd4c98ba9aa616e329f6489c31.tar.gz gentoo-bedfb8ff3798d1dd4c98ba9aa616e329f6489c31.tar.bz2 gentoo-bedfb8ff3798d1dd4c98ba9aa616e329f6489c31.zip |
sci-libs/rocBLAS: lock dev-util/hip version, as with hip-6.0 build fails with "no member named 'gcnArch'"
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/rocBLAS')
-rw-r--r-- | sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild index ce542d4df039..a6ac3e7e3b2c 100644 --- a/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild +++ b/sci-libs/rocBLAS/rocBLAS-5.7.1-r1.ebuild @@ -30,7 +30,7 @@ BDEPEND=" DEPEND=" >=dev-cpp/msgpack-cxx-6.0.0 - dev-util/hip + =dev-util/hip-5* test? ( virtual/blas dev-cpp/gtest |