Skip to content
Snippets Groups Projects
Commit 60048c65 authored by Todd Gamblin's avatar Todd Gamblin
Browse files

Merge pull request #879 from DavidPoliakoff/feature/package/raja

Added a package for the RAJA system
parents 372a455b 179d308f
Branches
Tags
No related merge requests found
from spack import *
class Raja(Package):
"""RAJA Parallel Framework."""
homepage = "http://software.llnl.gov/RAJA/"
version('git', git='https://github.com/LLNL/RAJA.git', branch="master")
def install(self, spec, prefix):
cmake('.',*std_cmake_args)
make()
make('install')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment