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:
Tom Payerle 2020-07-16 02:28:50 -04:00 committed by GitHub
parent 148a6a8860
commit df12b2bd15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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