SuiteSparse: update to 7.0.1.

- use libatomic-devel when needed (armv6l-musl)
This commit is contained in:
Gonzalo Tornaría 2023-02-02 20:37:19 -03:00 committed by Leah Neukirchen
parent 9d32b30cfe
commit 8e85edb044
2 changed files with 7 additions and 3 deletions

View file

@ -4070,7 +4070,7 @@ libcholmod.so.4 SuiteSparse-6.0.1_1
libcolamd.so.3 SuiteSparse-6.0.1_1
libcxsparse.so.4 SuiteSparse-6.0.1_1
libspqr.so.3 SuiteSparse-6.0.1_1
libsuitesparseconfig.so.6 SuiteSparse-6.0.1_1
libsuitesparseconfig.so.7 SuiteSparse-7.0.1_1
libumfpack.so.6 SuiteSparse-6.0.1_1
libecl.so.21.2 ecl-21.2.1_1
libecm.so.1 ecm-7.0.4_3

View file

@ -1,6 +1,6 @@
# Template file for 'SuiteSparse'
pkgname=SuiteSparse
version=6.0.1
version=7.0.1
revision=1
hostmakedepends="cmake gcc-fortran"
makedepends="libgomp-devel mpfr-devel
@ -11,7 +11,7 @@ license="custom:multiple"
homepage="https://people.engr.tamu.edu/davis/suitesparse.html"
changelog="https://raw.githubusercontent.com/DrTimothyAldenDavis/SuiteSparse/master/ChangeLog"
distfiles="https://github.com/DrTimothyAldenDavis/SuiteSparse/archive/refs/tags/v${version}.tar.gz"
checksum=06f55a0449775d1f43d8a33ba8c8417ea8cf76c27833b465c49825baa8741d0c
checksum=dc2f8d5c2657c120b30cce942f634ec08fc3a4b0b10e19d3eef7790b2bec8d1e
build_options="openblas"
@ -23,6 +23,10 @@ case "$XBPS_TARGET_MACHINE" in
*) ;;
esac
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
makedepends+=" libatomic-devel"
fi
do_build() {
make library \
JOBS=$XBPS_MAKEJOBS \