diff options
author | Benda Xu <heroxbd@gentoo.org> | 2023-07-30 10:21:44 +0800 |
---|---|---|
committer | Benda Xu <heroxbd@gentoo.org> | 2023-07-30 12:35:36 +0800 |
commit | d5326b32678303ec9ece262931f0b0e5588d4fc6 (patch) | |
tree | 2ec77d90a43999ec49108d5c82a78bad67ad0d74 /sci-libs/rocFFT | |
parent | sci-libs/hipRAND: new package, add 5.6.0 (diff) | |
download | gentoo-d5326b32678303ec9ece262931f0b0e5588d4fc6.tar.gz gentoo-d5326b32678303ec9ece262931f0b0e5588d4fc6.tar.bz2 gentoo-d5326b32678303ec9ece262931f0b0e5588d4fc6.zip |
sci-libs/rocRAND: bump to 5.6.0 and split out hipRAND.
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
Diffstat (limited to 'sci-libs/rocFFT')
-rw-r--r-- | sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild b/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild index 00c17e869d2e..8d4bed88c3a0 100644 --- a/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild +++ b/sci-libs/rocFFT/rocFFT-5.1.3-r1.ebuild @@ -108,6 +108,7 @@ src_configure() { -DAMDGPU_TARGETS="$(get_amdgpu_flags)" -Wno-dev -DCMAKE_INSTALL_INCLUDEDIR="include/rocfft/" + -DROCM_SYMLINK_LIBS=OFF -DBUILD_CLIENTS_TESTS=$(usex test ON OFF) -DBUILD_CLIENTS_SELFTEST=$(usex test ON OFF) -DPYTHON3_EXE=${EPYTHON} |