Skip to content

Commit

Permalink
less update
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Dec 12, 2024
1 parent f988c51 commit 77e4f78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
8 changes: 1 addition & 7 deletions gentoo/g2hep/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
FROM apnpucky/gentoo-hep-forge as gentoo-g2hep
LABEL maintainer="APN-Pucky"
RUN emaint -r gentoo sync
RUN emaint -r science sync
RUN emaint -r hep-forge sync
# TODO RM
RUN emerge --oneshot sys-apps/portage
RUN sed -i 's/PYTHON.*//g' /etc/portage/make.conf
RUN echo ">=sci-physics/lhapdf-sets-0 lhapdf_sets_ct14lo lhapdf_sets_ct14nlo lhapdf_sets_cteq66 lhapdf_sets_cteq6l1" >> /etc/portage/package.use/zz-autoaccept
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
Expand All @@ -23,5 +17,5 @@ RUN echo 'sci-physics/herwig ~*' >> /etc/portage/package.accept_keywords/z
RUN echo 'sci-physics/thepeg ~*' >> /etc/portage/package.accept_keywords/zz-autoaccept
RUN echo 'sci-physics/root ~*' >> /etc/portage/package.accept_keywords/zz-autoaccept

RUN USE="python hepmc3 -hepmc2 lhapdf root" emerge -q powheg-box-v2 sci-physics/lhapdf sci-physics/lhapdf-sets sci-physics/looptools::hep-forge sci-physics/rivet:3 sci-physics/pythia:8 sci-physics/openloops '>=sci-physics/hepmc-3.2.7' && rm -rf /var/cache/distfiles/*
RUN USE="lapack python hepmc3 -hepmc2 lhapdf root" emerge -q powheg-box-v2 sci-physics/lhapdf sci-physics/lhapdf-sets sci-physics/looptools::hep-forge sci-physics/rivet:3 sci-physics/pythia:8 sci-physics/openloops '>=sci-physics/hepmc-3.2.7' && rm -rf /var/cache/distfiles/*
# TODO hepi, resummino, sherpa, herwig, n(n)ll-fast scikit-hep
3 changes: 0 additions & 3 deletions gentoo/lhapdf/looptools/hepmc3/rivet3/pythia8/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ FROM apnpucky/gentoo-lhapdf-looptools as gentoo-lhapdf-looptools-hepmc3-rivet3-p
ARG HEPMC3_VERSION=3.1.6
ARG RIVET3_VERSION=3.1.6
ARG PYTHIA8_VERSION=8.3.07
RUN emaint -r gentoo sync
# TODO RM
RUN emerge --oneshot sys-apps/portage
RUN echo 'sci-physics/pythia ~*' >> /etc/portage/package.accept_keywords/zz-autoaccept
RUN echo 'sci-physics/hepmc ~*' >> /etc/portage/package.accept_keywords/zz-autoaccept
RUN echo 'sci-physics/yoda ~*' >> /etc/portage/package.accept_keywords/zz-autoaccept
Expand Down

0 comments on commit 77e4f78

Please # to comment.