rse-ops / docker-images

Collection of Docker image bases provided by the RSE-ops community.
https://rse-ops.github.io/docker-images/
MIT License
5 stars 8 forks source link

Run `spack compiler find` after install compilers #35

Closed davidbeckingsale closed 2 years ago

vsoch commented 2 years ago

Is there any reason to have three RUN lines instead of one?

davidbeckingsale commented 2 years ago

Is there any reason to have three RUN lines instead of one?

Nope! Fixing now...

vsoch commented 2 years ago

E.g.,

RUN spack install llvm@${llvm_version} && \
    spack compiler find && \
    spack view --dependencies no symlink --ignore-conflicts /opt/view llvm@${llvm_version}