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

./install.sh: line 639: /tmp/nix-build-intel-mkl-2017.2-174.drv-0/l_mkl_2017.2.174/./pset/32e/install: No such file or directory

Frederik_R_
Beginner
682 Views

Installation of MKL 2017.2-174, invoked with

```

$ ./install.sh --silent

```

fails with

```

./install.sh: line 639: /tmp/nix-build-intel-mkl-2017.2-174.drv-0/l_mkl_2017.2.174/./pset/32e/install: No such file or directory

```

I'm writing a Nix expression for this package. Which `install` file does it refer to, a file that is supposed to be at that location, or the `install.sh` that I invoked?

0 Kudos
3 Replies
Frederik_R_
Beginner
682 Views

Also, is it possible to just unpack the RPM files? Or would we miss something then?

On our distribution we'll likely have to patch some RPATH's but that we typically have to do with binaries.

0 Kudos
Ying_H_Intel
Employee
682 Views
Hi What is your OS? Here is one Guide for your reference. https://software.intel.com/en-us/articles/intel-math-kernel-library-intel-mkl-2017-install-guide I guess yes, it is possible to just use the RPM files , you suppose be able to see it after unzip the tar install package. And YUM and API-GET install https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-apt-repo https://software.intel.com/en-us/articles/installing-intel-free-libs-and-python-yum-repo Best Regards, Ying
0 Kudos
Frederik_R_
Beginner
682 Views

Hi,

I'm familiar with that document. I'm following the offline installation there, but, as can be seen in my post, the script errors. The operating system is NixOS and I am writing an expression for the Nix package manager.

In my opinion the installation instructions are confusing because there are multiple documents, but no references between them.

0 Kudos
Reply