mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: pardre: Use C++ bindings for MPI.
* gnu/packages/bioinformatics.scm (pardre)[inputs]: Replace openmpi with openmpi-c++.
This commit is contained in:
parent
2d6be35ea2
commit
fc20fad6f7
1 changed files with 1 additions and 1 deletions
|
@ -8148,7 +8148,7 @@ (define-public pardre
|
|||
(install-file "ParDRe" bin)
|
||||
#t))))))
|
||||
(inputs
|
||||
`(("openmpi" ,openmpi)
|
||||
`(("openmpi-c++" ,openmpi-c++)
|
||||
("zlib" ,zlib)))
|
||||
(synopsis "Parallel tool to remove duplicate DNA reads")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue