

These instructions assume an installation of Intel® MKL as a component of Intel® Parallel Studio XE 2019 Composer Edition. You can read Intel's Online Privacy Notice Summary if you have any questions regarding the use of your email address for software product registration. This helps Intel recognize you as a valued customer in the support forum and insures that you will be notified of product updates. Please register your product using your preferred email address. For technical support visit the Intel MKL technical support forum and review the articles in the Intel MKL knowledgebase. See details in reference.Links to documentation, help, and code samples can be found on the main Intel MKL product page. Optional steps for subscription on release candidates. Sudo apt-get install kitware-archive-keyring Sudo rm /usr/share/keyrings/kitware-archive-keyring.gpg Install the kitware-archive-keyring package to ensure that your keyring stays up to date as Kitware rotate the keys:.Add the repository to your sources list and update.įor Ubuntu Jammy Jellyfish (22.04): echo 'deb jammy main' | sudo tee /etc/apt//kitware.list >/dev/nullįor Ubuntu Focal Fossa (20.04): echo 'deb focal main' | sudo tee /etc/apt//kitware.list >/dev/nullįor Ubuntu Bionic Beaver (18.04): echo 'deb bionic main' | sudo tee /etc/apt//kitware.list >/dev/null.Wget -O - 2>/dev/null | gpg -dearmor - | sudo tee /usr/share/keyrings/kitware-archive-keyring.gpg >/dev/null



Now CMake developer team in Kitware Inc provides APT repositiory. Edit: As GNUton has pointed out, the following only works on Ubuntu.
