Skip to content
Snippets Groups Projects
Commit 85a84cbd authored by Eric Bavier's avatar Eric Bavier
Browse files

gnu: openmpi: Fix typo in download uri

* gnu/packages/mpi.scm (openmpi)[origin]: Fix typo.
parent 0fc54d4b
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@ (define-public openmpi
(source
(origin
(method url-fetch)
(uri (string-append "http://www.open-mpi.org/softawre/ompi/v"
(uri (string-append "http://www.open-mpi.org/software/ompi/v"
(string-join (take (string-split version #\.) 2)
".")
"/downloads/openmpi-" version ".tar.bz2"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment