Skip to content
Snippets Groups Projects
Commit 07325f5f authored by Christoph Junghans's avatar Christoph Junghans Committed by Adam J. Stewart
Browse files

votca: help concretizer (#13906)

* votca: help concretizer

* flake8
parent cfe9550b
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,6 @@ class VotcaCsg(CMakePackage): ...@@ -27,6 +27,6 @@ class VotcaCsg(CMakePackage):
depends_on("cmake@2.8:", type='build') depends_on("cmake@2.8:", type='build')
for v in ["1.4", "1.4.1", "1.5", "1.5.1", "develop"]: for v in ["1.4", "1.4.1", "1.5", "1.5.1", "develop"]:
depends_on('votca-tools@%s' % v, when="@%s" % v) depends_on('votca-tools@%s' % v, when="@%s:%s.0" % (v, v))
depends_on("gromacs~mpi@5.1:") depends_on("gromacs~mpi@5.1:")
depends_on("hdf5~mpi") depends_on("hdf5~mpi")
...@@ -25,6 +25,6 @@ class VotcaCtp(CMakePackage): ...@@ -25,6 +25,6 @@ class VotcaCtp(CMakePackage):
depends_on("cmake@2.8:", type='build') depends_on("cmake@2.8:", type='build')
for v in ["1.5", "1.5.1", "develop"]: for v in ["1.5", "1.5.1", "develop"]:
depends_on('votca-tools@%s' % v, when="@%s" % v) depends_on('votca-tools@%s' % v, when="@%s:%s.0" % (v, v))
depends_on('votca-csg@%s' % v, when="@%s" % v) depends_on('votca-csg@%s' % v, when="@%s:%s.0" % (v, v))
depends_on("gsl") depends_on("gsl")
...@@ -26,8 +26,7 @@ class VotcaXtp(CMakePackage): ...@@ -26,8 +26,7 @@ class VotcaXtp(CMakePackage):
depends_on("cmake@2.8:", type='build') depends_on("cmake@2.8:", type='build')
for v in ["1.4.1", "1.5", "1.5.1", "develop"]: for v in ["1.4.1", "1.5", "1.5.1", "develop"]:
depends_on('votca-tools@%s' % v, when="@%s" % v) depends_on('votca-tools@%s' % v, when="@%s:%s.0" % (v, v))
depends_on('votca-csg@%s' % v, when="@%s" % v) depends_on('votca-csg@%s' % v, when="@%s:%s.0" % (v, v))
depends_on("votca-ctp@develop", when='@develop')
depends_on("libxc", when='@1.5:') depends_on("libxc", when='@1.5:')
depends_on("ceres-solver", when='@1.5:') depends_on("ceres-solver", when='@1.5:')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment