Archived
1
0
Fork 0

gnu: openmpi: Fix typo in download uri

* gnu/packages/mpi.scm (openmpi)[origin]: Fix typo.
This commit is contained in:
Eric Bavier 2014-05-08 17:06:46 -05:00
parent 0fc54d4b31
commit 85a84cbd83

View file

@ -32,7 +32,7 @@
(source (source
(origin (origin
(method url-fetch) (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) (string-join (take (string-split version #\.) 2)
".") ".")
"/downloads/openmpi-" version ".tar.bz2")) "/downloads/openmpi-" version ".tar.bz2"))