The version number in .SRCINFO
needs to be updated.
Search Criteria
Package Details: python-numpy-mkl 2.2.1-1
Package Actions
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: | AutoUpdateBot |
Votes: | 38 |
Popularity: | 0.000000 |
First Submitted: | 2012-08-25 16:55 (UTC) |
Last Updated: | 2024-12-22 08:04 (UTC) |
Dependencies (12)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit-2025AUR, intel-oneapi-basekit)
- python (python37AUR, python311AUR, python310AUR)
- cython (cython-gitAUR, cython0AUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- meson-python (make)
- procps-ng (procps-ng-gitAUR, busybox-coreutilsAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-hypothesis (check)
- python-pytest (check)
- python-threadpoolctl (optional) – for show_runtime() support
Required by (1914)
- akhelper-git (requires python-numpy)
- alsa-control (requires python-numpy)
- amdfan (requires python-numpy)
- amdgpu-fan (requires python-numpy)
- amulet-map-editor (requires python-numpy)
- amulet-map-editor-git (requires python-numpy)
- apicula-git (requires python-numpy)
- apitrace-git (requires python-numpy)
- apriltag (requires python-numpy) (make)
- apsynsim (requires python-numpy) (make)
- archlinux-tweak-tool-git (requires python-numpy)
- ardupilot-copter-sitl (requires python-numpy)
- art-rawconverter-imageio (requires python-numpy)
- asammdf-git (requires python-numpy)
- astrometry.net (requires python-numpy)
- asus-numberpad-driver-b7402-git (requires python-numpy)
- asus-numberpad-driver-e210ma-git (requires python-numpy)
- asus-numberpad-driver-g513-git (requires python-numpy)
- asus-numberpad-driver-g533-git (requires python-numpy)
- asus-numberpad-driver-gx551-git (requires python-numpy)
- Show 1894 more...
Sources (1)
mys_721tx commented on 2018-06-29 22:20 (UTC)
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
bred commented on 2017-12-26 11:20 (UTC)
In the icc 18.0.1 the bug has been fixed. So the env variable __INTEL_PRE_CFLAGS is no longer needed.
If you are still using the icc 18.0.0 uncomment the lines 71/72/73 in the PKGBUILD.
arvidsaur commented on 2017-11-29 16:02 (UTC)
python-numpy gives me a pass each time I run it.
python -c "from numpy import test; test('full')"
Running unit tests for numpy
NumPy version 1.13.3
NumPy relaxed strides checking option: True
NumPy is installed in /usr/lib/python3.6/site-packages/numpy
Python version 3.6.3 (default, Oct 24 2017, 14:48:20) [GCC 7.2.0]
nose version 1.3.7
Ran 6823 tests in 99.402s
OK (KNOWNFAIL=7, SKIP=13)
bred commented on 2017-11-14 10:48 (UTC) (edited on 2017-11-14 12:19 (UTC) by bred)
Yes with python-numpy-mkl I've the same error as you.
Try to run the test for two time with python-numpy.
On a new try I've not seen the error on the first run, but it has appeared on the second run (with python-numpy).
Strange!
arvidsaur commented on 2017-11-13 11:52 (UTC)
That is weird first that we do not have the same failed test, and secondly that python-numpy has no errors for me.
Did you get the chance to test python-numpy-mkl as well?
bred commented on 2017-11-08 15:41 (UTC)
In python-numpy (normal archlinux package) I've this error:
======================================================================
FAIL: test_refcount_vdot (test_regression.TestRegression)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/numpy/core/tests/test_regression.py", line 659, in test_refcount_vdot
_assert_valid_refcount(np.vdot)
File "/usr/lib/python3.6/site-packages/numpy/testing/utils.py", line 1336, in _assert_valid_refcount
assert_(sys.getrefcount(i) >= rc)
File "/usr/lib/python3.6/site-packages/numpy/testing/utils.py", line 92, in assert_
raise AssertionError(smsg)
AssertionError
----------------------------------------------------------------------
Ran 6610 tests in 55.926s
FAILED (KNOWNFAIL=7, SKIP=13, failures=1)
It seems to be a bug in numpy.
I'll test also the numpy with MKL.
Pinned Comments
carlosal1015 commented on 2024-12-23 00:56 (UTC) (edited on 2024-12-23 02:07 (UTC) by carlosal1015)
Important note: After installation, append this line
in
~/.bashrc
,~/.zshrc
, etc. In order to avoid thisImportError
.petronny commented on 2022-09-28 08:28 (UTC)
Prebuilt binaries of this package can be found in arch4edu.