Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored Feb 6, 2024
1 parent bed0e83 commit 437adcf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions hep-forge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,17 @@ ARG HEPMC2_VERSION=2.06.11
RUN emaint -r hep-forge sync
RUN USE="-hepmc3 hepmc2 python" emerge -q ~sci-physics/rivet-${RIVET3_VERSION} ~sci-physics/hepmc-${HEPMC2_VERSION} && rm -rf /var/cache/distfiles/*

FROM apnpucky/gentoo-lhapdf as gentoo-rivet3-herwig7-hepmc3-lhapdf
LABEL maintainer="APN-Pucky"
ARG HEPMC3_VERSION=3.2.6
ARG RIVET3_VERSION=3.1.9
ARG HERWIG7_VERSION=7.3.0
ARG LHAPDF_VERSION=6.5.4
RUN emaint -r hep-forge sync
RUN echo "sci-physics/evtgen pythia herwig" >> /etc/portage/package.use/zz-autoaccept
RUN echo "sci-physics/thepeg lhapdf hepmc3 fastjet rivet" >> /etc/portage/package.use/zz-autoaccept
RUN USE="hepmc3 -hepmc2" emerge -q ~sci-physics/rivet-${RIVET3_VERSION} ~sci-physics/herwig-${HERWIG7_VERSION} ~sci-physics/hepmc-${HEPMC2_VERSION} ~sci-physics/lhapdf-${LHAPDF_VERSION} && rm -rf /var/cache/distfiles/*

FROM apnpucky/gentoo-lhapdf as gentoo-rivet3-herwig7-hepmc2-lhapdf
LABEL maintainer="APN-Pucky"
ARG HEPMC2_VERSION=2.06.11
Expand Down

0 comments on commit 437adcf

Please # to comment.