Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

RUN ( dnf -y update || dnf -y update ) && \
dnf -y install \
make ccache clang clang-tools-extra cmake compiler-rt flang gcc-c++ gcc-gfortran git hpx-devel hwloc-devel libomp-devel llvm ninja-build sudo vim-minimal wget zstd && \
make ccache clang clang-tools-extra cmake compiler-rt flang flang-runtime gcc-c++ gcc-gfortran git hpx-devel hwloc-devel libomp-devel llvm ninja-build sudo vim-minimal wget zstd && \
dnf clean all

RUN useradd -m -G wheel -u 1001 kokkos
RUN echo '%wheel ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
USER kokkos
ENV PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/bin:/opt/intel/oneapi/compiler/latest/linux/bin/intel64}${PATH:+:}${PATH}

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-amd64, TAG=rawhide, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-amd64, TAG=rawhide, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-arm64, TAG=rawhide, true, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-arm64, TAG=rawhide, true, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-arm64, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 12 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-arm64, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
ENV LD_LIBRARY_PATH=${INTEL:+/opt/intel/oneapi/compiler/latest/linux/compiler/lib/intel64:/opt/intel/oneapi/mkl/latest/lib/intel64}${LD_LIBRARY_PATH:+:}${LD_LIBRARY_PATH}

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-amd64, TAG=rawhide, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-amd64, TAG=rawhide, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-amd64, TAG=rawhide, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-amd64, TAG=rawhide, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-arm64, TAG=rawhide, true, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-arm64, TAG=rawhide, true, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-arm64, TAG=rawhide, true, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, rawhide-arm64, TAG=rawhide, true, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-amd64)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-arm64, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-arm64, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-arm64, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$LD_LIBRARY_PATH' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/

Check warning on line 13 in fedora

View workflow job for this annotation

GitHub Actions / CI (fedora, latest-arm64, true)

Variables should be defined before their use

UndefinedVar: Usage of undefined variable '$INTEL' More info: https://docs.docker.com/go/dockerfile/rule/undefined-var/
ENV CCACHE_MAXSIZE=250M
WORKDIR /home/kokkos
Loading