Skip to content

Commit

Permalink
Update for manylinux also
Browse files Browse the repository at this point in the history
  • Loading branch information
fradav committed Nov 29, 2022
1 parent 7bf596e commit 8c352f5
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions presetup.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
#!/bin/bash
tee > /tmp/oneAPI.repo << EOF
[oneAPI]
name=Intel® oneAPI repository
baseurl=https://yum.repos.intel.com/oneapi
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB
EOF
if [ -x "$(command -v yum-config-manager)" ]; then
yum-config-manager --add-repo https://yum.repos.intel.com/mkl/setup/intel-mkl.repo
rpm --import https://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
yum install -y intel-mkl-64bit-2020.0-088 zip
mv /tmp/oneAPI.repo /etc/yum.repos.d
yum install -y intel-oneapi-mkl-devel-2022.2.1 zip
fi
# cd /tmp
# apt-get update
Expand Down

0 comments on commit 8c352f5

Please sign in to comment.