mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 06:06:53 -05:00
gnu: openmpi: Avoid "open source" verbiage
* gnu/packages/mpi.scm (openmpi)[synopsis,description]: Remove mention of "open source".
This commit is contained in:
parent
d8c7eeb996
commit
8ede638c4b
1 changed files with 7 additions and 8 deletions
|
@ -53,14 +53,13 @@ (define-public openmpi
|
||||||
"--enable-mpi-ext=all"
|
"--enable-mpi-ext=all"
|
||||||
"--with-devel-headers")))
|
"--with-devel-headers")))
|
||||||
(home-page "http://www.open-mpi.org")
|
(home-page "http://www.open-mpi.org")
|
||||||
(synopsis "Open source MPI-2 implementation")
|
(synopsis "MPI-2 implementation")
|
||||||
(description
|
(description
|
||||||
"The Open MPI Project is an open source MPI-2 implementation that is
|
"The Open MPI Project is an MPI-2 implementation that is developed and
|
||||||
developed and maintained by a consortium of academic, research, and industry
|
maintained by a consortium of academic, research, and industry partners. Open
|
||||||
partners. Open MPI is therefore able to combine the expertise, technologies,
|
MPI is therefore able to combine the expertise, technologies, and resources
|
||||||
and resources from all across the High Performance Computing community in
|
from all across the High Performance Computing community in order to build the
|
||||||
order to build the best MPI library available. Open MPI offers advantages for
|
best MPI library available. Open MPI offers advantages for system and
|
||||||
system and software vendors, application developers and computer science
|
software vendors, application developers and computer science researchers.")
|
||||||
researchers.")
|
|
||||||
;; See file://LICENSE
|
;; See file://LICENSE
|
||||||
(license bsd-2)))
|
(license bsd-2)))
|
||||||
|
|
Loading…
Reference in a new issue