Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

Package missing in APT repo

jiaqingz
Employee
742 Views

Hi,

 

I want to install follwing packages using APT repo

intel-oneapi-ipp-devel-2021.10 intel-oneapi-mkl-devel-2021.1.1 intel-oneapi-ipp-devel-32bit-2021.10 intel-oneapi-mkl-devel-32bit-2021.1.1

 

But APT reports this error

intel-oneapi-ipp-devel-32bit-2021.10 : Depends: intel-oneapi-ipp-32bit-2021.10 (>= 2021.10.1-13) but it is not installable
intel-oneapi-mkl-devel-32bit-2021.1.1 : Depends: intel-oneapi-mkl-32bit-2021.1.1 but it is not installable

 

These packages are missing in APT repo, is there any solutions?

 

Labels (1)
0 Kudos
1 Reply
Fengrui
Moderator
639 Views

Hello!

Please run "sudo dpkg --add-architecture i386 && sudo apt update" before installing the 32-bit libraries. They are available if checking with "apt-cache search".

BTW, is there any specific reason for using an old version of oneMKL and a new version of IPP? The versioning of oneMKL and IPP is different. oneMKL 2021.1 is in oneAPI 2021.1 package while IPP 2021.10 in oneAPI 2024.0 package.


Thanks,

Fengrui



0 Kudos
Reply