gnu: openmpi: Use HTTPS home page.
* gnu/packages/mpi.scm (openmpi)[home-page]: Use HTTPS.master
parent
9dd7082c48
commit
f9a69e9bae
|
@ -264,7 +264,7 @@ bind processes, and much more.")
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(for-each delete-file (find-files out "config.log"))
|
(for-each delete-file (find-files out "config.log"))
|
||||||
#t))))))
|
#t))))))
|
||||||
(home-page "http://www.open-mpi.org")
|
(home-page "https://www.open-mpi.org")
|
||||||
(synopsis "MPI-3 implementation")
|
(synopsis "MPI-3 implementation")
|
||||||
(description
|
(description
|
||||||
"The Open MPI Project is an MPI-3 implementation that is developed and
|
"The Open MPI Project is an MPI-3 implementation that is developed and
|
||||||
|
|
Reference in New Issue