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:
Bill Williams 2017-10-31 16:08:32 -05:00 committed by Christoph Junghans
parent 3cb2d5341d
commit f5e68879db

View file

@ -29,6 +29,6 @@ class Raja(CMakePackage):
"""RAJA Parallel Framework.""" """RAJA Parallel Framework."""
homepage = "http://software.llnl.gov/RAJA/" 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') depends_on('cmake@3.3:', type='build')