Skip to content

Commit

Permalink
Merge pull request #205 from regro-cf-autotick-bot/19.1.2_ha19b8f
Browse files Browse the repository at this point in the history
libcxx v19.1.2
  • Loading branch information
h-vetinari authored Oct 16, 2024
2 parents a7a04b8 + b576b11 commit c239605
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 5 deletions.
31 changes: 28 additions & 3 deletions azure-pipelines.yml

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

2 changes: 2 additions & 0 deletions recipe/compile_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ do
./a.out
done

if [[ "$target_platform" == linux* ]]; then
# tzdb integration (experimental as of v19)
cd test_sources/tzdb
clang++ -stdlib=libc++ -fexperimental-library -std=c++20 -O2 -g tzdb.cpp -o tzdb $FLAGS
Expand All @@ -48,3 +49,4 @@ clang++ -stdlib=libc++ -fexperimental-library -std=c++20 -O2 -g tzdb.cpp -o tzdb
unset PREFIX
unset CONDA_PREFIX
./tzdb
fi
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 = "19.1.1" %}
{% set version = "19.1.2" %}

{% if sys_abi is undefined %}
{% set sys_abi = "dummy" %}
Expand All @@ -11,7 +11,7 @@ package:

source:
- url: https://github.com/llvm/llvm-project/archive/refs/tags/llvmorg-{{ version.replace(".rc", "-rc") }}.tar.gz
sha256: 115dfd98a353d05bffdab3f80db22f159da48aca0124e8c416f437adcd54b77f
sha256: 622cb6c5e95a3bb7e9876c4696a65671f235bd836cfd0c096b272f6c2ada41e7
patches:
# See https://discourse.llvm.org/t/shipping-custom-libc-on-macos/58606
- patches/0001-Fix-ABI-compatibility-with-system.patch # [sys_abi == "pre-12"]
Expand Down

0 comments on commit c239605

Please sign in to comment.