Add LLVM OpenMP 9.0.0 (#13154)

This commit is contained in:
Adam J. Stewart 2019-10-12 19:57:36 -05:00 committed by GitHub
parent 94d57446c7
commit 73b2b2a70f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,8 +11,9 @@ class LlvmOpenmp(CMakePackage):
an executable OpenMP program that are outside the compiler itself."""
homepage = "https://openmp.llvm.org/"
url = "https://releases.llvm.org/8.0.0/openmp-8.0.0.src.tar.xz"
url = "https://releases.llvm.org/9.0.0/openmp-9.0.0.src.tar.xz"
version('9.0.0', sha256='9979eb1133066376cc0be29d1682bc0b0e7fb541075b391061679111ae4d3b5b')
version('8.0.0', sha256='f7b1705d2f16c4fc23d6531f67d2dd6fb78a077dd346b02fed64f4b8df65c9d5')
depends_on('cmake@2.8:', type='build')