# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit cmake MY_P="${PN}-v${PV}" DESCRIPTION="Computes Fourier shape transforms (form factors) for BornAgain" HOMEPAGE="https://jugit.fz-juelich.de/mlz/libformfactor" SRC_URI="https://jugit.fz-juelich.de/mlz/libformfactor/-/archive/v${PV}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64" # Built against the libheinz 2.x API; cap below 3 so the libheinz-4.0 # co-release of libformfactor-0.4.0 / bornagain-24.0 can't be pulled in here. DEPEND=">=sci-libs/libheinz-2.0.0