14 stdenv.mkDerivation rec {
15 pname = "fastnlo_toolkit";
16 version = "2.3.1pre-2402";
19 url = "https://fastnlo.hepforge.org/code/v23/${pname}-${version}.tar.gz";
20 sha256 = "1h41xnqcz401x3zbs8i2dsb4xlhbv8i5ps0561p6y7gcyridgcbl";
33 propagatedBuildInputs = [
38 substituteInPlace ./fastnlotoolkit/Makefile.in \
39 --replace "-fext-numeric-literals" ""
46 enableParallelBuilding = true;
49 homepage = "http://fastnlo.hepforge.org";
50 description = "Fast pQCD calculations for hadron-induced processes";
52 The fastNLO project provides computer code to create and evaluate fast
53 interpolation tables of pre-computed coefficients in perturbation theory
54 for observables in hadron-induced processes.
56 This allows fast theory predictions of these observables for arbitrary
57 parton distribution functions (of regular shape), renormalization or
58 factorization scale choices, and/or values of alpha_s(Mz) as e.g. needed
59 in PDF fits or in systematic studies. Very time consuming complete
60 recalculations are thus avoided.
62 license = licenses.gpl3Plus;
63 maintainers = with maintainers; [ veprbl ];
64 platforms = platforms.unix;