Skip to content

Commit

Permalink
spack uberenv fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed May 6, 2021
1 parent 83731d2 commit b501434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/uberenv/packages/lvarray/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class Lvarray(CMakePackage, CudaPackage):

depends_on('python +shared +pic', when='+pylvarray')
depends_on('py-numpy@1.19: +blas +lapack +force-parallel-build', when='+pylvarray')
# depends_on('py-scipy@1.5.2: +force-parallel-build', when='+pylvarray')
depends_on('py-scipy@1.5.2: +force-parallel-build', when='+pylvarray')
depends_on('py-pip', when='+pylvarray')

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

0 comments on commit b501434

Please sign in to comment.