gnu: slepc: Use HTTPS home page URI.
* gnu/packages/maths.scm (slepc)[home-page]: Use HTTPS URI.master
parent
ac93e58310
commit
1ca4b76b52
|
@ -2636,7 +2636,7 @@ savings are consistently > 5x.")
|
||||||
"test.log" "error.log" "RDict.db"
|
"test.log" "error.log" "RDict.db"
|
||||||
"uninstall.py"))
|
"uninstall.py"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://slepc.upv.es")
|
(home-page "https://slepc.upv.es")
|
||||||
(synopsis "Scalable library for eigenproblems")
|
(synopsis "Scalable library for eigenproblems")
|
||||||
(description "SLEPc is a software library for the solution of large sparse
|
(description "SLEPc is a software library for the solution of large sparse
|
||||||
eigenproblems on parallel computers. It can be used for the solution of
|
eigenproblems on parallel computers. It can be used for the solution of
|
||||||
|
|
Reference in New Issue