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

Improve installation experience #15

Merged
merged 4 commits into from
Oct 11, 2019

Conversation

staticfloat
Copy link
Member

This improves installation experience such that it can automatically add to PATH on windows to make up for the lack of RPATH on that platform. It also adds the ability to switch back to OpenBLAS, because there’s no reason to not have that ability. :)

* Sneaks an `ENV["PATH"] = dirname(libmklrt)` into `Base.__init__()` to fix #6

* Adds an `MKL.enable_*_startup()` API, to enable re-setting to OpenBLAS
Copy link
Contributor

@aminya aminya left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested on Windows on Julia 1.4 and 1.3-rc3

@andreasnoack
Copy link
Member

It works for me as well on Windows with Julia 1.2 but 1.0 fails. I'm getting the same error as the one reported on AppVeyor. There is also a warning that symlinks require admin privileges.

@staticfloat
Copy link
Member Author

I think I fixed 1.0. The nightly appveyor problem should be fixed by BioJulia/Libz.jl#66 eventually

@andreasnoack andreasnoack merged commit a316332 into master Oct 11, 2019
@delete-merged-branch delete-merged-branch bot deleted the sf/improve_installation_experience branch October 11, 2019 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants