commit: c8c364ba87ab8a9f43b824f00cbda1fa9037d822
Author: Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 21 09:17:57 2021 +0000
Commit: Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Thu Jan 21 09:17:57 2021 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=c8c364ba
sci-libs/miopen: unconditional use HIP.
Package-Manager: Portage-3.0.12, Repoman-3.0.1
Signed-off-by: Benda Xu <heroxbd <AT> gentoo.org>
sci-libs/miopen/miopen-4.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-libs/miopen/miopen-4.0.0-r1.ebuild
b/sci-libs/miopen/miopen-4.0.0-r1.ebuild
index 1bde9f88f..1651c912b 100644
--- a/sci-libs/miopen/miopen-4.0.0-r1.ebuild
+++ b/sci-libs/miopen/miopen-4.0.0-r1.ebuild
@@ -46,7 +46,7 @@ src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
-DCMAKE_BUILD_TYPE=Release
- -DMIOPEN_BACKEND=$(usex opencl OpenCL HIP)
+ -DMIOPEN_BACKEND=HIP
-DBoost_USE_STATIC_LIBS=OFF
)