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 (1806)

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 »

RunAndTumble commented on 2019-02-02 13:51 (UTC)

Sorry, Folks, I think we should wait for v1.16.2 A few things seem to be broken, I tried python-numpy from the repo: it has the same issue.

RunAndTumble commented on 2019-01-14 12:43 (UTC)

1.16 is out

petronny commented on 2018-11-22 04:29 (UTC)

1.15.4 is out. Please update it.

petronny commented on 2018-09-30 10:43 (UTC)

1.15.2 is out.

L0ric0 commented on 2018-07-06 18:04 (UTC)

Hi, the build_python.sh fails the sha256sums check.

Please update the checksums.

mys_721tx commented on 2018-06-29 22:20 (UTC)

The version number in .SRCINFO needs to be updated.

Morganamilo commented on 2018-05-21 15:03 (UTC)

Replaces should not be used here, this is an alternative to the original package. That's like having wine-staging replaces wine.

Even if replaces was justified I don't think AUR packages should ever use replaces unless it is copied from an existing repo package.

petronny commented on 2018-05-11 08:36 (UTC) (edited on 2018-05-11 08:38 (UTC) by petronny)

intel-compiler-base should be a dependency

ImportError: libmkl_rt.so: cannot open shared object file: No such file or directory

MoetaYuko commented on 2018-05-02 11:24 (UTC) (edited on 2018-05-02 11:25 (UTC) by MoetaYuko)

To workaround build error with icc 18.0.1 + glibc2.27, uncomment __INTEL_PRE_CFLAGS part and change it to

export __INTEL_PRE_CFLAGS="$__INTEL_PRE_CFLAGS -D__PURE_INTEL_C99_HEADERS__ -D_Float32=float -D_Float64=double -D_Float128=\"long double\" -D_Float32x=_Float64 -D_Float64x=_Float128"

ref: https://software.intel.com/en-us/forums/intel-c-compiler/topic/742701#comment-1921418