Skip to content

Commit b501434

Browse files
committed
spack uberenv fix.
1 parent 83731d2 commit b501434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/uberenv/packages/lvarray/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class Lvarray(CMakePackage, CudaPackage):
7474

7575
depends_on('python +shared +pic', when='+pylvarray')
7676
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')
77+
depends_on('py-scipy@1.5.2: +force-parallel-build', when='+pylvarray')
7878
depends_on('py-pip', when='+pylvarray')
7979

8080
depends_on('doxygen@1.8.13:', when='+docs', type='build')

0 commit comments

Comments
 (0)