File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 uses : redhat-actions/buildah-build@v2
3737 with :
3838 image : pineappl-ci
39+ tags : fastnlo-3067
3940 containerfiles : maintainer/pineappl-ci/Containerfile
4041 context : maintainer/pineappl-ci/
4142 oci : true
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ FROM debian:11-slim
44
55ARG APPLGRID_V=1.6.36
66ARG CARGOC_V=0.10.3
7- ARG FASTNLO_V=2.5.0-2826
7+ ARG FASTNLO_T=3067
8+ ARG FASTNLO_V=2.6
89ARG LHAPDF_V=6.5.4
910ARG ZLIB_V=1.3.1
1011
Original file line number Diff line number Diff line change @@ -85,8 +85,9 @@ cp src/*.h "${APPL_IGRID_DIR}"
8585cd ..
8686
8787# install fastNLO
88- curl " https://fastnlo.hepforge.org/code/v25/fastnlo_toolkit-${FASTNLO_V} .tar.gz" | tar xzf -
89- cd " fastnlo_toolkit-${FASTNLO_V} "
88+ # curl "https://fastnlo.hepforge.org/code/v25/fastnlo_toolkit-${FASTNLO_V}.tar.gz" | tar xzf -
89+ git clone --depth 1 --branch " ${FASTNLO_T} " https://gitlab.etp.kit.edu/qcd-public/fastNLO.git
90+ cd " fastNLO/v${FASTNLO_V} "
9091./configure --prefix=/usr/local/
9192make -j V=1
9293make install
You can’t perform that action at this time.
0 commit comments