I've been playing around with trying to package the OneAPI base toolkit but it is a major pain as it uses a custom sh installer.sh
method of installation.
See here to download the installer from intel and the instructions for custom installs.
I can confirm that it contains the needed libimf.so
.
$ find . -name libimf.so
/opt/intel/oneapi/compiler/2021.1.1/linux/compiler/lib/intel64_lin/libimf.so
/opt/intel/oneapi/compiler/2021.1.1/linux/compiler/lib/ia32_lin/libimf.so
/opt/intel/oneapi/intelpython/python3.7/envs/2021.1.1/lib/libimf.so
/opt/intel/oneapi/intelpython/python3.7/pkgs/common_cmplr_lib_rt-2021.1.1-intel_189/lib/libimf.so
/opt/intel/oneapi/intelpython/python3.7/lib/libimf.so
Pinned Comments
petronny commented on 2021-02-22 06:42
Pre-built binaries of this package can be found in the arch4edu repository.