Skip to content

Commit

Permalink
Merge pull request #31 from regro-cf-autotick-bot/rebuild-boost_cpp_t…
Browse files Browse the repository at this point in the history
…o_libboost-0-1_h5c6e9a

Rebuild for libboost 1.82
  • Loading branch information
beenje committed Oct 3, 2023
2 parents a307433 + 0a58195 commit cfe68b5
Show file tree
Hide file tree
Showing 28 changed files with 255 additions and 253 deletions.
20 changes: 16 additions & 4 deletions .azure-pipelines/azure-pipelines-linux.yml

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

16 changes: 8 additions & 8 deletions .azure-pipelines/azure-pipelines-osx.yml

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

64 changes: 12 additions & 52 deletions .azure-pipelines/azure-pipelines-win.yml

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

Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost:
- 1.78.0
cdt_name:
- cos6
channel_sources:
Expand All @@ -12,11 +10,11 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
- '1.82'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost:
- 1.78.0
cdt_name:
- cos6
channel_sources:
Expand All @@ -12,11 +10,11 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
- '1.82'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
6 changes: 2 additions & 4 deletions .ci_support/linux_64_numpy1.23python3.11.____cpython.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost:
- 1.78.0
cdt_name:
- cos6
channel_sources:
Expand All @@ -12,11 +10,11 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
- '1.82'
numpy:
- '1.23'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
boost:
- 1.78.0
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,12 +13,12 @@ cxx_compiler:
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
- '1.82'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
boost:
- 1.78.0
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,12 +13,12 @@ cxx_compiler:
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
- '1.82'
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
boost:
- 1.78.0
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -15,12 +13,12 @@ cxx_compiler:
cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-aarch64
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_python_devel:
- '1.82'
numpy:
- '1.23'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
20 changes: 20 additions & 0 deletions .ci_support/migrations/boost_cpp_to_libboost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
migrator_ts: 1695775149
__migrator:
kind: version
migration_number: 1
bump_number: 1
commit_message: "Rebuild for libboost 1.82"
# limit the number of prs for ramp-up
pr_limit: 10
libboost_devel:
- 1.82
# This migration is matched with a piggy-back migrator
# (see https://github.com/regro/cf-scripts/pull/1668)
# that will replace boost-cpp with libboost-devel
boost_cpp:
- 1.82
# same for boost -> libboost-python-devel
libboost_python_devel:
- 1.82
boost:
- 1.82
37 changes: 0 additions & 37 deletions .ci_support/migrations/python311.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost:
- 1.78.0
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -10,13 +8,13 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libboost_python_devel:
- '1.82'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost:
- 1.78.0
channel_sources:
- conda-forge
channel_targets:
Expand All @@ -10,13 +8,13 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libboost_python_devel:
- '1.82'
macos_machine:
- x86_64-apple-darwin13.4.0
numpy:
- '1.21'
- '1.22'
pin_run_as_build:
boost:
max_pin: x.x.x
python:
min_pin: x.x
max_pin: x.x
Expand Down
Loading

0 comments on commit cfe68b5

Please sign in to comment.