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).
This commit is contained in:
parent
148a6a8860
commit
df12b2bd15
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue