Add LLVM OpenMP 9.0.0 (#13154)
This commit is contained in:
parent
94d57446c7
commit
73b2b2a70f
@ -11,8 +11,9 @@ class LlvmOpenmp(CMakePackage):
|
|||||||
an executable OpenMP program that are outside the compiler itself."""
|
an executable OpenMP program that are outside the compiler itself."""
|
||||||
|
|
||||||
homepage = "https://openmp.llvm.org/"
|
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')
|
version('8.0.0', sha256='f7b1705d2f16c4fc23d6531f67d2dd6fb78a077dd346b02fed64f4b8df65c9d5')
|
||||||
|
|
||||||
depends_on('cmake@2.8:', type='build')
|
depends_on('cmake@2.8:', type='build')
|
||||||
|
Loading…
Reference in New Issue
Block a user