comparison src/suitesparse.mk @ 7138:de3cb80af4cc

SuiteSparse: Update to 7.7.0 * src/suitesparse.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 28 Mar 2024 20:28:11 +0100
parents bb258c298b5b
children
comparison
equal deleted inserted replaced
7137:d98156e821e1 7138:de3cb80af4cc
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 := 7.6.1 5 $(PKG)_VERSION := 7.7.0
6 $(PKG)_CHECKSUM := c30104658ee95713a5bbc7c27928f08cfac5fe19 6 $(PKG)_CHECKSUM := 764081870669cce146f2b06a009c7ac59a75b7df
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 mpfr 10 $(PKG)_DEPS := blas lapack mpfr
11 ifeq ($(USE_SYSTEM_GCC),no) 11 ifeq ($(USE_SYSTEM_GCC),no)