votca*: update dependencies (#8757)

This commit is contained in:
Christoph Junghans
2018-07-19 12:06:16 -04:00
committed by Adam J. Stewart
parent f227cf0545
commit e0d05d23a1
4 changed files with 61 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
##############################################################################
# Copyright (c) 2017, The VOTCA Development Team (http://www.votca.org)
# Copyright (c) 2017-2018, The VOTCA Development Team (http://www.votca.org)
#
# This file is part of Spack.
# Created by Todd Gamblin, tgamblin@llnl.gov, All rights reserved.
@@ -42,3 +42,4 @@ class VotcaCtp(CMakePackage):
depends_on("cmake@2.8:", type='build')
depends_on("votca-tools@develop", when='@develop')
depends_on("votca-csg@develop", when='@develop')
depends_on("gsl")