diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4b206a04..1d8cdb9b 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "16.0.0" %} +{% set version = "16.0.1" %} {% set major_ver = version.split(".")[0] %} package: @@ -7,7 +7,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: 9a56d906a2c81f16f06efc493a646d497c53c2f4f28f0cb1f3c8da7f74350254 + sha256: ab7e3b95adb88fd5b669ca8c1d3c1e8d2a601c4478290d3ae31d8d70e96f2064 patches: # - patches/intel-D47188-svml-VF.patch # Fixes vectorizer and extends SVML support # - patches/expect-fastmath-entrypoints-in-add-TLI-mappings.ll.patch # adjusts test added in 10.0.0 for intel-D47188-svml-VF.patch effects @@ -17,7 +17,7 @@ source: - patches/0003-restore-macos-10.9-support.patch build: - number: 1 + number: 0 merge_build_host: false requirements: @@ -38,7 +38,7 @@ requirements: outputs: # Contains everything - name: llvmdev - script: install_llvm.sh # [not win] + script: install_llvm.sh # [not win] script: install_llvm.bat # [win] build: activate_in_script: true @@ -78,7 +78,7 @@ outputs: script: install_llvm.sh # [not win] build: activate_in_script: true - run_exports: # [not win] + run_exports: # [not win] - {{ pin_subpackage("libllvm" + major_ver, max_pin="x.x") }} # [not win] requirements: build: @@ -102,7 +102,7 @@ outputs: # for run_exports - name: llvm build: - run_exports: # [not win] + run_exports: # [not win] - {{ pin_subpackage("libllvm" + major_ver, max_pin="x.x") }} # [not win] requirements: build: @@ -111,9 +111,9 @@ outputs: - libxml2 - zlib - zstd - run: # [not win] + run: # [not win] - {{ pin_subpackage("libllvm" + major_ver, exact=True) }} # [not win] - run_constrained: # [not win] + run_constrained: # [not win] - llvmdev {{ version }} # [not win] test: commands: