Skip to content

Commit eb314e5

Browse files
Rebuild for libboost 1.88 (#42)
automerged PR by conda-forge/automerge-action
2 parents 5278f33 + a3061f1 commit eb314e5

26 files changed

Lines changed: 69 additions & 60 deletions

.azure-pipelines/azure-pipelines-linux.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-osx.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.azure-pipelines/azure-pipelines-win.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.ci_support/linux_64_python3.10.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '13'
4+
- '14'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
@@ -15,11 +15,11 @@ channel_targets:
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:
18-
- '13'
18+
- '14'
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libboost_devel:
22-
- '1.86'
22+
- '1.88'
2323
pin_run_as_build:
2424
python:
2525
min_pin: x.x

.ci_support/linux_64_python3.11.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '13'
4+
- '14'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
@@ -15,11 +15,11 @@ channel_targets:
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:
18-
- '13'
18+
- '14'
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libboost_devel:
22-
- '1.86'
22+
- '1.88'
2323
pin_run_as_build:
2424
python:
2525
min_pin: x.x

.ci_support/linux_64_python3.12.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '13'
4+
- '14'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
@@ -15,11 +15,11 @@ channel_targets:
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:
18-
- '13'
18+
- '14'
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libboost_devel:
22-
- '1.86'
22+
- '1.88'
2323
pin_run_as_build:
2424
python:
2525
min_pin: x.x

.ci_support/linux_64_python3.13.____cp313.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '13'
4+
- '14'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
@@ -15,11 +15,11 @@ channel_targets:
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:
18-
- '13'
18+
- '14'
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libboost_devel:
22-
- '1.86'
22+
- '1.88'
2323
pin_run_as_build:
2424
python:
2525
min_pin: x.x

.ci_support/linux_64_python3.9.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
c_compiler:
22
- gcc
33
c_compiler_version:
4-
- '13'
4+
- '14'
55
c_stdlib:
66
- sysroot
77
c_stdlib_version:
@@ -15,11 +15,11 @@ channel_targets:
1515
cxx_compiler:
1616
- gxx
1717
cxx_compiler_version:
18-
- '13'
18+
- '14'
1919
docker_image:
2020
- quay.io/condaforge/linux-anvil-x86_64:alma9
2121
libboost_devel:
22-
- '1.86'
22+
- '1.88'
2323
pin_run_as_build:
2424
python:
2525
min_pin: x.x
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
__migrator:
2+
build_number: 1
3+
kind: version
4+
commit_message: "Rebuild for libboost 1.88"
5+
migration_number: 1
6+
libboost_devel:
7+
- "1.88"
8+
libboost_headers:
9+
- "1.88"
10+
libboost_python_devel:
11+
- "1.88"
12+
migrator_ts: 1753251695.3315456

.ci_support/osx_64_python3.10.____cpython.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ MACOSX_SDK_VERSION:
55
c_compiler:
66
- clang
77
c_compiler_version:
8-
- '18'
8+
- '19'
99
c_stdlib:
1010
- macosx_deployment_target
1111
c_stdlib_version:
@@ -17,9 +17,9 @@ channel_targets:
1717
cxx_compiler:
1818
- clangxx
1919
cxx_compiler_version:
20-
- '18'
20+
- '19'
2121
libboost_devel:
22-
- '1.86'
22+
- '1.88'
2323
macos_machine:
2424
- x86_64-apple-darwin13.4.0
2525
pin_run_as_build:

0 commit comments

Comments
 (0)