me
/
guix
Archived
1
0
Fork 0

gnu: pardre: Use C++ bindings for MPI.

* gnu/packages/bioinformatics.scm (pardre)[inputs]: Replace openmpi with
openmpi-c++.
master
Ricardo Wurmus 2021-12-02 15:28:30 +01:00
parent 2d6be35ea2
commit fc20fad6f7
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 1 deletions

View File

@ -8148,7 +8148,7 @@ Needleman-Wunsch).")
(install-file "ParDRe" bin)
#t))))))
(inputs
`(("openmpi" ,openmpi)
`(("openmpi-c++" ,openmpi-c++)
("zlib" ,zlib)))
(synopsis "Parallel tool to remove duplicate DNA reads")
(description