Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ccaneke opened this issue Jul 2, 2018 · 3 comments
Closed

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

ccaneke opened this issue Jul 2, 2018 · 3 comments

Comments

@ccaneke
Copy link

ccaneke commented Jul 2, 2018

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
Copy link
Owner

Well, I wrote the script because

  • Intel supplies .deb packages so you need to ensure that they have .rpm packages
  • I happen to know dpkg and apt well after 20+ years of use and contribution as a maintainer
  • So I know we have a working 'alternatives' mechanism which I use here.

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

@kkm000
Copy link

kkm000 commented Nov 16, 2019

@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
Copy link
Owner

eddelbuettel commented Nov 16, 2019

@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.

Repository owner locked and limited conversation to collaborators Nov 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants