eddelbuettel / mkl4deb

Adding the Intel MKL to a Debian / Ubuntu system via one simple script
212 stars 37 forks source link

Repository and package are now named `oneapi-mkl` #17

Closed david-cortes closed 1 year ago

david-cortes commented 1 year ago

Newer versions of MKL are now uploaded into a different repository called "oneapi-mkl" instead of just "mkl" - the newest version in the repository referenced in this guide stands at around 2020.something, whereas the current version is 2023.something.

These are the instructions that they provide in their webpage:

wget -O- https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB \
| gpg --dearmor | sudo tee /usr/share/keyrings/oneapi-archive-keyring.gpg > /dev/null
echo "deb [signed-by=/usr/share/keyrings/oneapi-archive-keyring.gpg] https://apt.repos.intel.com/oneapi all main" | sudo tee /etc/apt/sources.list.d/oneAPI.list
sudo apt update
sudo apt install intel-oneapi-mkl
eddelbuettel commented 1 year ago

See https://github.com/eddelbuettel/mkl4deb#appendix -- this is not really a live repo.