Added a package for the MDAnalysis toolkit. (#3576)
* Added a package for the MDAnalysis toolkit. * Added the dependency on setuptools. * Added the rest of the dependencies to the py-mdanalysis package. Also added the griddataformats and seaborn packages to satisfy requirements. * Removed seaborn package since it has been recently added. * Fixed flake8 error * Removed inadvertent commits. * Cleaned up reviewers feedback.
This commit is contained in:

committed by
Adam J. Stewart

parent
4627655704
commit
808e9b4649
@@ -46,7 +46,7 @@ class Lbann(CMakePackage):
|
||||
depends_on('cuda', when='+gpu')
|
||||
depends_on('mpi')
|
||||
depends_on('opencv@3.2.0', when='+opencv')
|
||||
depends_on('protobuf@3.0.2')
|
||||
depends_on('protobuf@3.0.2:')
|
||||
|
||||
def build_type(self):
|
||||
if '+debug' in self.spec:
|
||||
|
Reference in New Issue
Block a user