Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
33 changes: 12 additions & 21 deletions .azure-pipelines/azure-pipelines-linux.yml

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

36 changes: 36 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.

7 changes: 6 additions & 1 deletion .ci_support/README

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

35 changes: 0 additions & 35 deletions .ci_support/linux_64_boost_cpp1.74.0mpimpich.yaml

This file was deleted.

35 changes: 0 additions & 35 deletions .ci_support/linux_64_boost_cpp1.74.0mpiopenmpi.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,35 +1,40 @@
boost_cpp:
- 1.72.0
c_compiler:
- gcc
c_compiler_version:
- '7'
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '12'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
libblas:
- 3.8 *netlib
- 3.9 *netlib
libboost_devel:
- '1.82'
liblapack:
- 3.8.0 *netlib
- 3.9 *netlib
libmatio:
- '1.5'
- 1.5.23
mpi:
- mpich
mpich:
- '4'
netcdf_cxx4:
- '4.3'
openmpi:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
libmatio:
max_pin: x.x
netcdf-cxx4:
max_pin: x.x
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Original file line number Diff line number Diff line change
@@ -1,35 +1,40 @@
boost_cpp:
- 1.72.0
c_compiler:
- gcc
c_compiler_version:
- '7'
- '12'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '12'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
libblas:
- 3.8 *netlib
- 3.9 *netlib
libboost_devel:
- '1.82'
liblapack:
- 3.8.0 *netlib
- 3.9 *netlib
libmatio:
- '1.5'
- 1.5.23
mpi:
- openmpi
mpich:
- '4'
netcdf_cxx4:
- '4.3'
openmpi:
- '4'
pin_run_as_build:
boost-cpp:
max_pin: x.x.x
libmatio:
max_pin: x.x
netcdf-cxx4:
max_pin: x.x
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
11 changes: 0 additions & 11 deletions .ci_support/migrations/boost_cpp1740.yaml

This file was deleted.

21 changes: 21 additions & 0 deletions .ci_support/migrations/boost_cpp_to_libboost.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
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
max_solver_attempts: 3 # this will make the bot retry "not solvable" stuff 3 times
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/osx_64_boost_cpp1.72.0mpimpich.yaml

This file was deleted.

37 changes: 0 additions & 37 deletions .ci_support/osx_64_boost_cpp1.74.0mpiopenmpi.yaml

This file was deleted.

Loading