Merge pull request #1586 from davidbeckingsale/patch-1

Ensure RAJA builds out-of-source
This commit is contained in:
Todd Gamblin 2016-08-23 08:55:50 -07:00 committed by GitHub
commit de12a34415

View file

@ -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)
make()
make('install')
with working_dir('build', create=True):
cmake('..', *std_cmake_args)
make()
make('install')