Skip to content
Merged
Show file tree
Hide file tree
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
3 changes: 0 additions & 3 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
zlib:
max_pin: x.x
target_platform:
- linux-64
zlib:
Expand Down
3 changes: 0 additions & 3 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
zlib:
max_pin: x.x
target_platform:
- linux-aarch64
zlib:
Expand Down
3 changes: 0 additions & 3 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ cxx_compiler_version:
- '10'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
pin_run_as_build:
zlib:
max_pin: x.x
target_platform:
- linux-ppc64le
zlib:
Expand Down
3 changes: 0 additions & 3 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ cxx_compiler_version:
- '14'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
zlib:
max_pin: x.x
target_platform:
- osx-64
zlib:
Expand Down
3 changes: 0 additions & 3 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ cxx_compiler_version:
- '14'
macos_machine:
- arm64-apple-darwin20.0.0
pin_run_as_build:
zlib:
max_pin: x.x
target_platform:
- osx-arm64
zlib:
Expand Down
3 changes: 0 additions & 3 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
pin_run_as_build:
zlib:
max_pin: x.x
target_platform:
- win-64
zlib:
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "15.0.2" %}
{% set version = "15.0.3" %}
{% set major_version = 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: 7877cd67714728556a79e5ec0cc72d66b6926448cf73b12b2cb901b268f7a872
sha256: dd07bdab557866344d85ae21bbeca5259d37b4b0e2ebf6e0481f42d1ba0fee88
patches:
# https://reviews.llvm.org/D99470
- 0001-Support-cross-compiling-standalone-MLIR.patch
Expand Down