mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ Needleman-Wunsch).")
|
||||||
(install-file "ParDRe" bin)
|
(install-file "ParDRe" bin)
|
||||||
#t))))))
|
#t))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("openmpi" ,openmpi)
|
`(("openmpi-c++" ,openmpi-c++)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(synopsis "Parallel tool to remove duplicate DNA reads")
|
(synopsis "Parallel tool to remove duplicate DNA reads")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue