From bbe7b5da25d5c6c7a4c6eeae606c8636d852a4cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 30 Mar 2022 08:57:55 -0300 Subject: [PATCH 1/4] SuiteSparse: update to 5.11.0. --- srcpkgs/SuiteSparse/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/SuiteSparse/template b/srcpkgs/SuiteSparse/template index ab5c829e3ab7..fa2872aaf646 100644 --- a/srcpkgs/SuiteSparse/template +++ b/srcpkgs/SuiteSparse/template @@ -1,7 +1,7 @@ # Template file for 'SuiteSparse' pkgname=SuiteSparse -version=5.10.1 -revision=2 +version=5.11.0 +revision=1 # XXX: re-enable TBB=-ltbb -DSPQR_CONFIG=-DHAVE_TBB when updating, if possible make_build_args="BLAS=-lblas LAPACK=-llapack" hostmakedepends="cmake chrpath" @@ -10,8 +10,9 @@ short_desc="Suite of sparse matrix software" maintainer="Gonzalo Tornaría " 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=acb4d1045f48a237e70294b950153e48dce5b5f9ca8190e86c2b8c54ce00a7ee +checksum=fdd957ed06019465f7de73ce931afaf5d40e96e14ae57d91f60868b8c123c4c8 do_build() { make config library $make_build_args JOBS=$XBPS_MAKEJOBS From cafc2e18644cdbf86d319095cca87aeead7abf3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 30 Mar 2022 09:25:55 -0300 Subject: [PATCH 2/4] igraph: update to 0.9.7. --- srcpkgs/igraph/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/igraph/template b/srcpkgs/igraph/template index f131886aae63..7cac9b5a47df 100644 --- a/srcpkgs/igraph/template +++ b/srcpkgs/igraph/template @@ -1,6 +1,6 @@ # Template file for 'igraph' pkgname=igraph -version=0.9.6 +version=0.9.7 revision=1 build_style=cmake configure_args="-DIGRAPH_ENABLE_TLS=on -DIGRAPH_ENABLE_LTO=on -DBUILD_SHARED_LIBS=ON" @@ -12,7 +12,7 @@ license="GPL-2.0-or-later" homepage="https://igraph.org/c/" changelog="https://raw.githubusercontent.com/igraph/igraph/master/CHANGELOG.md" distfiles="https://github.com/igraph/igraph/releases/download/${version}/igraph-${version}.tar.gz" -checksum=7c299ec54eecfe413758c332a42c4cb71d02d2951b2ac232584d317c5792f387 +checksum=b0a774eb5514acf93902a53d8f7dcdd553bf7130e5fd2e1b18a2927b842ed130 igraph-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" From b6668ad7fc4da728850d1abe641dc48cb1a66a5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 30 Mar 2022 09:39:35 -0300 Subject: [PATCH 3/4] planarity: update to 3.0.2.0. --- srcpkgs/planarity/template | 4 ++-- srcpkgs/planarity/update | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/planarity/template b/srcpkgs/planarity/template index aab5ce4a08fc..fe5d9e08c9f9 100644 --- a/srcpkgs/planarity/template +++ b/srcpkgs/planarity/template @@ -1,6 +1,6 @@ # Template file for 'planarity' pkgname=planarity -version=3.0.1.1 +version=3.0.2.0 revision=1 build_style=gnu-configure short_desc="Graph algorithms for planar embedding and related algorithms" @@ -8,7 +8,7 @@ maintainer="Gonzalo Tornaría " license="BSD-3-Clause" homepage="https://github.com/graph-algorithms/edge-addition-planarity-suite/" distfiles="https://github.com/graph-algorithms/edge-addition-planarity-suite/releases/download/Version_${version}/planarity-${version}.tar.gz" -checksum=50b686fce6e67ba3a4d0634632c16566539a95d7e51afd066f6b1d5ae0eab284 +checksum=b4897df8f323e660197242e0aa273a542a59782cad783d7334111a9ad49b9e08 post_install() { vlicense LICENSE.TXT diff --git a/srcpkgs/planarity/update b/srcpkgs/planarity/update index 315139e84f6e..3dffcc02a424 100644 --- a/srcpkgs/planarity/update +++ b/srcpkgs/planarity/update @@ -1 +1,2 @@ site=https://github.com/graph-algorithms/edge-addition-planarity-suite/releases +ignore=*.WindowsExe From 1921876e60549ef7e54379145a2eab33c10d4c99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 30 Mar 2022 09:41:43 -0300 Subject: [PATCH 4/4] python3-cvxopt: update to 1.3.0. --- srcpkgs/python3-cvxopt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-cvxopt/template b/srcpkgs/python3-cvxopt/template index 0fb769b294e0..92908af178bd 100644 --- a/srcpkgs/python3-cvxopt/template +++ b/srcpkgs/python3-cvxopt/template @@ -1,6 +1,6 @@ # Template file for 'python3-cvxopt' pkgname=python3-cvxopt -version=1.2.7 +version=1.3.0 revision=1 wrksrc="cvxopt-${version}" build_style=python3-module @@ -12,7 +12,7 @@ maintainer="Gonzalo Tornaría " license="GPL-3.0-or-later" homepage="http://cvxopt.org/" distfiles="${PYPI_SITE}/c/cvxopt/cvxopt-${version}.tar.gz" -checksum=3f9db1f4d4e820aaea81d6fc21054c89dc6327c84f935dd5a1eda1af11e1d504 +checksum=00b1b232f9d1f902d578a9d75814b67fa020758d5ae422e28ca8cef6269fa5c6 pre_build() { export CVXOPT_BUILD_GSL=1