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
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "21.1.0.rc1" %}
{% set version = "21.1.0.rc2" %}
{% set major = version.split(".")[0] %}

package:
Expand All @@ -7,9 +7,7 @@ package:

source:
url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz
sha256: 43c05ada2449f545d35a2530a44ef64a3de7e9dd54e6c53eaa7ffb419daa4f9e
patches:
- patches/0001-avoid-baking-in-build-time-paths-to-compiler-rt-into.patch
sha256: f28b419ea38e554c295969c4d7fc3ea3b517d893b9f35e8e7aff50c507549459

build:
number: 0
Expand All @@ -23,7 +21,9 @@ requirements:
- {{ stdlib('c') }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- flang {{ version }}.*
- flang =={{ version }}
# only to avoid pulling in newer rc's which have a different SONAME
- libllvm{{ major }} =={{ version }}
host:
- clangdev =={{ version }}
- compiler-rt =={{ version }}
Expand Down

This file was deleted.