Search Criteria
Package Details: python-scikit-sparse 0.4.15-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-scikit-sparse.git (read-only, click to copy) |
---|---|
Package Base: | python-scikit-sparse |
Description: | Scikit sparse matrix package |
Upstream URL: | https://pypi.python.org/pypi/scikit_sparse/ |
Licenses: | BSD-2-Clause |
Submitter: | anntzer |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 2 |
Popularity: | 0.000014 |
First Submitted: | 2016-02-25 20:11 (UTC) |
Last Updated: | 2024-10-28 16:38 (UTC) |
Dependencies (8)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR)
- suitesparse
- cython (cython-gitAUR, cython0AUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Required by (1)
- python-pygam (optional)
Sources (9)
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/illc1033.mtx.gz
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/illc1033_rhs1.mtx.gz
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/illc1850.mtx.gz
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/illc1850_rhs1.mtx.gz
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/well1033.mtx.gz
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/well1033_rhs1.mtx.gz
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/well1850.mtx.gz
- https://math.nist.gov/pub/MatrixMarket2/Harwell-Boeing/lsq/well1850_rhs1.mtx.gz
- https://pypi.python.org/packages/source/s/scikit_sparse/scikit_sparse-0.4.15.tar.gz
Latest Comments
gnaggnoyil commented on 2021-11-10 11:44 (UTC)
I ran into following error when I was trying to build this:
I then installed package
python-pytest
and rebuild the package. This time package was built and installed successfully. I thinkpython-pytest
might be needed as makedepends.deu439 commented on 2020-12-10 09:35 (UTC) (edited on 2020-12-10 09:36 (UTC) by deu439)
With python 3.9.0-1 I got this error:
It can be fixed by patching PKGBUILD with (issue37250):
anntzer commented on 2016-03-07 06:11 (UTC)