From 436301b6c593c679a76d5f693f80e612ebb08137 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Tue, 27 Aug 2024 12:02:02 +1100 Subject: [PATCH 1/2] pin downstream tests to libcxx version we're building forward-ported from 138447224fc045758c4ecca1be04fdc31a752493 --- recipe/meta.yaml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index da9e61aa..c26d4601 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,4 +1,5 @@ {% set version = "19.1.7" %} +{% set major = version.split(".")[0] %} {% if sys_abi is undefined %} {% set sys_abi = "dummy" %} @@ -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 From d834a1f4bdd5ae6e7e98ee75985e41abd82ab8e0 Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Thu, 20 Mar 2025 16:26:41 +1100 Subject: [PATCH 2/2] bump build number --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index c26d4601..c2b7d512 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -25,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]