# 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/lib/formfactor" SRC_URI="https://jugit.fz-juelich.de/mlz/lib/formfactor/-/archive/v${PV}/${MY_P}.tar.gz" # jugit's tag archive unpacks to formfactor-v- (mlz/libformfactor # moved to mlz/lib/formfactor upstream), so pin the tag commit for S=. # verified 2026-08-10 COMMIT="7e235d29b1ab60f2e4788e7c819d7c0277aa2954" S="${WORKDIR}/formfactor-v${PV}-${COMMIT}" LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64" # 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