Skip to content

Commit

Permalink
Rebuild for mumps 5.7.2 (#109)
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 Jun 19, 2024
2 parents 1688787 + 4df0a91 commit 7924632
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ liblapack:
metis:
- 5.1.0
mumps_seq:
- 5.7.1
- 5.7.2
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ liblapack:
metis:
- 5.1.0
mumps_seq:
- 5.7.1
- 5.7.2
target_platform:
- linux-aarch64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ liblapack:
metis:
- 5.1.0
mumps_seq:
- 5.7.1
- 5.7.2
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
10 changes: 10 additions & 0 deletions .ci_support/migrations/mumps572.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
__migrator:
build_number: 1
commit_message: Rebuild for mumps 5.7.2
kind: version
migration_number: 1
migrator_ts: 1718742215.2818363
mumps_mpi:
- 5.7.2
mumps_seq:
- 5.7.2
2 changes: 1 addition & 1 deletion .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ macos_machine:
metis:
- 5.1.0
mumps_seq:
- 5.7.1
- 5.7.2
target_platform:
- osx-64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ macos_machine:
metis:
- 5.1.0
mumps_seq:
- 5.7.1
- 5.7.2
target_platform:
- osx-arm64
zip_keys:
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ liblapack:
metis:
- 5.1.0
mumps_seq:
- 5.7.1
- 5.7.2
target_platform:
- win-64
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

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

7 changes: 7 additions & 0 deletions .scripts/run_osx_build.sh

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

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

2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source:
- pkg-config-do-not-add-requires-private.patch

build:
number: 3
number: 4
run_exports:
- {{ pin_subpackage('ipopt', max_pin='x.x.x') }}

Expand Down

0 comments on commit 7924632

Please sign in to comment.