Skip to content

Commit

Permalink
sync gentoo
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky committed Dec 12, 2024
1 parent 05948fd commit 2fef080
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions gentoo/lhapdf/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM apnpucky/gentoo-hep-forge as gentoo-lhapdf
LABEL maintainer="APN-Pucky"
ARG LHAPDF_VERSION=6.5.4
RUN emaint -r hep-forge sync
RUN emaint -r gentoo sync
RUN emaint -r science sync
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 USE="python" emerge -q ~sci-physics/lhapdf-${LHAPDF_VERSION} && rm -rf /var/cache/distfiles/*
RUN USE="python" emerge -q ~sci-physics/lhapdf-${LHAPDF_VERSION}::gentoo sci-physics/lhapdf-sets::science && rm -rf /var/cache/distfiles/*
4 changes: 2 additions & 2 deletions gentoo/lhapdf/looptools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM apnpucky/gentoo-lhapdf as gentoo-lhapdf-looptools
LABEL maintainer="APN-Pucky"
ARG LOOPTOOLS_VERSION=2.15
RUN emaint -r hep-forge sync
RUN emaint -r gentoo sync
RUN echo 'sci-physics/looptools **' >> /etc/portage/package.accept_keywords/zz-autoaccept
RUN USE="python" emerge -q ~sci-physics/looptools-${LOOPTOOLS_VERSION} && rm -rf /var/cache/distfiles/*
RUN USE="python" emerge -q ~sci-physics/looptools-${LOOPTOOLS_VERSION}::gentoo && rm -rf /var/cache/distfiles/*

0 comments on commit 2fef080

Please # to comment.