Skip to content

Commit

Permalink
Merge pull request #64 from h-vetinari/5.7.2
Browse files Browse the repository at this point in the history
suitesparse 5.7.2 (redux)
  • Loading branch information
grlee77 authored Apr 13, 2020
2 parents 558b5a6 + 8251ba0 commit a3425e9
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 99 deletions.
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
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.

0 comments on commit a3425e9

Please sign in to comment.