This page provides general installation and support notes about the Community forum supported Intel® Performance Libraries and Intel® Distribution for Python* as they are distributed via the YUM repositories described below.
These software development tools are also available as part of the Intel® Parallel Studio XE and Intel® System Studio products. These products include enterprise-level Intel® Online Service Center support.
Setting up the Repository
Here is how to install the Intel YUM Repository. [Note: You must be logged in as root to set up and install the repository]
- Add the repositories in two ways:
- Add all Intel® Performance Libraries and Intel® Distribution for Python* repositories at once:
sudo yum-config-manager --add-repo http://yum.repos.intel.com/setup/intelproducts.repo
You can enable or disable repositories in the intelproducts.repo file by setting the value of the enabled directive to 1 or 0 as required. - Add an individual product:
- Intel® Math Kernel Library (Intel® MKL):
sudo yum-config-manager --add-repo http://yum.repos.intel.com/mkl/setup/intel-mkl.repo
- Intel® Integrated Performance Primitives (Intel® IPP):
sudo yum-config-manager --add-repo http://yum.repos.intel.com/ipp/setup/intel-ipp.repo
- Intel® Distribution for Python*:
sudo yum-config-manager --add-repo http://yum.repos.intel.com/intelpython/setup/intelpython.repo
- Intel® Threading Building Blocks (Intel® TBB): Coming soon
- Intel® Data Analytics Acceleration Library (Intel® DAAL): Coming soon
- Intel® Math Kernel Library (Intel® MKL):
- Add all Intel® Performance Libraries and Intel® Distribution for Python* repositories at once:
- Import the gpg public key for the repository
sudo rpm --import http://yum.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB
Intel® Performance Libraries and Intel® Distribution for Python* versions available in the repository
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
By downloading Intel® Performance Libraries and Intel® Distribution for Python* you agree to the terms and conditions stated in the End-User License Agreement (EULA).
Installing the library and Python packages using the YUM Package Manager
The following variables are used in the installation commands:
<PYTHON_VERSION>: 2, 3
<VERSION>: 2017, ...
<UPDATE>: 0, 1, 2, ...
<BUILD_NUMBER>: build number, check the list in previous section
<COMPONENT>: a component name from the list of available components below
|
|
| intel-mkl |
|
|
| intelpython2 |
|
|
|
|
How do I install a particular version?
- To install a particular version of one of the Intel® Performance Libraries:
yum install <COMPONENT>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum install intel-mkl-2017.2-050
- To install a particular language version of the Intel® Distribution for Python*:
yum install intelpython<PYTHON_VERSION>
Example:
yum install intelpython3
- To specify which version of the Intel® Distribution for Python* to install:
yum install intelpython<PYTHON_VERSION>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum install intelpython3-2017.2-050
By downloading Intel® Performance Libraries and Intel® Distribution for Python* you agree to the terms and conditions stated in the End-User License Agreement (EULA).
How do I uninstall a particular version?
- To uninstall one of the Intel® Performance Libraries:
yum autoremove <COMPONENT>-<VERSION>.<UPDATE>-<BUILD_NUMBER>
Example:
yum autoremove intel-mkl-2017.2-050
- To uninstall the Intel® Distribution for Python*:
yum remove intelpython<PYTHON_VERSION>
Example:
yum remove intelpython3
Have Questions?
Check out the FAQ
Or ask in our User Forums