Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

suitesparse 5.7.2 (redux) #64

Merged
merged 7 commits into from
Apr 13, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .azure-pipelines/azure-pipelines-osx.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cdt_arch:
cdt_name:
- cos7
channel_sources:
- conda-forge,c4aarch64,defaults
- conda-forge
channel_targets:
- conda-forge main
cxx_compiler:
Expand Down
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
on:
status: {}
check_suite:
types:
- completed

jobs:
regro-cf-autotick-bot-action:
runs-on: ubuntu-latest
name: regro-cf-autotick-bot-action
steps:
- name: checkout
uses: actions/checkout@v2
- name: regro-cf-autotick-bot-action
id: regro-cf-autotick-bot-action
uses: regro/cf-autotick-bot-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 12 additions & 0 deletions .github/workflows/webservices.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
on: repository_dispatch

jobs:
webservices:
runs-on: ubuntu-latest
name: webservices
steps:
- name: webservices
id: webservices
uses: conda-forge/webservices-dispatch-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
3 changes: 0 additions & 3 deletions conda-forge.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
appveyor:
secure: {BINSTAR_TOKEN: tumuXLL8PU75WMnRDemRy02ruEq2RpNxeK3dz0MjFssnosPm2v4EFjfNB4PTotA1}
compiler_stack: comp7
max_py_ver: '37'
max_r_ver: '35'
provider: {linux_aarch64: default, linux_ppc64le: azure}
travis:
secure: {BINSTAR_TOKEN: VV+0k8m2Vvi2F4LnIycwrbdkLPEnxZe16ndk3bwbOs5zg7OMPfp9xb+NVft9wjHgedbEr/qaZUXjU71zC1xkw71jZnxKEfsjepFturnVWQuv8MskxZVXKd/kFe2mEbkzmYx61/Ee2U63/Ln5BbmHadaVVs9a3P8Dol52OcSksAWenUC5ywZY5vWYnIaolDAqCEifyO7uztBLd9fqMz6diXW0SSIaQD7u6kH+kQuNjD3LXswqIt2FLFrj4sBOKAanwZaRnnpriDxGBnXnz8i3Z7JiWp7ZVq93xQ6rsw5Qw+yZBaGWgvQrNkhQje5ttylCyRLWfd3VaOH8ianig18jCM25U+AQm542r/cSbDSxtCBDglu0j1Mkjc68LKLYTMVVk9g0FdrEQkJpuRHEkALo7cONVVRm37kKBz1c7WfFjlyHNcKtkneLlo6qtecZlXVhnpsXO7WBMrBf74sHZkNhwXkC++b0hHGtlcl6wVVc5mYHPog5Nooe9ZXL8G7FJxCrMIe++L27n1ob8nLsONjIZv7234cwzDdpMRLo4cDO6HLa4O1S0MoNl2qP40S1J2hwOaEZRHyXU2G4FVEKLjQ0lh0/cCT5MTQyLLws5QuUjz9zpzF/VDx0UAVgSqdtr00FILnzNX0Ktk5+1TeodIl/p0LWvljfUSkh1IOZodRyhuk=}
55 changes: 0 additions & 55 deletions recipe/install_name.patch

This file was deleted.

10 changes: 4 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
{% set version = "5.6.0" %}
{% set version = "5.7.2" %}

package:
name: suitesparse
version: {{ version }}

source:
url: https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v{{ version }}.tar.gz
sha256: 76d34d9f6dafc592b69af14f58c1dc59e24853dcd7c2e8f4c98ffa223f6a1adb
patches:
- install_name.patch
- suitesparse-config.patch
sha256: fe3bc7c3bd1efdfa5cffffb5cebf021ff024c83b5daf0ab445429d3d741bd3ad

build:
skip: true # [win]
Expand Down Expand Up @@ -75,9 +72,10 @@ test:

about:
home: http://faculty.cse.tamu.edu/davis/suitesparse.html
license: LGPL v2 (AMD, BTF, etc), BSD 3-clause (UFget), GPL v2 (UMFPACK, RBIO, SPQR, GPUQRENGINE), Apache 2.0 (Metis)
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_file: LICENSE.txt
summary: A suite of sparse matrix algorithms
dev_url: https://github.com/DrTimothyAldenDavis/SuiteSparse

extra:
recipe-maintainers:
Expand Down
27 changes: 0 additions & 27 deletions recipe/suitesparse-config.patch

This file was deleted.