Skip to content

Commit

Permalink
Rebuild for libboost 1.82 (#36)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Oct 2, 2023
2 parents 30f3896 + 127bed1 commit 3b9a3b0
Show file tree
Hide file tree
Showing 15 changed files with 171 additions and 95 deletions.
56 changes: 8 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.

7 changes: 2 additions & 5 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost_cpp:
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -16,11 +14,10 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_devel:
- '1.82'
mpfr:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- linux-64
zip_keys:
Expand Down
7 changes: 2 additions & 5 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
boost_cpp:
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -20,11 +18,10 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_devel:
- '1.82'
mpfr:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- linux-aarch64
zip_keys:
Expand Down
7 changes: 2 additions & 5 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost_cpp:
- 1.78.0
c_compiler:
- gcc
c_compiler_version:
Expand All @@ -16,11 +14,10 @@ cxx_compiler_version:
- '12'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
libboost_devel:
- '1.82'
mpfr:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- linux-ppc64le
zip_keys:
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
7 changes: 2 additions & 5 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
boost_cpp:
- 1.78.0
c_compiler:
- clang
c_compiler_version:
Expand All @@ -14,13 +12,12 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libboost_devel:
- '1.82'
macos_machine:
- x86_64-apple-darwin13.4.0
mpfr:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- osx-64
zip_keys:
Expand Down
7 changes: 2 additions & 5 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MACOSX_DEPLOYMENT_TARGET:
- '11.0'
boost_cpp:
- 1.78.0
c_compiler:
- clang
c_compiler_version:
Expand All @@ -14,13 +12,12 @@ cxx_compiler:
- clangxx
cxx_compiler_version:
- '15'
libboost_devel:
- '1.82'
macos_machine:
- arm64-apple-darwin20.0.0
mpfr:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- osx-arm64
zip_keys:
Expand Down
7 changes: 2 additions & 5 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
boost_cpp:
- 1.78.0
c_compiler:
- vs2019
channel_sources:
Expand All @@ -8,11 +6,10 @@ channel_targets:
- conda-forge main
cxx_compiler:
- vs2019
libboost_devel:
- '1.82'
mpfr:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
target_platform:
- win-64
vc:
Expand Down
1 change: 0 additions & 1 deletion .gitignore

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

9 changes: 4 additions & 5 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.

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

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

115 changes: 115 additions & 0 deletions .scripts/run_win_build.bat

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

Loading

0 comments on commit 3b9a3b0

Please sign in to comment.