new and updated PRUNERS tools (#3648)
This commit is contained in:

committed by
Adam J. Stewart

parent
0d421137f4
commit
3ade829566
@@ -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):
|
||||
|
Reference in New Issue
Block a user