Skip to content

Commit

Permalink
Merge pull request #46 from minrk/metis510
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Jan 19, 2024
2 parents adf6f91 + 09e3fb5 commit de1b040
Show file tree
Hide file tree
Showing 15 changed files with 40 additions and 26 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpi:
- mpich
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpi:
- openmpi
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpi:
- mpich
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ libblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpi:
- openmpi
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpi:
- mpich
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ libblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpi:
- openmpi
mpich:
Expand Down
7 changes: 0 additions & 7 deletions .ci_support/migrations/metis511.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .ci_support/osx_64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ llvm_openmp:
macos_machine:
- x86_64-apple-darwin13.4.0
metis:
- 5.1.1
- 5.1.0
mpi:
- mpich
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ llvm_openmp:
macos_machine:
- x86_64-apple-darwin13.4.0
metis:
- 5.1.1
- 5.1.0
mpi:
- openmpi
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_mpimpich.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ llvm_openmp:
macos_machine:
- arm64-apple-darwin20.0.0
metis:
- 5.1.1
- 5.1.0
mpi:
- mpich
mpich:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_mpiopenmpi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ llvm_openmp:
macos_machine:
- arm64-apple-darwin20.0.0
metis:
- 5.1.1
- 5.1.0
mpi:
- openmpi
mpich:
Expand Down
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: b77d065cafa6bc1a1dcc15bf23fd854f54b05762b165badcffc195835ad2bddf

build:
number: 0
number: 1
skip: true # [win]
run_exports:
- {{ pin_subpackage('superlu_dist', max_pin='x') }}
Expand Down

0 comments on commit de1b040

Please sign in to comment.