Skip to content

Commit

Permalink
Merge pull request #75 from Tobias-Fischer/master
Browse files Browse the repository at this point in the history
enable OSX arm64 - attempt 2
  • Loading branch information
basnijholt authored Mar 11, 2022
2 parents 4dce6cb + e9f7cb9 commit 3479815
Show file tree
Hide file tree
Showing 38 changed files with 409 additions and 329 deletions.
35 changes: 32 additions & 3 deletions .azure-pipelines/azure-pipelines-linux.yml

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

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

9 changes: 4 additions & 5 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: 6 additions & 1 deletion .ci_support/README

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

21 changes: 8 additions & 13 deletions .ci_support/linux_64_mpimpich.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '10'
libblas:
- 3.8 *netlib
liblapack:
Expand All @@ -22,15 +22,12 @@ metis:
- '5.1'
mpi:
- mpich
mpich:
- '4'
openmpi:
- '4'
pin_run_as_build:
metis:
min_pin: x.x.x
max_pin: x.x
ptscotch:
min_pin: x.x.x
max_pin: x.x
scotch:
min_pin: x.x.x
max_pin: x.x
ptscotch:
- 6.0.9
Expand All @@ -41,5 +38,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
21 changes: 8 additions & 13 deletions .ci_support/linux_64_mpinompi.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '10'
libblas:
- 3.8 *netlib
liblapack:
Expand All @@ -22,15 +22,12 @@ metis:
- '5.1'
mpi:
- nompi
mpich:
- '4'
openmpi:
- '4'
pin_run_as_build:
metis:
min_pin: x.x.x
max_pin: x.x
ptscotch:
min_pin: x.x.x
max_pin: x.x
scotch:
min_pin: x.x.x
max_pin: x.x
ptscotch:
- 6.0.9
Expand All @@ -41,5 +38,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
21 changes: 8 additions & 13 deletions .ci_support/linux_64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
- quay.io/condaforge/linux-anvil-comp7
- quay.io/condaforge/linux-anvil-cos7-x86_64
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '10'
libblas:
- 3.8 *netlib
liblapack:
Expand All @@ -22,15 +22,12 @@ metis:
- '5.1'
mpi:
- openmpi
mpich:
- '4'
openmpi:
- '4'
pin_run_as_build:
metis:
min_pin: x.x.x
max_pin: x.x
ptscotch:
min_pin: x.x.x
max_pin: x.x
scotch:
min_pin: x.x.x
max_pin: x.x
ptscotch:
- 6.0.9
Expand All @@ -41,5 +38,3 @@ target_platform:
zip_keys:
- - c_compiler_version
- fortran_compiler_version
- - cdt_name
- docker_image
15 changes: 6 additions & 9 deletions .ci_support/linux_aarch64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -17,7 +17,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '10'
libblas:
- 3.8 *netlib
liblapack:
Expand All @@ -26,15 +26,12 @@ metis:
- '5.1'
mpi:
- mpich
mpich:
- '4'
openmpi:
- '4'
pin_run_as_build:
metis:
min_pin: x.x.x
max_pin: x.x
ptscotch:
min_pin: x.x.x
max_pin: x.x
scotch:
min_pin: x.x.x
max_pin: x.x
ptscotch:
- 6.0.9
Expand Down
15 changes: 6 additions & 9 deletions .ci_support/linux_aarch64_mpinompi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -17,7 +17,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '10'
libblas:
- 3.8 *netlib
liblapack:
Expand All @@ -26,15 +26,12 @@ metis:
- '5.1'
mpi:
- nompi
mpich:
- '4'
openmpi:
- '4'
pin_run_as_build:
metis:
min_pin: x.x.x
max_pin: x.x
ptscotch:
min_pin: x.x.x
max_pin: x.x
scotch:
min_pin: x.x.x
max_pin: x.x
ptscotch:
- 6.0.9
Expand Down
15 changes: 6 additions & 9 deletions .ci_support/linux_aarch64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUILD:
c_compiler:
- gcc
c_compiler_version:
- '9'
- '10'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -17,7 +17,7 @@ docker_image:
fortran_compiler:
- gfortran
fortran_compiler_version:
- '9'
- '10'
libblas:
- 3.8 *netlib
liblapack:
Expand All @@ -26,15 +26,12 @@ metis:
- '5.1'
mpi:
- openmpi
mpich:
- '4'
openmpi:
- '4'
pin_run_as_build:
metis:
min_pin: x.x.x
max_pin: x.x
ptscotch:
min_pin: x.x.x
max_pin: x.x
scotch:
min_pin: x.x.x
max_pin: x.x
ptscotch:
- 6.0.9
Expand Down
Loading

0 comments on commit 3479815

Please sign in to comment.