py-scipy: update (#8000)
This commit is contained in:
parent
e93c880a79
commit
bf896c5a43
1 changed files with 1 additions and 4 deletions
|
@ -62,6 +62,7 @@ class PyScipy(PythonPackage):
|
||||||
|
|
||||||
depends_on('python@2.6:2.8,3.2:')
|
depends_on('python@2.6:2.8,3.2:')
|
||||||
depends_on('py-setuptools', type='build')
|
depends_on('py-setuptools', type='build')
|
||||||
|
depends_on('py-nose', type='test')
|
||||||
depends_on('py-numpy@1.7.1:+blas+lapack', type=('build', 'run'))
|
depends_on('py-numpy@1.7.1:+blas+lapack', type=('build', 'run'))
|
||||||
|
|
||||||
# NOTE: scipy picks up Blas/Lapack from numpy, see
|
# NOTE: scipy picks up Blas/Lapack from numpy, see
|
||||||
|
@ -69,10 +70,6 @@ class PyScipy(PythonPackage):
|
||||||
depends_on('blas')
|
depends_on('blas')
|
||||||
depends_on('lapack')
|
depends_on('lapack')
|
||||||
|
|
||||||
# Tests require:
|
|
||||||
# TODO: Add a 'test' deptype
|
|
||||||
# depends_on('py-nose', type='test')
|
|
||||||
|
|
||||||
def build_args(self, spec, prefix):
|
def build_args(self, spec, prefix):
|
||||||
args = []
|
args = []
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue