Skip to content

Commit

Permalink
Merge pull request #121 from regro-cf-autotick-bot/18.1.4_hdd4d3e
Browse files Browse the repository at this point in the history
openmp v18.1.4
  • Loading branch information
h-vetinari committed May 2, 2024
2 parents b68e192 + d09d480 commit 0e56491
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "18.1.3" %}
{% set version = "18.1.4" %}
# check https://clang.llvm.org/docs/OpenMPSupport.html
# occasionally to see last fully supported openmp ver.
{% set openmp_ver = "4.5" %}
Expand All @@ -9,7 +9,7 @@ package:

source:
url: https://github.com/llvm/llvm-project/releases/download/llvmorg-{{ version.replace(".rc", "-rc") }}/llvm-project-{{ version.replace(".rc", "rc") }}.src.tar.xz
sha256: 2929f62d69dec0379e529eb632c40e15191e36f3bd58c2cb2df0413a0dc48651
sha256: 2c01b2fbb06819a12a92056a7fd4edcdc385837942b5e5260b9c2c0baff5116b
# 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
Expand Down Expand Up @@ -40,6 +40,7 @@ outputs:
requirements:
build:
- {{ compiler('cxx') }}
- {{ stdlib("c") }}
- clang # [win]
- cmake
- ninja
Expand Down

0 comments on commit 0e56491

Please sign in to comment.