Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] SuiteSparse: update to 7.2.0.
@ 2023-09-20  5:02 tornaria
  2023-09-22 21:51 ` [PR PATCH] [Merged]: " Duncaen
  0 siblings, 1 reply; 2+ messages in thread
From: tornaria @ 2023-09-20  5:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1251 bytes --]

There is a new pull request by tornaria against master on the void-packages repository

https://github.com/tornaria/void-packages SuiteSparse
https://github.com/void-linux/void-packages/pull/46150

SuiteSparse: update to 7.2.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/46150.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-SuiteSparse-46150.patch --]
[-- Type: text/x-diff, Size: 3385 bytes --]

From 65a59897eacb806b7a0b84182a3f9ba4fca70cc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 19 Sep 2023 16:34:56 -0300
Subject: [PATCH 1/2] SuiteSparse: update to 7.2.0.

---
 common/shlibs                | 2 +-
 srcpkgs/SuiteSparse/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index c9d59ef3b97ca..f2ed94eda3bbf 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -4045,7 +4045,7 @@ libccolamd.so.3 SuiteSparse-6.0.1_1
 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
+libspqr.so.4 SuiteSparse-7.2.0_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
diff --git a/srcpkgs/SuiteSparse/template b/srcpkgs/SuiteSparse/template
index 73dabfa8950ee..02e482efbe1e1 100644
--- a/srcpkgs/SuiteSparse/template
+++ b/srcpkgs/SuiteSparse/template
@@ -1,6 +1,6 @@
 # Template file for 'SuiteSparse'
 pkgname=SuiteSparse
-version=7.1.0
+version=7.2.0
 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=4cd3d161f9aa4f98ec5fa725ee5dc27bca960a3714a707a7d12b3d0abb504679
+checksum=ce63c34f566d0aeae3c85fdc5b72d293f7e834d10ec0a0417b4c0823ce6c0474
 
 build_options="openblas"
 

From f5b6b67f81100ff68af736202f9edfda7ba2bf31 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Tue, 19 Sep 2023 17:24:09 -0300
Subject: [PATCH 2/2] octave: rebuild for SuiteSparse, adopt.

---
 srcpkgs/octave/template | 15 ++-------------
 1 file changed, 2 insertions(+), 13 deletions(-)

diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template
index 38c8492f5f91b..f7273ddaae1d6 100644
--- a/srcpkgs/octave/template
+++ b/srcpkgs/octave/template
@@ -1,7 +1,7 @@
 # Template file for 'octave'
 pkgname=octave
 version=8.3.0
-revision=1
+revision=2
 build_style=gnu-configure
 configure_args="--disable-docs"
 hostmakedepends="perl gcc-fortran pkg-config"
@@ -10,7 +10,7 @@ makedepends="pcre2-devel readline-devel libSM-devel libltdl-devel lcms2-devel
 depends="$(vopt_if gui qt5-plugin-sqlite)"
 checkdepends="zip unzip ghostscript gnuplot tar texinfo"
 short_desc="High-level language, primarily intended for numerical computations"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
 license="GPL-3.0-or-later"
 homepage="https://octave.org/"
 changelog="http://hg.savannah.gnu.org/hgweb/octave/raw-file/default/etc/NEWS.${version%%.*}.md"
@@ -33,17 +33,6 @@ case "$XBPS_TARGET_MACHINE" in
 		;;
 esac
 
-case $XBPS_TARGET_MACHINE in
-	i686*)
-	# spqr is broken on i686; running `qr(sparse(1,1))` yields a segfault:
-	#
-	#		octave:1> qr(sparse(1,1));
-	#		fatal: caught signal Segmentation fault -- stopping myself...
-	#		Segmentation fault
-	#
-	configure_args+=" --without-spqr"
-	;;
-esac
 
 # Package build options
 # TODO: some options are still missing, such as java, qrupdate

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: SuiteSparse: update to 7.2.0.
  2023-09-20  5:02 [PR PATCH] SuiteSparse: update to 7.2.0 tornaria
@ 2023-09-22 21:51 ` Duncaen
  0 siblings, 0 replies; 2+ messages in thread
From: Duncaen @ 2023-09-22 21:51 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1094 bytes --]

There's a merged pull request on the void-packages repository

SuiteSparse: update to 7.2.0.
https://github.com/void-linux/void-packages/pull/46150

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-22 21:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-20  5:02 [PR PATCH] SuiteSparse: update to 7.2.0 tornaria
2023-09-22 21:51 ` [PR PATCH] [Merged]: " Duncaen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).