Skip to content

Commit

Permalink
sci-libs/hipFFT: drop include directory hack.
Browse files Browse the repository at this point in the history
hipFFT-5.7 is FHS compliant.

Drop HIP_ROOT_DIR and unused cmake variables, it is only for
FindHIP.cmake.

Signed-off-by: Benda Xu <[email protected]>
  • Loading branch information
heroxbd committed Nov 27, 2023
1 parent b791a01 commit 09a28fd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,7 @@ PATCHES=(

src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_INCLUDEDIR="include/hipfft"
-DCMAKE_MODULE_PATH="${EPREFIX}"/usr/$(get_libdir)/cmake/hip
-DHIP_ROOT_DIR="${EPREFIX}/usr"
-DROCM_SYMLINK_LIBS=OFF
-DBUILD_CLIENTS_TESTS=OFF
-DBUILD_CLIENTS_RIDER=OFF
Expand Down
2 changes: 0 additions & 2 deletions sci-libs/rocFFT/rocFFT-5.7.1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ src_configure() {
-Wno-dev
-DROCM_SYMLINK_LIBS=OFF
-DBUILD_CLIENTS_TESTS=$(usex test ON OFF)
-DBUILD_CLIENTS_SELFTEST=$(usex test ON OFF)
-DPYTHON3_EXE=${EPYTHON}
-DBUILD_CLIENTS_RIDER=$(usex benchmark ON OFF)
-DSQLITE_USE_SYSTEM_PACKAGE=ON
-DBUILD_FILE_REORG_BACKWARD_COMPATIBILITY=OFF
Expand Down

0 comments on commit 09a28fd

Please sign in to comment.