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

{% if sys_abi is undefined %}
{% set sys_abi = "dummy" %}
Expand All @@ -24,7 +25,7 @@ source:
- patches/0005-runtimes-Probe-for-nostdlib-and-nostdinc-with-the-C-.patch

build:
number: 0
number: 1
skip: true # [win]
skip: true # [ppc64le or aarch64]

Expand Down Expand Up @@ -111,12 +112,12 @@ outputs:
- python-symengine # [osx]
- openturns # [osx]
# test current libcxx against old clang builds;
# version correspondence is 0.{{ CLANG_MAJOR }}
# version correspondence is 0.{{ CLANG_MAJOR }}.{{ LIBCXX_MAJOR }}
# these tests are unusual in that they use -Wl,-rpath, but not -L.
- libcxx-testing 0.19 # [osx]
- libcxx-testing 0.18 # [osx]
- libcxx-testing 0.17 # [osx]
- libcxx-testing 0.16 # [osx]
- libcxx-testing 0.19.{{ major }} # [osx]
- libcxx-testing 0.18.{{ major }} # [osx]
- libcxx-testing 0.17.{{ major }} # [osx]
- libcxx-testing 0.16.{{ major }} # [osx]
{% endif %}

- name: libcxx
Expand Down