eddelbuettel / mkl4deb

Adding the Intel MKL to a Debian / Ubuntu system via one simple script
212 stars 37 forks source link

Can the MKL script be adapted for dnf based fedora systems? #3

Closed ccaneke closed 6 years ago

ccaneke commented 6 years ago

I'm trying to get MKL installed on my fedora system which uses the dnf package manager. Do you know if intel MKL works for dnf, because I want to use your blog post as a guide line to install it?

eddelbuettel commented 6 years ago

Well, I wrote the script because

Hence I cannot speak to RHEL/FC. Good luck though.

kkm000 commented 4 years ago

@ChukwuemezieChristopherAneke, for the install part, you can look at https://github.com/kaldi-asr/kaldi/blob/master/tools/extras/install_mkl.sh -- we at Kaldi tried our best to handle as many systems as possible in a user-friendly way. Dunno about the update-alternatives counterpart on rhel-based systems, tho, and even if they have it at all.

I vaguely remember they introduced "environments" or something like that; on the very top, abstract level the same idea of isolated packages like virtualenv in Python. So I would be not very surprised if something akin to alternatives exists in rhel and its offshoot distros.

eddelbuettel commented 4 years ago

@kkm000 with all due respect this adds zero value. We can all do a basic curl download. This is all about the subsequent integration.

Anyway, this repo and its script are very specific about its audience -- it never aimed for anything but .deb systems. So I will lock this now.