diff options
author | Sv. Lockal <lockalsash@gmail.com> | 2024-07-20 17:34:40 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-09 19:15:17 +0100 |
commit | ae00b35d6bf3c102470f0d79ff470093b3e81421 (patch) | |
tree | 63e13b9dba83e6891de619489d42a47c26624dda /sci-libs | |
parent | sci-libs/rocFFT: strip unsupported flags for potentially switched compiler (diff) | |
download | gentoo-ae00b35d6bf3c102470f0d79ff470093b3e81421.tar.gz gentoo-ae00b35d6bf3c102470f0d79ff470093b3e81421.tar.bz2 gentoo-ae00b35d6bf3c102470f0d79ff470093b3e81421.zip |
sci-libs/rocPRIM: strip unsupported flags for potentially switched compiler
Bug: https://bugs.gentoo.org/936099
Signed-off-by: Sv. Lockal <lockalsash@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild b/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild index cd85f27b6500..5829c9167987 100644 --- a/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild +++ b/sci-libs/rocPRIM/rocPRIM-6.1.1.ebuild @@ -42,6 +42,8 @@ src_prepare() { } src_configure() { + rocm_use_hipcc + local mycmakeargs=( -DCMAKE_SKIP_RPATH=ON -DAMDGPU_TARGETS="$(get_amdgpu_flags)" @@ -51,7 +53,7 @@ src_configure() { -DROCM_SYMLINK_LIBS=OFF ) - CXX=hipcc cmake_src_configure + cmake_src_configure } src_test() { |