Skip to content
Snippets Groups Projects
Unverified Commit df12b2bd authored by Tom Payerle's avatar Tom Payerle Committed by GitHub
Browse files

kallisto: remove mpich dependency (#17551)

kallisto does not depend on mpich or MPI, except possibly indirectly
through hdf5 (but that should be handled by hdf5).
parent 148a6a88
Branches
Tags
No related merge requests found
......@@ -18,7 +18,6 @@ class Kallisto(CMakePackage):
depends_on('zlib')
depends_on('hdf5')
depends_on('mpich')
# htslib isn't built in time to be used....
parallel = False
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment