Skip to content

Instantly share code, notes, and snippets.

@serihiro
Last active July 30, 2019 01:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save serihiro/0ff37157ed6e405e7ccabd6499b5cee9 to your computer and use it in GitHub Desktop.
Save serihiro/0ff37157ed6e405e7ccabd6499b5cee9 to your computer and use it in GitHub Desktop.
install numpy with Intel MKL at MacOS
# ~/.numpy-site.cfg
[mkl]
library_dirs = /opt/intel/mkl/lib
include_dirs = /opt/intel/mkl/include
mkl_libs = mkl_rt
lapack_libs =
# ~/.config/pip/pip.conf
[install]
no-binary = numpy,scipy
[wheel]
no-binary = numpy,scipy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment