comparison src/suitesparse.mk @ 6181:78c1edaa77be

* src/suitesparse.mk: update to v5.12.0
author John Donoghue <john.donoghue@ieee.org>
date Thu, 21 Apr 2022 13:50:48 -0400
parents 8e6609f2eaac
children f0933d172154
comparison
equal deleted inserted replaced
6180:1453118dcf1b 6181:78c1edaa77be
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := suitesparse 4 PKG := suitesparse
5 $(PKG)_VERSION := 5.11.0 5 $(PKG)_VERSION := 5.12.0
6 $(PKG)_CHECKSUM := fe226ba60278ac0d7b09a35129b3ca4d65fcf682 6 $(PKG)_CHECKSUM := 9c67fbe6719878ea90fbf10b30fa476e68be0201
7 $(PKG)_SUBDIR := SuiteSparse-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := SuiteSparse-$($(PKG)_VERSION)
8 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz 8 $(PKG)_FILE := $($(PKG)_SUBDIR).tar.gz
9 $(PKG)_URL := https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$($(PKG)_VERSION).tar.gz 9 $(PKG)_URL := https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/v$($(PKG)_VERSION).tar.gz
10 $(PKG)_DEPS := blas lapack 10 $(PKG)_DEPS := blas lapack
11 ifeq ($(USE_SYSTEM_GCC),no) 11 ifeq ($(USE_SYSTEM_GCC),no)