Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] singular: update to 4.3.2p7.
@ 2023-08-16 21:55 tornaria
  2023-08-16 21:58 ` tornaria
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tornaria @ 2023-08-16 21:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tornaria/void-packages singular
https://github.com/void-linux/void-packages/pull/45625

singular: update to 4.3.2p7.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

Works with sagemath. With the current version in repo (10.0_2) it gives a few doctest failures because output format changes. Not worth updating sagemath now IMO, since 10.1 will be coming out soon (if need arises, the relevant PR are https://github.com/sagemath/sage/pull/35977, https://github.com/sagemath/sage/pull/35980, https://github.com/sagemath/sage/pull/36018; also https://github.com/sagemath/sage/pull/36006 fixes a doctest after gmp 6.3.0 but it's not really necessary).

@dkwo 

<!--
#### 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/45625.patch is attached

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

From 6c8df86d5ccb6ed76161a4aceadefe5e152e80d5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= <tornaria@cmat.edu.uy>
Date: Sat, 22 Jul 2023 00:36:37 -0300
Subject: [PATCH] singular: update to 4.3.2p7.

---
 srcpkgs/singular/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/singular/template b/srcpkgs/singular/template
index 9ca59e4013d15..036e19d470354 100644
--- a/srcpkgs/singular/template
+++ b/srcpkgs/singular/template
@@ -1,6 +1,6 @@
 # Template file for 'singular'
 pkgname=singular
-version=4.3.2p3
+version=4.3.2p7
 revision=1
 _majver=${version%p*}
 build_style=gnu-configure
@@ -13,14 +13,14 @@ configure_args="--with-readline=ncurses
  --without-python
  --with-libparse
  ac_cv_lib_cddgmp_dd_free_global_constants=yes"
-hostmakedepends="perl tar doxygen automake"
-makedepends="flintlib-devel cddlib-devel readline-devel graphviz"
+hostmakedepends="perl tar"
+makedepends="flintlib-devel cddlib-devel readline-devel"
 short_desc="Computer algebra system for polynomial computations"
 maintainer="dkwo <npiazza@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://www.singular.uni-kl.de"
 distfiles="https://www.singular.uni-kl.de/ftp/pub/Math/Singular/SOURCES/${_majver//./-}/singular-${version}.tar.gz"
-checksum=9f7cfc838eb16c976369e498845f69551a95c4bc9d6d6cfbb4657836aae5ff3e
+checksum=aad23c30066b7fbc011138a98d60532565d76a847eec6bf2938410d93b272ca3
 
 if [ -z "$CROSS_BUILD" ]; then
 	makedepends+=" ntl-devel"

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

* Re: singular: update to 4.3.2p7.
  2023-08-16 21:55 [PR PATCH] singular: update to 4.3.2p7 tornaria
@ 2023-08-16 21:58 ` tornaria
  2023-08-17  9:05 ` dkwo
  2023-08-18 18:29 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: tornaria @ 2023-08-16 21:58 UTC (permalink / raw)
  To: ml

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

New comment by tornaria on void-packages repository

https://github.com/void-linux/void-packages/pull/45625#issuecomment-1681323562

Comment:
BTW, I took out doxygen and graphviz from makedepends since they are only needed to build documentation and we don't (the tarball ships with prebuilt documentation). As for automake, it was only necessary a few releases ago b/c of a patch that has been upstreamed. 

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

* Re: singular: update to 4.3.2p7.
  2023-08-16 21:55 [PR PATCH] singular: update to 4.3.2p7 tornaria
  2023-08-16 21:58 ` tornaria
@ 2023-08-17  9:05 ` dkwo
  2023-08-18 18:29 ` [PR PATCH] [Merged]: " ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: dkwo @ 2023-08-17  9:05 UTC (permalink / raw)
  To: ml

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

New comment by dkwo on void-packages repository

https://github.com/void-linux/void-packages/pull/45625#issuecomment-1681911182

Comment:
Looks good to me, thanks.

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

* Re: [PR PATCH] [Merged]: singular: update to 4.3.2p7.
  2023-08-16 21:55 [PR PATCH] singular: update to 4.3.2p7 tornaria
  2023-08-16 21:58 ` tornaria
  2023-08-17  9:05 ` dkwo
@ 2023-08-18 18:29 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2023-08-18 18:29 UTC (permalink / raw)
  To: ml

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

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

singular: update to 4.3.2p7.
https://github.com/void-linux/void-packages/pull/45625

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

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

Works with sagemath. With the current version in repo (10.0_2) it gives a few doctest failures because output format changes. Not worth updating sagemath now IMO, since 10.1 will be coming out soon (if need arises, the relevant PR are https://github.com/sagemath/sage/pull/35977, https://github.com/sagemath/sage/pull/35980, https://github.com/sagemath/sage/pull/36018; also https://github.com/sagemath/sage/pull/36006 fixes a doctest after gmp 6.3.0 but it's not really necessary).

@dkwo 

<!--
#### 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] 4+ messages in thread

end of thread, other threads:[~2023-08-18 18:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-16 21:55 [PR PATCH] singular: update to 4.3.2p7 tornaria
2023-08-16 21:58 ` tornaria
2023-08-17  9:05 ` dkwo
2023-08-18 18:29 ` [PR PATCH] [Merged]: " ahesford

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