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:
Brian Van Essen
2017-04-10 19:02:32 -07:00
committed by Adam J. Stewart
parent 4627655704
commit 808e9b4649
4 changed files with 103 additions and 1 deletions

View File

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