Skip to content

Commit 7eadcd0

Browse files
committed
spack uberenv fix.
1 parent ab0d302 commit 7eadcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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('[email protected]: +blas +lapack +force-parallel-build', when='+pylvarray')
77-
# depends_on('[email protected]: +force-parallel-build', when='+pylvarray')
77+
depends_on('[email protected]: +force-parallel-build', when='+pylvarray')
7878
depends_on('py-pip', when='+pylvarray')
7979

8080
depends_on('[email protected]:', when='+docs', type='build')

0 commit comments

Comments
 (0)