nll-fast-3.1hep-forge
download
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit toolchain-funcs
DESCRIPTION="Resummation for squarks and gluinos"
HOMEPAGE="https://www.uni-muenster.de/Physik.TP/~akule_01/nnllfast/doku.php?id=nllfast"
SRC_URI="https://www.uni-muenster.de/Physik.TP/~akule_01/nnllfast/lib/exe/fetch.php?media=nllfast-${PV}-13tev.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/"
KEYWORDS="~amd64"
LICENSE="GPL-2"
SLOT="3/1"
KEYWORDS="~amd64"
IUSE=""
RDEPEND=""
DEPEND="${RDEPEND}"
BDEPEND="
virtual/fortran
"
src_prepare() {
default
sed -i -e "s#\"\(.*\.grid\)\"#'${EPREFIX}/usr/share/nll-fast-${PV}/'\n !//'\1'#g" nllfast*.f
}
src_compile() {
tc-export FC
${FC} ${FFLAGS} nllfast*.f -o nll-fast-${PV}
}
src_install() {
dobin nll-fast-${PV}
insinto /usr/share/nll-fast-${PV}
doins *.grid
}