Skip to content

Commit 17d6f75

Browse files
committed
Create container fastNLO version v2.6-3067
1 parent 614faad commit 17d6f75

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
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

maintainer/pineappl-ci/Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ FROM debian:11-slim
44

55
ARG APPLGRID_V=1.6.36
66
ARG CARGOC_V=0.10.3
7-
ARG FASTNLO_V=2.5.0-2826
7+
ARG FASTNLO_T=3067
8+
ARG FASTNLO_V=2.6
89
ARG LHAPDF_V=6.5.4
910
ARG ZLIB_V=1.3.1
1011

maintainer/pineappl-ci/script.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ cp src/*.h "${APPL_IGRID_DIR}"
8585
cd ..
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/
9192
make -j V=1
9293
make install

0 commit comments

Comments
 (0)