Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arch Migrator #10

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
27 changes: 13 additions & 14 deletions .azure-pipelines/azure-pipelines-linux.yml

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

19 changes: 12 additions & 7 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.

Original file line number Diff line number Diff line change
Expand Up @@ -3,35 +3,30 @@ bzip2:
c_compiler:
- gcc
c_compiler_version:
- '7'
- '13'
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '7'
- '13'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
pin_run_as_build:
bzip2:
max_pin: x
readline:
max_pin: x
zlib:
max_pin: x.x
- '13'
readline:
- '8.0'
- '8'
target_platform:
- linux-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1.2'
- '1'
Original file line number Diff line number Diff line change
@@ -1,37 +1,36 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
bzip2:
- '1'
c_compiler:
- gcc
c_compiler_version:
- '9'
- '13'
cdt_arch:
- aarch64
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- gxx
cxx_compiler_version:
- '9'
- '13'
docker_image:
- condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-aarch64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
pin_run_as_build:
bzip2:
max_pin: x
readline:
max_pin: x
zlib:
max_pin: x.x
- '13'
readline:
- '8.0'
- '8'
target_platform:
- linux-64
- linux-aarch64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1.2'
- '1'
Original file line number Diff line number Diff line change
@@ -1,39 +1,32 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
bzip2:
- '1'
c_compiler:
- clang
- gcc
c_compiler_version:
- '10'
- '13'
cdt_name:
- cos7
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
- gxx
cxx_compiler_version:
- '10'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-ppc64le
fortran_compiler:
- gfortran
fortran_compiler_version:
- '7'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
bzip2:
max_pin: x
readline:
max_pin: x
zlib:
max_pin: x.x
- '13'
readline:
- '8.0'
- '8'
target_platform:
- osx-64
- linux-ppc64le
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1.2'
- '1'
60 changes: 0 additions & 60 deletions .ci_support/migrations/gcc930.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,39 +1,34 @@
MACOSX_DEPLOYMENT_TARGET:
- '10.9'
- '10.13'
MACOSX_SDK_VERSION:
- '10.13'
bzip2:
- '1'
c_compiler:
- clang
c_compiler_version:
- '10'
- '18'
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
- clangxx
cxx_compiler_version:
- '10'
- '18'
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '13'
macos_machine:
- x86_64-apple-darwin13.4.0
pin_run_as_build:
bzip2:
max_pin: x
readline:
max_pin: x
zlib:
max_pin: x.x
readline:
- '8.0'
- '8'
target_platform:
- osx-64
zip_keys:
- - c_compiler_version
- cxx_compiler_version
- fortran_compiler_version
zlib:
- '1.2'
- '1'
5 changes: 3 additions & 2 deletions .circleci/config.yml

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

6 changes: 4 additions & 2 deletions .gitattributes

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

Loading
Loading