Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
de8e67b
llvmdev 17.0.0.rc4
h-vetinari Sep 15, 2023
d1f6d26
Merge remote-tracking branch 'upstream/rc' into 17
h-vetinari Sep 19, 2023
1157225
remove rc-channels
h-vetinari Sep 19, 2023
364bfab
llvmdev 17.0.0
h-vetinari Sep 19, 2023
3d0cb4f
MNT: Re-rendered with conda-build 3.26.1, conda-smithy 3.25.1, and co…
h-vetinari Sep 19, 2023
317e4b7
backport patch that removes rc-suffix and missed the GA tag
h-vetinari Sep 19, 2023
9be6a9a
llvmdev 17.0.1
h-vetinari Sep 19, 2023
197437d
add missing jinja-filter to make if-condition work
h-vetinari Sep 19, 2023
bb00080
Merge pull request #238 from h-vetinari/17
isuruf Sep 22, 2023
f2b7976
[ci skip] update abi_migration_branches
h-vetinari Sep 26, 2023
1da8ac9
updated v17.0.2
regro-cf-autotick-bot Oct 3, 2023
f413371
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.26.3, and co…
regro-cf-autotick-bot Oct 3, 2023
9adf650
Merge pull request #242 from regro-cf-autotick-bot/17.0.2_h4560c0
h-vetinari Oct 3, 2023
f5dbd72
Tentative patch for fixing missing lljit symbols.
bluescarni Oct 6, 2023
e4d3afa
fix patch format & metadata
h-vetinari Oct 7, 2023
7a2bacf
updated v17.0.3
regro-cf-autotick-bot Oct 17, 2023
4e33c81
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.27.1, and co…
regro-cf-autotick-bot Oct 17, 2023
e985c93
llvmdev v17.0.3 (#245)
github-actions[bot] Oct 18, 2023
cd8cb5b
add run-constraints for #141
h-vetinari Feb 8, 2022
a786dcd
bump build number
h-vetinari Oct 22, 2023
2768c15
Ingest run_constraints on other llvm packages from repodata patches (…
github-actions[bot] Oct 22, 2023
644fb0e
updated v17.0.4
regro-cf-autotick-bot Oct 31, 2023
0993834
llvmdev v17.0.4 (#246)
github-actions[bot] Nov 1, 2023
b2ddca1
updated v17.0.5
regro-cf-autotick-bot Nov 14, 2023
cfa3f71
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.29.0, and co…
regro-cf-autotick-bot Nov 14, 2023
2b4fe6e
llvmdev v17.0.5 (#247)
github-actions[bot] Nov 14, 2023
b2f6b81
[ci skip] undo bot mess up
h-vetinari Nov 14, 2023
8c2a21f
updated v17.0.6
regro-cf-autotick-bot Nov 28, 2023
c439fee
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.0, and co…
regro-cf-autotick-bot Nov 28, 2023
b88f59b
llvmdev v17.0.6 (#248)
github-actions[bot] Nov 28, 2023
5b60221
Rebuild for libxml2212
regro-cf-autotick-bot Nov 30, 2023
7e8e567
MNT: Re-rendered with conda-build 3.27.0, conda-smithy 3.30.1, and co…
regro-cf-autotick-bot Nov 30, 2023
fe9f6c8
[main] Rebuild for libxml2212 (#249)
github-actions[bot] Nov 30, 2023
b822349
Merge remote-tracking branch 'upstream/main' into rc
h-vetinari Jan 29, 2024
12394bb
Revert "remove rc-channels"
h-vetinari Jan 29, 2024
4cf85b2
MNT: Re-rendered with conda-build 3.28.4, conda-smithy 3.30.4, and co…
h-vetinari Jan 29, 2024
26c43b5
llvmdev 18.1.0.rc1
h-vetinari Jan 29, 2024
35f49ec
rebase patches
h-vetinari Jan 30, 2024
78e5f40
in jinja-computation for suffix, compare as strings, not ints
h-vetinari Jan 30, 2024
c1cc389
fix some indentation damage by the bot
h-vetinari Jan 30, 2024
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
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

59 changes: 11 additions & 48 deletions .azure-pipelines/azure-pipelines-win.yml

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

3 changes: 2 additions & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,14 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxml2:
- '2.11'
- '2'
pin_run_as_build:
python:
min_pin: x.x
max_pin: x.x
python:
- 3.10.* *_cpython
- 3.11.* *_cpython
- 3.8.* *_cpython
- 3.9.* *_cpython
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxml2:
- '2.11'
- '2'
target_platform:
- linux-aarch64
zlib:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cxx_compiler_version:
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libxml2:
- '2.11'
- '2'
target_platform:
- linux-ppc64le
zlib:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ __migrator:
kind: version
migration_number: 1
libxml2:
- '2.11'
migrator_ts: 1684203491.9767957
- '2.12'
migrator_ts: 1700445986.2150207
4 changes: 2 additions & 2 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ channel_targets:
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '15'
- '16'
libxml2:
- '2.11'
- '2'
macos_machine:
- x86_64-apple-darwin13.4.0
target_platform:
Expand Down
4 changes: 2 additions & 2 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ channel_targets:
cxx_compiler:
- clang_bootstrap
cxx_compiler_version:
- '15'
- '16'
libxml2:
- '2.11'
- '2'
macos_machine:
- arm64-apple-darwin20.0.0
target_platform:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ channel_targets:
cxx_compiler:
- vs2019
libxml2:
- '2.11'
- '2'
target_platform:
- win-64
zlib:
Expand Down
25 changes: 23 additions & 2 deletions .gitignore

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

14 changes: 8 additions & 6 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/logging_utils.sh

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

9 changes: 9 additions & 0 deletions .scripts/run_docker_build.sh

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

17 changes: 12 additions & 5 deletions .scripts/run_osx_build.sh

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

Loading