Skip to content

Commit de104e9

Browse files
committed
Revert "Try removing the repo entirely from fedora"
This reverts commit 7951073.
1 parent 7951073 commit de104e9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

ci/ciimage/fedora/install.sh

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,17 @@ pkgs=(
2525
# Sys update
2626
dnf -y upgrade
2727

28+
# Add Intel oneAPI repository for mkl
29+
cat > /etc/yum.repos.d/oneAPI.repo <<EOF
30+
[oneAPI]
31+
name=Intel® oneAPI repository
32+
baseurl=https://yum.repos.intel.com/oneapi
33+
enabled=1
34+
gpgcheck=1
35+
repo_gpgcheck=1
36+
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
37+
EOF
38+
2839
# Install deps
2940
dnf -y install "${pkgs[@]}"
3041
# HACK: build hotdoc from git repo since current sdist is broken on modern compilers

0 commit comments

Comments
 (0)