# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 PYTHON_COMPAT=( python3_{7..10} ) inherit cmake check-reqs multiprocessing python-any-r1 DESCRIPTION="Next generation FFT implementation for ROCm" HOMEPAGE="https://github.com/ROCmSoftwarePlatform/rocFFT" SRC_URI="https://github.com/ROCmSoftwarePlatform/rocFFT/archive/rocm-${PV}.tar.gz -> rocFFT-${PV}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64" SLOT="0/$(ver_cut 1-2)" RDEPEND="dev-util/hip:${SLOT}" DEPEND="${RDEPEND} ${PYTHON_DEPS}" BDEPEND=" test? ( dev-cpp/gtest dev-libs/boost >=sci-libs/fftw-3 sys-libs/libomp ) >=dev-util/cmake-3.22 " CHECKREQS_DISK_BUILD="7G" IUSE="test" RESTRICT="!test? ( test )" S="${WORKDIR}/rocFFT-rocm-${PV}" PATCHES=("${FILESDIR}/${PN}-4.2.0-add-functional-header.patch") required_mem() { if use test; then echo "52G" else if [[ -n "${AMDGPU_TARGETS}" ]]; then local NARCH=$(($(awk -F";" '{print NF-1}' <<< "${AMDGPU_TARGETS}" || die)+1)) # count how many archs user specified in ${AMDGPU_TARGETS} else local NARCH=7 # The default number of AMDGPU_TARGETS for rocFFT-4.3.0. May change in the future. fi echo "$(($(makeopts_jobs)*${NARCH}*25+2200))M" # A linear function estimating how much memory required fi } pkg_pretend() { return # leave the disk space check to pkg_setup phase } pkg_setup() { export CHECKREQS_MEMORY=$(required_mem) check-reqs_pkg_setup python_setup } src_prepare() { sed -e "s/PREFIX rocfft//" \ -e "/rocm_install_symlink_subdir/d" \ -e "/