Package Details: python-scipy-mkl-tbb 1.15.1-1

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)

Required by (879)

Sources (1)

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?