Skip to content

Commit

Permalink
MNT: rerender (#86)
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 Jan 19, 2024
2 parents 32035e9 + 214f8f6 commit 5e4ba4d
Show file tree
Hide file tree
Showing 10 changed files with 36 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ libcblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpfr:
- '4'
target_platform:
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 @@ -25,7 +25,7 @@ libcblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpfr:
- '4'
target_platform:
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 @@ -21,7 +21,7 @@ libcblas:
liblapack:
- 3.9 *netlib
metis:
- 5.1.1
- 5.1.0
mpfr:
- '4'
target_platform:
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_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ liblapack:
macos_machine:
- x86_64-apple-darwin13.4.0
metis:
- 5.1.1
- 5.1.0
mpfr:
- '4'
target_platform:
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 @@ -21,7 +21,7 @@ liblapack:
macos_machine:
- arm64-apple-darwin20.0.0
metis:
- 5.1.1
- 5.1.0
mpfr:
- '4'
target_platform:
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.

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:

build:
skip: true # [win]
number: 2
number: 3
run_exports:
- {{ pin_subpackage("suitesparse") }}

Expand Down Expand Up @@ -73,7 +73,7 @@ test:

about:
home: http://faculty.cse.tamu.edu/davis/suitesparse.html
license: LGPL-2.1-or-later (AMD, BTF, etc.), BSD-3-clause (UFget), GPL-2.0-or-later (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache-2.0 (Metis)
license: LGPL-2.1-or-later AND BSD-3-Clause AND GPL-2.0-or-later AND Apache-2.0
license_file: LICENSE.txt
summary: A suite of sparse matrix algorithms
dev_url: https://github.com/DrTimothyAldenDavis/SuiteSparse
Expand Down

0 comments on commit 5e4ba4d

Please sign in to comment.