Skip to content

tweaks to mac & debugging #53

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

Closed
wants to merge 1 commit into from
Closed

Conversation

pmarks
Copy link
Contributor

@pmarks pmarks commented Oct 10, 2020

  • give a better error message if we can't find the right mkl package.
  • latest MKL on Mac needs a different search path.

@mike-kfed
Copy link

thanks for the hint, helped me to get my ndarray-linalg running! I installed Intels MKL using their oneapi installer, my workaround was to do this:

sudo mkdir -p /opt/intel/mkl/lib/
sudo ln -s /opt/intel/oneapi/mkl/latest/lib /opt/intel/mkl/lib/intel64

maybe those oneapi /opt/intel/oneapi/mkl/latest/lib install directories can/should be added too in your patch?

@termoshtt
Copy link
Member

This becomes out-dated due to the large rewrite from #81 to #90, and some of problems are resolved.

@termoshtt termoshtt closed this Aug 20, 2022
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