Ensure RAJA builds out-of-source
This commit is contained in:
parent
e81f3daa28
commit
243d516bf0
1 changed files with 4 additions and 3 deletions
|
@ -32,6 +32,7 @@ class Raja(Package):
|
|||
version('git', git='https://github.com/LLNL/RAJA.git', branch="master")
|
||||
|
||||
def install(self, spec, prefix):
|
||||
cmake('.', *std_cmake_args)
|
||||
with working_dir('build', create=True):
|
||||
cmake('..', *std_cmake_args)
|
||||
make()
|
||||
make('install')
|
||||
|
|
Loading…
Reference in a new issue