rust-math / intel-mkl-src

Redistribute Intel MKL as a crate
Other
78 stars 22 forks source link

tweaks to mac & debugging #53

Closed pmarks closed 1 year ago

pmarks commented 3 years ago
mike-kfed commented 3 years ago

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 commented 1 year ago

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