Package Details: python-numpy-mkl 1.26.4-1

Git Clone URL: https://aur.archlinux.org/python-numpy-mkl.git (read-only, click to copy)
Package Base: python-numpy-mkl
Description: Scientific tools for Python, compiled with Intel MKL
Upstream URL: http://www.numpy.org/
Keywords: numpy
Licenses: custom
Conflicts: python-numpy
Provides: python-numpy
Submitter: bred
Maintainer: petronny (AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 38
Popularity: 0.000000
First Submitted: 2012-08-25 16:55 (UTC)
Last Updated: 2024-02-06 08:01 (UTC)

Required by (1807)

Sources (1)

Pinned Comments

petronny commented on 2022-09-28 08:28 (UTC)

Prebuilt binaries of this package can be found in arch4edu.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

gergi commented on 2017-02-07 14:09 (UTC)

Add dependency 'cython'.

tsumina commented on 2017-01-20 07:15 (UTC)

@ricrogz you can try to make a symbol link of /opt/intel/mkl to /opt/intel/composerxe/mkl and this should work.

invik commented on 2016-10-16 11:07 (UTC) (edited on 2016-10-16 11:08 (UTC) by invik)

As @bear mentioned, the current intel-mkl installs to a different path than mentioned in the site*.cfg files (/opt/intel/mkl instead of /opt/intel/composerxe/mkl). Due to this, the package, as it is right now, is compiling *without* mkl support.

matrs commented on 2016-03-05 05:37 (UTC) (edited on 2016-03-05 16:00 (UTC) by matrs)

I did the changes suggested by @bear in the site files(hint: edit site files and install using --skipinteg) and it found the mkl library which previously didn't (FOUND: libraries = ['mkl_rt', 'pthread']). The thing is that if you dont make those changes it doesn't found the mkl library and still builds, so it's easy to believe that everything is working but your numpy is using another blas library.

<deleted-account> commented on 2016-02-26 04:51 (UTC)

@bear Thanks ! It works. BTW, when compile, -openmp may be deprecated, it suggests using -qopenmp

bear commented on 2016-02-25 18:07 (UTC)

The site.cfg is not correct, after changed to the following, can import correctly after installed. [mkl] library_dirs = /opt/intel/mkl/lib/intel64 include_dirs = /opt/intel/mkl/include mkl_libs = mkl_rt lapack_libs =

<deleted-account> commented on 2016-02-25 14:44 (UTC)

and can this package be compiled using -iopm5 instead of -openmp ?