diff --git a/recipe/meta.yaml b/recipe/meta.yaml index e3e93c42..3f8d6f40 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "19.1.6" %} +{% set version = "19.1.7" %} # check https://clang.llvm.org/docs/OpenMPSupport.html # occasionally to see last fully supported openmp ver. {% set openmp_ver = "4.5" %} @@ -9,7 +9,7 @@ package: source: url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz - sha256: f07fdcbb27b2b67aa95e5ddadf45406b33228481c250e65175066d36536a1ee2 + sha256: 59abea1c22e64933fad4de1671a61cdb934098793c7a31b333ff58dc41bff36c # name folder for easier deletion; we do the equivalent of downloading # the subproject sources, so the work folder then has openmp in it; # for details see build scripts