We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab0d302 commit 7eadcd0Copy full SHA for 7eadcd0
1 file changed
scripts/uberenv/packages/lvarray/package.py
@@ -74,7 +74,7 @@ class Lvarray(CMakePackage, CudaPackage):
74
75
depends_on('python +shared +pic', when='+pylvarray')
76
depends_on('py-numpy@1.19: +blas +lapack +force-parallel-build', when='+pylvarray')
77
- # depends_on('py-scipy@1.5.2: +force-parallel-build', when='+pylvarray')
+ depends_on('py-scipy@1.5.2: +force-parallel-build', when='+pylvarray')
78
depends_on('py-pip', when='+pylvarray')
79
80
depends_on('doxygen@1.8.13:', when='+docs', type='build')
0 commit comments