summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSv. Lockal <lockalsash@gmail.com>2024-01-12 14:43:04 +0000
committerSam James <sam@gentoo.org>2024-03-08 19:22:09 +0000
commitfcfa31b7bf4cdd14b0e719c7e68250af75d9cd19 (patch)
tree53be2848a854f5f4e9851d722f25640198605227 /sci-libs/hipFFT
parentsci-libs/hipCUB: install cmake files to /usr/lib64/cmake, not /usr/lib/cmake (diff)
downloadgentoo-fcfa31b7bf4cdd14b0e719c7e68250af75d9cd19.tar.gz
gentoo-fcfa31b7bf4cdd14b0e719c7e68250af75d9cd19.tar.bz2
gentoo-fcfa31b7bf4cdd14b0e719c7e68250af75d9cd19.zip
sci-libs/hipFFT: cleanup unused flags/variables
Signed-off-by: Sv. Lockal <lockalsash@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/hipFFT')
-rw-r--r--sci-libs/hipFFT/hipFFT-5.7.1-r1.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sci-libs/hipFFT/hipFFT-5.7.1-r1.ebuild b/sci-libs/hipFFT/hipFFT-5.7.1-r1.ebuild
index ab9604482ed9..aefdf2660b42 100644
--- a/sci-libs/hipFFT/hipFFT-5.7.1-r1.ebuild
+++ b/sci-libs/hipFFT/hipFFT-5.7.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -21,7 +21,6 @@ RESTRICT="test"
RDEPEND="dev-util/hip
sci-libs/rocFFT:${SLOT}[${ROCM_USEDEP}]"
DEPEND="${RDEPEND}"
-BDEPEND=""
S="${WORKDIR}/hipFFT-rocm-${PV}"
@@ -33,7 +32,6 @@ PATCHES=(
src_configure() {
local mycmakeargs=(
- -DCMAKE_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/cmake/hip
-DROCM_SYMLINK_LIBS=OFF
-DBUILD_CLIENTS_TESTS=OFF
-DBUILD_CLIENTS_RIDER=OFF