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
					Bill Williams
				
			
				
					committed by
					
						 Christoph Junghans
						Christoph Junghans
					
				
			
			
				
	
			
			
			 Christoph Junghans
						Christoph Junghans
					
				
			
						parent
						
							3cb2d5341d
						
					
				
				
					commit
					f5e68879db
				
			| @@ -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') | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user