Skip to content

Commit

Permalink
Merge pull request #125 from isuruf/cf
Browse files Browse the repository at this point in the history
Use conda-forge
  • Loading branch information
jakirkham authored Nov 29, 2019
2 parents e4ed74e + 3e8ab13 commit 6e74e21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions linux-anvil-comp7/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ RUN source /opt/conda/etc/profile.d/conda.sh && \
conda-forge::gfortran_linux-64 \
conda-forge::gxx_impl_linux-64 \
conda-forge::gxx_linux-64 \
defaults::libgcc-ng \
conda-forge::libgcc-ng \
conda-forge::libgfortran-ng \
defaults::libstdcxx-ng && \
conda-forge::libstdcxx-ng && \
conda remove --yes --quiet -n test --all && \
conda clean -tiy && \
chgrp -R lucky /opt/conda && \
Expand Down
4 changes: 2 additions & 2 deletions linux-anvil-cos7-x86_64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ RUN source /opt/conda/etc/profile.d/conda.sh && \
conda-forge::gfortran_linux-64 \
conda-forge::gxx_impl_linux-64 \
conda-forge::gxx_linux-64 \
defaults::libgcc-ng \
conda-forge::libgcc-ng \
conda-forge::libgfortran-ng \
defaults::libstdcxx-ng && \
conda-forge::libstdcxx-ng && \
conda remove --yes --quiet -n test --all && \
conda clean -tiy && \
chgrp -R lucky /opt/conda && \
Expand Down
4 changes: 2 additions & 2 deletions linux-anvil-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ RUN source /opt/conda/etc/profile.d/conda.sh && \
conda-forge::gfortran_linux-64 \
conda-forge::gxx_impl_linux-64 \
conda-forge::gxx_linux-64 \
defaults::libgcc-ng \
conda-forge::libgcc-ng \
conda-forge::libgfortran-ng \
defaults::libstdcxx-ng && \
conda-forge::libstdcxx-ng && \
conda remove --yes --quiet -n test --all && \
conda clean -tiy && \
chgrp -R lucky /opt/conda && \
Expand Down

0 comments on commit 6e74e21

Please sign in to comment.