From d51caeb53b1022078f0e1c0ec30d60a76ab157cf Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Sun, 28 Apr 2024 11:17:30 +0200 Subject: [PATCH 1/2] Update APPLgrid from 1.6.27 to 1.6.36 --- maintainer/pineappl-ci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer/pineappl-ci/Containerfile b/maintainer/pineappl-ci/Containerfile index 71da5db7..668b7806 100644 --- a/maintainer/pineappl-ci/Containerfile +++ b/maintainer/pineappl-ci/Containerfile @@ -1,6 +1,6 @@ FROM quay.io/pypa/manylinux2014_x86_64 -ARG APPLGRID_V=1.6.27 +ARG APPLGRID_V=1.6.36 # must be at least 0.9.16, see https://github.com/NNPDF/pineappl/pull/242#issuecomment-1705371291 ARG CARGOC_V=0.9.24+cargo-0.73.0 ARG FASTNLO_V=2.5.0-2826 From b8dfad449038567a9f52362e95119aac90c4cb06 Mon Sep 17 00:00:00 2001 From: Christopher Schwan Date: Sun, 28 Apr 2024 11:18:04 +0200 Subject: [PATCH 2/2] Update LHAPDF from 6.4.0 to 6.5.4 --- maintainer/pineappl-ci/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maintainer/pineappl-ci/Containerfile b/maintainer/pineappl-ci/Containerfile index 668b7806..bbfe715b 100644 --- a/maintainer/pineappl-ci/Containerfile +++ b/maintainer/pineappl-ci/Containerfile @@ -4,7 +4,7 @@ ARG APPLGRID_V=1.6.36 # must be at least 0.9.16, see https://github.com/NNPDF/pineappl/pull/242#issuecomment-1705371291 ARG CARGOC_V=0.9.24+cargo-0.73.0 ARG FASTNLO_V=2.5.0-2826 -ARG LHAPDF_V=6.4.0 +ARG LHAPDF_V=6.5.4 ARG ZLIB_V=1.3.1 # the last version is the default Rust version used in the container