Fix spack build for RAJA: master requires submodules (#6052)
* Fix spack build for RAJA: master requires submodules * Rename version: git to develop
This commit is contained in:
parent
3cb2d5341d
commit
f5e68879db
1 changed files with 1 additions and 1 deletions
|
@ -29,6 +29,6 @@ class Raja(CMakePackage):
|
|||
"""RAJA Parallel Framework."""
|
||||
homepage = "http://software.llnl.gov/RAJA/"
|
||||
|
||||
version('git', git='https://github.com/LLNL/RAJA.git', branch="master")
|
||||
version('develop', git='https://github.com/LLNL/RAJA.git', branch="master", submodules="True")
|
||||
|
||||
depends_on('cmake@3.3:', type='build')
|
||||
|
|
Loading…
Reference in a new issue