Skip to content

Commit

Permalink
add host dependency on scotch (#111)
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 Sep 26, 2024
2 parents 2165ded + f98fd48 commit c678caa
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ metis:
- 5.1.0
mumps_seq:
- 5.7.3
scotch:
- 7.0.4
target_platform:
- linux-64
zip_keys:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ metis:
- 5.1.0
mumps_seq:
- 5.7.3
scotch:
- 7.0.4
target_platform:
- linux-aarch64
zip_keys:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_ppc64le_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ metis:
- 5.1.0
mumps_seq:
- 5.7.3
scotch:
- 7.0.4
target_platform:
- linux-ppc64le
zip_keys:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ metis:
- 5.1.0
mumps_seq:
- 5.7.3
scotch:
- 7.0.4
target_platform:
- osx-64
zip_keys:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/osx_arm64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ metis:
- 5.1.0
mumps_seq:
- 5.7.3
scotch:
- 7.0.4
target_platform:
- osx-arm64
zip_keys:
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ metis:
- 5.1.0
mumps_seq:
- 5.7.3
scotch:
- 7.0.4
target_platform:
- win-64
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 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 build-locally.py

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

3 changes: 2 additions & 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: 5
number: 6
run_exports:
- {{ pin_subpackage('ipopt', max_pin='x.x.x') }}

Expand All @@ -32,6 +32,7 @@ requirements:
- liblapack
- metis
- mumps-seq
- scotch
- libspral # [linux]
- ampl-mp # [not win]

Expand Down

0 comments on commit c678caa

Please sign in to comment.