Search Criteria
Package Details: python-slycot 0.6.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-slycot.git (read-only, click to copy) |
---|---|
Package Base: | python-slycot |
Description: | Python wrapper for selected SLICOT routines, notably including solvers for Riccati, Lyapunov and Sylvester equations. |
Upstream URL: | http://github.com/python-control/Slycot |
Licenses: | GPL-2 |
Conflicts: | python-slycot-git, python-slycot-mkl |
Provides: | python-slycot |
Submitter: | bnavigator |
Maintainer: | medaminezghal |
Last Packager: | medaminezghal |
Votes: | 2 |
Popularity: | 0.52 |
First Submitted: | 2019-09-27 15:16 (UTC) |
Last Updated: | 2024-11-15 13:37 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- blas (blis-cblas-openmpAUR, blis-cblasAUR, aocl-blis-aoccAUR, blas-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, blis-gitAUR, blisAUR, openblas-lapackAUR, blas-mklAUR, aocl-blisAUR, blas-openblas) (make)
- cmake (cmake-gitAUR) (make)
- gcc-fortran (gcc-fortran-gitAUR, gcc11-fortranAUR, gcc-fortran-snapshotAUR) (make)
- lapack (aocl-libflame-aoccAUR, lapack-gitAUR, atlas-lapackAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR) (make)
- python-scikit-build (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
- python-scipy (python-scipy-gitAUR, python-scipy-mklAUR, python-scipy-mkl-tbbAUR, python-scipy-mkl-binAUR) (check)
Required by (3)
- python-control (optional)
- python-pymor (optional)
Latest Comments
« First ‹ Previous 1 2
acxz commented on 2020-10-02 12:45 (UTC) (edited on 2020-10-02 12:56 (UTC) by acxz)
Hello @bnavigator, thx for maintaining this package! I am having some trouble when installing this package, in particular the
check()
is failing for me. Commenting out thecheck()
functions allows me to complete the successful install of the package.Here is the error with the check function:
Honestly doesn't seem very informative. Maybe I should also post upstream? Can you confirm that the versions under
test session starts
are the same for you? ThanksEdit: Looking a bit deeper (i.e. running the test manually by adding a main and calling the test function directly in the file) I see the follow error:
calcmogul commented on 2020-01-07 15:35 (UTC) (edited on 2020-01-07 15:36 (UTC) by calcmogul)
The pkgrel in the .SRCINFO was bumped to 3, but the PKGBUILD still has 2. This causes the package built to never appear up to date. The pkgrel in the PKGBUILD should be bumped to match the .SRCINFO file.
« First ‹ Previous 1 2