LoginSignup
0
0

More than 5 years have passed since last update.

gentooでmklを使ったnumpy

Last updated at Posted at 2016-05-06

intel MKLのパッケージ
sci-libs/mkl
は壊れているのか,うまく入らなかったので手動でインストールする.
次にUSEにmklを追加して以下のebuildでnumpyをインストールするとmklを使うnumpyになる

.bashrcに
export LD_LIBRARY_PATH=/opt/intel/mkl/lib/intel64:$LD_LIBRARY_PATH
を追加するのも忘れずに

echo "/opt/intel/mkl/lib/intel64" >> /etc/ld.so.conf.d/mkl.conf

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0