Search Criteria
Package Details: python-scipy-mkl-tbb 1.15.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-scipy-mkl-tbb.git (read-only, click to copy) |
---|---|
Package Base: | python-scipy-mkl-tbb |
Description: | SciPy is open-source software for mathematics, science, and engineering. |
Upstream URL: | http://www.scipy.org/ |
Licenses: | BSD |
Conflicts: | python-scipy, python-scipy-mkl |
Provides: | python-scipy |
Submitter: | crl |
Maintainer: | crl |
Last Packager: | crl |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2024-11-03 08:43 (UTC) |
Last Updated: | 2025-01-11 02:12 (UTC) |
Dependencies (14)
- intel-oneapi-mkl (intel-oneapi-hpckitAUR, intel-oneapi-basekit-2025AUR, intel-oneapi-basekit)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pooch
- cython (cython-gitAUR, cython0AUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- meson-python (make)
- procps-ng (busybox-coreutilsAUR, procps-ng-gitAUR) (make)
- pybind11 (pybind11-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-pythran (python-pythran-gitAUR) (make)
- python-hypothesis (check)
- python-pytest (check)
- python-pillow (optional) – for image saving module
Required by (879)
- advene (requires python-scipy)
- alabamaencoder-git (requires python-scipy)
- ambertools (requires python-scipy)
- apsynsim (requires python-scipy) (make)
- ardupilot-copter-sitl (requires python-scipy)
- asammdf-git (requires python-scipy) (optional)
- atopile (requires python-scipy)
- audio-offset-finder-git (requires python-scipy)
- basicanalysis (requires python-scipy)
- caffe (requires python-scipy) (optional)
- caffe-cmake-git (requires python-scipy)
- caffe-cuda (requires python-scipy) (optional)
- caffe-cuda-git (requires python-scipy) (optional)
- caffe-git (requires python-scipy) (optional)
- caffe-ssd (requires python-scipy) (optional)
- casadi (requires python-scipy)
- casadi-git (requires python-scipy) (optional)
- ceph (requires python-scipy) (make)
- ceph-base (requires python-scipy) (make)
- ceph-bin (requires python-scipy)
- Show 859 more...
Latest Comments
crl commented on 2024-12-23 00:57 (UTC)
numpy and scipy compiled with mkl+tbb (i.e. mkl-dynamic-lp64-tbb) runs in multi thread, which is faster in some cases. Compiled with mkl only will run in single thread.
carlosal1015 commented on 2024-12-23 00:39 (UTC)
python-hypothesis is a missing checkdependency
https://gitlab.archlinux.org/archlinux/packaging/packages/python-scipy/-/blob/1.14.1-2/PKGBUILD#L35
carlosal1015 commented on 2024-12-23 00:22 (UTC)
Hi, what's the difference between mkl only and mkl + tbb, for scipy and numpy?