Package Details: python-numpy-mkl 1.26.4-3

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: https://numpy.org
Keywords: numpy
Licenses: BSD-3-Clause
Conflicts: python-numpy
Provides: python-numpy
Submitter: bred
Maintainer: petronny (AutoUpdateBot, carlosal1015)
Last Packager: carlosal1015
Votes: 38
Popularity: 0.000000
First Submitted: 2012-08-25 16:55 (UTC)
Last Updated: 2024-05-09 12:19 (UTC)

Required by (1821)

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 .. 3 4 5 6 7 8 9 Next › Last »

bred commented on 2013-11-08 14:53 (UTC)

Yes is still maintained. But I've never seen the patch. I'll fix the problem shorter: http://www.scipy.org/scipylib/building/linux.html#intel-mkl-11-0-updated-dec-2012

iosonofabio commented on 2013-11-08 12:36 (UTC)

Is this package still maintained? Are the changes suggested by spleach going to be included? Thanks!

spleach commented on 2013-09-10 21:01 (UTC)

Some of the dependencies in the PKGBUILD seem unnecessary.. The distribute dependencies should instead be replaced with setuptools, which are in the [extra] repo, whereas the python[2]-distribute packages in `depends` aren't available via pacman or the AUR. Also, nose packages are also only required for testing, not for packaging, so should be listed either in `optdepends` or `checkdepends`. Finally, on x86_64 systems, setup.py should be passed `--compiler=intelem` instead of `--compiler=intel`. I'll attach a patch in a minute...

jdarch commented on 2013-09-08 08:53 (UTC)

I can understand one might want to use Intel's compiler suite in addition to the MKL, but would a dependency on 'intel-mkl' not suffice for a minimal 'python-numpy-mkl'-package?

<deleted-account> commented on 2013-07-23 10:02 (UTC)

numpy-1.7.1 is out.

bred commented on 2013-02-17 09:46 (UTC)

For this PKGBUILD you must use the imtel-mkl and intel-compilers provided in the Intel parallel studio XE: See: https://aur.archlinux.org/packages.php?ID=56337

<deleted-account> commented on 2012-10-05 12:10 (UTC)

Thanks for this. So does this create a python 2 and 3 version of numpy with mkl?

bred commented on 2012-10-03 06:28 (UTC)

Edit this line in the PKGBUILD pkgname=('python-numpy-mkl') true && pkgname=( 'python2-numpy-mkl') <<<<<< !!! Remove 'python-numpy-mkl 'from the list.

kuantkid commented on 2012-10-03 05:40 (UTC)

How can I just build python2-numpy-mkl without installing python3 and related dependences?