espressopp: always depends on py-numpy (#4207)

Ref espressopp/espressopp#161
This commit is contained in:
Christoph Junghans
2017-05-12 13:36:11 -06:00
committed by Adam J. Stewart
parent 360dc4a709
commit f147c9f5f0

View File

@@ -54,8 +54,7 @@ class Espressopp(CMakePackage):
depends_on("fftw")
depends_on("py-sphinx", when="+ug", type='build')
depends_on("py-sphinx", when="+pdf", type='build')
depends_on('py-numpy', when="+ug", type='build')
depends_on('py-numpy', when="+pdf", type='build')
depends_on('py-numpy', type=('build', 'run'))
depends_on('py-matplotlib', when="+ug", type='build')
depends_on('py-matplotlib', when="+pdf", type='build')
depends_on("texlive", when="+pdf", type='build')