-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/* |