new and updated PRUNERS tools (#3648)

This commit is contained in:
Gregory Lee
2017-03-31 11:42:03 -07:00
committed by Adam J. Stewart
parent 0d421137f4
commit 3ade829566
4 changed files with 86 additions and 4 deletions

View File

@@ -33,13 +33,17 @@ class LlvmOpenmpOmpt(Package):
homepage = "https://github.com/OpenMPToolsInterface/LLVM-openmp"
# tr4-stable branch
version('3.9.2b2',
git='https://github.com/OpenMPToolsInterface/LLVM-openmp.git',
commit='5cdca5dd3c0c336d42a335ca7cff622e270c9d47')
# align-to-tr-rebased branch
version('3.9.2b',
git='https://github.com/OpenMPToolsInterface/LLVM-openmp.git',
commit='982a08bcf3df9fb5afc04ac3bada47f19cc4e3d3')
depends_on('cmake', type='build')
depends_on('llvm+clang~gold')
depends_on('llvm')
depends_on('ninja', type='build')
def install(self, spec, prefix):