Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
9b05cd7
Merge pull request #86 from h-vetinari/rc
h-vetinari Mar 24, 2022
cbdca52
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration Conda…
conda-forge-curator[bot] Nov 2, 2022
c12bf0f
[ci skip] [skip ci] [cf admin skip] ***NO_CI*** admin migration DotConda
conda-forge-curator[bot] Nov 17, 2022
32739b0
Merge remote-tracking branch 'upstream/main' into rc
h-vetinari Feb 27, 2023
759a801
bump to 16.0.0.rc3
h-vetinari Feb 27, 2023
55b66a6
add rc channel sources & targets
h-vetinari Feb 27, 2023
dedbc70
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and co…
h-vetinari Feb 27, 2023
c123be6
bump to GCC 12
h-vetinari Feb 28, 2023
311b423
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and co…
h-vetinari Feb 28, 2023
c268ad4
Merge pull request #109 from h-vetinari/rc
h-vetinari Feb 28, 2023
54a0537
retrigger CI
h-vetinari Mar 15, 2023
b236a10
bump to 16.0.0.rc4
h-vetinari Mar 16, 2023
f7ed5c2
bump to 16.0.0.rc4 (#112)
github-actions[bot] Mar 16, 2023
d41a1f6
updated v16.0.0
regro-cf-autotick-bot Mar 18, 2023
c34a7d6
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and co…
regro-cf-autotick-bot Mar 18, 2023
0eab233
Merge remote-tracking branch 'upstream/rc' into 16.0.0_hd703d8
h-vetinari Mar 18, 2023
7a836a5
remove rc-channels
h-vetinari Mar 18, 2023
81028e3
update link to compiler support policy
h-vetinari Mar 18, 2023
8bc22ef
MNT: Re-rendered with conda-build 3.23.3, conda-smithy 3.23.0, and co…
h-vetinari Mar 18, 2023
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
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '11'
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_osx_build.sh

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

8 changes: 4 additions & 4 deletions README.md

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

6 changes: 3 additions & 3 deletions recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ cxx_compiler: # [osx]
- clang_bootstrap # [osx]

# libcxx only supports the last released GCC version, see
# https://releases.llvm.org/13.0.0/projects/libcxx/docs/index.html#platform-and-compiler-support
# https://libcxx.llvm.org/index.html#platform-and-compiler-support
c_compiler_version: # [linux]
- 11 # [linux]
- 12 # [linux]
cxx_compiler_version: # [linux]
- 11 # [linux]
- 12 # [linux]

MACOSX_SDK_VERSION: # [osx and x86_64]
- 10.14 # [osx and x86_64]
Expand Down
4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "15.0.7" %}
{% set version = "16.0.0" %}

package:
name: libcxx_and_libcxxabi
version: {{ version }}

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: 8b5fcb24b4128cf04df1b0b9410ce8b1a729cb3c544e6da885d234280dedeac6
sha256: 9a56d906a2c81f16f06efc493a646d497c53c2f4f28f0cb1f3c8da7f74350254
patches:
- patches/0001-libcxxabi-10.9-compatibility.patch # [osx and x86_64]
- patches/0002-Support-legacy-standalone-builds.patch
Expand Down