From f5e68879db99ff37cbc11bb02443e50e560778d0 Mon Sep 17 00:00:00 2001 From: Bill Williams Date: Tue, 31 Oct 2017 16:08:32 -0500 Subject: Fix spack build for RAJA: master requires submodules (#6052) * Fix spack build for RAJA: master requires submodules * Rename version: git to develop --- var/spack/repos/builtin/packages/raja/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/var/spack/repos/builtin/packages/raja/package.py b/var/spack/repos/builtin/packages/raja/package.py index b4a1ba9edd..ba0254fffe 100644 --- a/var/spack/repos/builtin/packages/raja/package.py +++ b/var/spack/repos/builtin/packages/raja/package.py @@ -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') -- cgit v1.2.3-70-g09d2