Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "16.0.0" %}
{% set version = "16.0.1" %}
{% set major_ver = version.split(".")[0] %}

package:
Expand All @@ -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
Expand All @@ -17,7 +17,7 @@ source:
- patches/0003-restore-macos-10.9-support.patch

build:
number: 1
number: 0
merge_build_host: false

requirements:
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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:
Expand Down