diff options
author | 2024-12-19 21:24:43 +0100 | |
---|---|---|
committer | 2024-12-19 21:24:43 +0100 | |
commit | b605f95e724b1055043c031d161b9d2e144252f5 (patch) | |
tree | 6453eafda6479c6f0039c31c6f9d4725c25f30de /sci-libs | |
parent | dev-lang/gnucobol: drop 3.1.2 (diff) | |
download | gentoo-b605f95e724b1055043c031d161b9d2e144252f5.tar.gz gentoo-b605f95e724b1055043c031d161b9d2e144252f5.tar.bz2 gentoo-b605f95e724b1055043c031d161b9d2e144252f5.zip |
sci-libs/caffe2: fix libc10_hip.so path
Closes: https://bugs.gentoo.org/946642
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/caffe2/caffe2-2.5.1-r7.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/caffe2/caffe2-2.5.1-r7.ebuild b/sci-libs/caffe2/caffe2-2.5.1-r7.ebuild index 8cb8a0b152fa..66f3bdfb9818 100644 --- a/sci-libs/caffe2/caffe2-2.5.1-r7.ebuild +++ b/sci-libs/caffe2/caffe2-2.5.1-r7.ebuild @@ -146,6 +146,7 @@ src_prepare() { -e "/EXPORT/s|DESTINATION lib)|DESTINATION $(get_libdir))|" \ c10/cuda/CMakeLists.txt \ c10/CMakeLists.txt \ + c10/hip/CMakeLists.txt \ || die cmake_src_prepare |