Skip to content

Commit

Permalink
Merge pull request #201 from h-vetinari/rc
Browse files Browse the repository at this point in the history
llvmdev 16.0.0.rc4
  • Loading branch information
h-vetinari authored Mar 15, 2023
2 parents 58d9bef + d0ad5da commit 3b8690a
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 26 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

32 changes: 16 additions & 16 deletions README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 9 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "16.0.0.rc3" %}
{% set version = "16.0.0.rc4" %}
{% 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: 8fa9792a1a04f78d023b87c5e5bd25010d5f73a5c0ae1830e897d85821ee9325
sha256: 36e723b0befd0874a799253f5cfac8b00fe5bbfec3020ccf7b4fdae566a7e089
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 @@ -16,7 +16,7 @@ source:
- patches/0002-Always-copy-on-windows.patch

build:
number: 1
number: 0
merge_build_host: false

requirements:
Expand Down Expand Up @@ -47,7 +47,9 @@ outputs:
- cmake
- ninja
- python >=3
- libcxx {{ cxx_compiler_version }} # [osx]
host:
- libcxx {{ cxx_compiler_version }} # [osx]
- {{ pin_subpackage("libllvm" + major_ver, exact=True) }}
- {{ pin_subpackage("llvm-tools", exact=True) }}
- libxml2
Expand Down Expand Up @@ -83,8 +85,9 @@ outputs:
- ninja # [not win]
- cmake # [not win]
- python >=3 # [not win]
- libcxx {{ cxx_compiler_version }} # [osx]
host:
- libcxx >={{ cxx_compiler_version }} # [osx]
- libcxx {{ cxx_compiler_version }} # [osx]
- libxml2
- zlib
- zstd # [build_platform == target_platform]
Expand Down Expand Up @@ -127,7 +130,9 @@ outputs:
- cmake
- ninja
- python >=3
- libcxx {{ cxx_compiler_version }} # [osx]
host:
- libcxx {{ cxx_compiler_version }} # [osx]
- {{ pin_subpackage("libllvm" + major_ver, exact=True) }}
- libxml2
- zlib
Expand Down

0 comments on commit 3b8690a

Please sign in to comment.