mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-19 05:07:11 -05:00
gnu: python-slepc4py: Update to 3.16.1.
This is a followup 5b4d1e57b6
.
* gnu/packages/maths.scm (slepc-openmpi)[inputs]: Move ARPACK-NG-OPENMPI to...
[propagated-inputs]: ... here.
(python-slepc4py): Update to 3.16.1.
This commit is contained in:
parent
fe55ae488b
commit
95a4965f2d
1 changed files with 3 additions and 3 deletions
|
@ -3217,10 +3217,10 @@ (define-public slepc-openmpi
|
||||||
,%openmpi-setup)))))
|
,%openmpi-setup)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("mpi" ,openmpi)
|
`(("mpi" ,openmpi)
|
||||||
("arpack" ,arpack-ng-openmpi)
|
|
||||||
,@(alist-delete "arpack" (package-inputs slepc))))
|
,@(alist-delete "arpack" (package-inputs slepc))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("petsc" ,petsc-openmpi)
|
`(("petsc" ,petsc-openmpi)
|
||||||
|
("arpack" ,arpack-ng-openmpi)
|
||||||
,@(alist-delete "petsc" (package-propagated-inputs slepc))))
|
,@(alist-delete "petsc" (package-propagated-inputs slepc))))
|
||||||
(synopsis "Scalable library for eigenproblems (with MPI support)")))
|
(synopsis "Scalable library for eigenproblems (with MPI support)")))
|
||||||
|
|
||||||
|
@ -3235,14 +3235,14 @@ (define-public slepc-complex-openmpi
|
||||||
(define-public python-slepc4py
|
(define-public python-slepc4py
|
||||||
(package
|
(package
|
||||||
(name "python-slepc4py")
|
(name "python-slepc4py")
|
||||||
(version "3.11.0")
|
(version "3.16.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "slepc4py" version))
|
(uri (pypi-uri "slepc4py" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1ksp08kxf4wg408b9nn39z3qfhy643j22d4rfbl30vzxk2rxh4lq"))))
|
"0fq997y73ymvcvdrxycp450pxwdgnqaw62gv9rwncfgsfplkvs9w"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Reference in a new issue