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.
@@ -43,6 +43,7 @@ class VotcaTools(CMakePackage):
depends_on("cmake@2.8:", type='build')
depends_on("expat")
depends_on("fftw")
depends_on("gsl")
depends_on("gsl", when="@:1.4.9999")
depends_on("eigen@3.3:", when="@1.5:")
depends_on("boost")
depends_on("sqlite")