Fix: Add missing dependencies for gmp and eigen (#830)

See https://groups.google.com/forum/#!topic/spack/9JMDwafjBUs
This commit is contained in:
jppelteret
2016-04-26 19:01:09 +02:00
committed by Todd Gamblin
parent 603467785b
commit 8e227f603d
2 changed files with 3 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ class Eigen(Package):
# TODO : dependency on googlehash, superlu, adolc missing
depends_on('cmake')
depends_on('metis@5:', when='+metis')
depends_on('scotch', when='+scotch')
depends_on('fftw', when='+fftw')