Skip to content

Commit

Permalink
Merge pull request #209 from votca/drop_icpc
Browse files Browse the repository at this point in the history
fedora: drop intel classic compiler
  • Loading branch information
junghans authored Feb 15, 2024
2 parents 1fb89ce + e35405b commit f176844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fedora
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ fi
RUN if [ "${INTEL}" = "yes" ]; then \
printf "[oneAPI]\nname=Intel oneAPI\nbaseurl=https://yum.repos.intel.com/oneapi\nenabled=1\ngpgcheck=1\nrepo_gpgcheck=1\ngpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB" > /etc/yum.repos.d/intel-oneapi.repo && \
( dnf -y update || dnf -y update ) && \
dnf -y install intel-oneapi-compiler-dpcpp-cpp intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic intel-oneapi-mkl-devel && \
dnf -y install intel-oneapi-compiler-dpcpp-cpp intel-oneapi-mkl-devel && \
dnf clean all; \
fi

Expand Down

0 comments on commit f176844

Please sign in to comment.