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

* gnu/packages/bioinformatics.scm (pardre)[inputs]: Replace openmpi with
openmpi-c++.
This commit is contained in:
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

View file

@ -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