Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] octave: update to 9.2.0.
@ 2024-06-12 21:14 tornaria
  2024-06-13  1:28 ` tornaria
  2024-06-13 22:28 ` [PR PATCH] [Closed]: " abenson
  0 siblings, 2 replies; 3+ messages in thread
From: tornaria @ 2024-06-12 21:14 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages octave
https://github.com/void-linux/void-packages/pull/50807

octave: update to 9.2.0.
- **SuiteSparse: update to 7.7.0.** (closes #49747)
- **octave: update to 9.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/50807.patch is attached

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

From c2f90e128aeacca3d3ac89b69c3c51138575ab1c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Fri, 5 Apr 2024 00:01:22 -0300
Subject: [PATCH 1/2] SuiteSparse: update to 7.7.0.

---
 srcpkgs/SuiteSparse/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/SuiteSparse/template b/srcpkgs/SuiteSparse/template
index cf0e06bcabb4fd..b9b144e343bb40 100644
--- a/srcpkgs/SuiteSparse/template
+++ b/srcpkgs/SuiteSparse/template
@@ -1,6 +1,6 @@
 # Template file for 'SuiteSparse'
 pkgname=SuiteSparse
-version=7.6.1
+version=7.7.0
 revision=1
 build_style=cmake
 hostmakedepends="cmake gcc-fortran"
@@ -12,7 +12,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=ab1992802723b09aca3cbb0f4dc9b2415a781b9ad984ed934c7d8a0dcc31bc42
+checksum=529b067f5d80981f45ddf6766627b8fc5af619822f068f342aab776e683df4f3
 
 build_options="openblas"
 

From 46d97ea319889e2a356618f749f339960accfc38 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Wed, 12 Jun 2024 18:05:53 -0300
Subject: [PATCH 2/2] octave: update to 9.2.0.

---
 srcpkgs/octave/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/octave/template b/srcpkgs/octave/template
index 8bfd352edf3b8f..b8f92fd8a6336d 100644
--- a/srcpkgs/octave/template
+++ b/srcpkgs/octave/template
@@ -1,13 +1,13 @@
 # Template file for 'octave'
 pkgname=octave
-version=9.1.0
+version=9.2.0
 revision=1
 build_style=gnu-configure
 configure_args="--disable-docs"
 hostmakedepends="perl gcc-fortran pkg-config"
 makedepends="pcre2-devel readline-devel libSM-devel libltdl-devel lcms2-devel
  glpk-devel SuiteSparse-devel rapidjson"
-depends="$(vopt_if gui qt5-plugin-sqlite)"
+depends="$(vopt_if gui qt5-plugin-sqlite) texinfo"
 checkdepends="zip unzip ghostscript gnuplot tar texinfo"
 short_desc="High-level language, primarily intended for numerical computations"
 maintainer="Gonzalo Tornaría <tornaria@cmat.edu.uy>"
@@ -15,7 +15,7 @@ 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"
 distfiles="${GNU_SITE}/octave/octave-${version}.tar.gz"
-checksum=3f8c6c6ecfa249a47c97e18e651be4db8499be2f5de1a095a3eea53efc01d6a1
+checksum=0636554b05996997e431caad4422c00386d2d7c68900472700fecf5ffeb7c991
 
 # avoid warnings due to egrep deprecation
 export EGREP="grep -E"

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

* Re: octave: update to 9.2.0.
  2024-06-12 21:14 [PR PATCH] octave: update to 9.2.0 tornaria
@ 2024-06-13  1:28 ` tornaria
  2024-06-13 22:28 ` [PR PATCH] [Closed]: " abenson
  1 sibling, 0 replies; 3+ messages in thread
From: tornaria @ 2024-06-13  1:28 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/50807#issuecomment-2164182885

Comment:
Also: I added `texinfo` as a dependency of `octave` to close #50442.

It could be argued that it is an optional dependency (it's required only for the help system) but it's small compared to octave + all its dependencies that it doesn't seem out of reason to make it mandatory.

OTOH, the error when one tries to use help texinfo is very reasonable:
```
octave:1> help help
sh: 1: makeinfo: not found
sh: 1: makeinfo: not found
warning: help: Texinfo formatting filter exited abnormally; raw Texinfo source of help text follows...
'help' is a function from the file /usr/share/octave/9.1.0/m/help/help.m
```
in the sense that it's obvious what to do (assuming one has install-powers).

I'm fine either way, leaning slightly towards add the dependency (which I did in this PR).

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

* Re: [PR PATCH] [Closed]: octave: update to 9.2.0.
  2024-06-12 21:14 [PR PATCH] octave: update to 9.2.0 tornaria
  2024-06-13  1:28 ` tornaria
@ 2024-06-13 22:28 ` abenson
  1 sibling, 0 replies; 3+ messages in thread
From: abenson @ 2024-06-13 22:28 UTC (permalink / raw)
  To: ml

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

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

octave: update to 9.2.0.
https://github.com/void-linux/void-packages/pull/50807

Description:
- **SuiteSparse: update to 7.7.0.** (closes #49747)
- **octave: update to 9.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
-->


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

end of thread, other threads:[~2024-06-13 22:28 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-12 21:14 [PR PATCH] octave: update to 9.2.0 tornaria
2024-06-13  1:28 ` tornaria
2024-06-13 22:28 ` [PR PATCH] [Closed]: " abenson

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).