-
-
Notifications
You must be signed in to change notification settings - Fork 481
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade: Singular 4.2.1 #32001
Comments
comment:1
This will need careful checking in particular on Cygwin.
(this is #32156) |
comment:3
Where to download the sources from? There seems to be two options:
|
comment:4
Usually the ftp has a complete dist tarball while github just have the source (not autoconf generated), although I haven't checked lately. |
comment:5
GitHub seems to have only the GitHub's automatically generated tarballs. |
Author: Samuel Lelièvre |
Branch: u/slelievre/32001 |
Commit: |
comment:6
This branch passes testlong on Debian. (Except one test in Launching GitHub actions on this would be useful. I've pushed a branch to my fork on GitHub: but I don't remember if that's enough to launch tests which indicates linting tests have failed (unsurprisingly New commits:
|
comment:7
you need to choose TOX workflow by Actions |
comment:8
... or push a tag. |
comment:9
Thanks for the reminder. I pushed tag 32001, |
comment:10
A new trouble with GH Actions, not enough disk space:
:-( (that's on Ubuntu 20.04) |
comment:11
The pynac failure on |
comment:13
Adding #32257 as a dependency as it makes this work on Cygwin. |
Dependencies: #32257 |
comment:14
Another round of GH Actions on top of 9.4.beta5 + #32257 would be good |
Changed branch from u/slelievre/32001 to public/32001 |
comment:15
Rebased on #32257. Pushed tag ci-32001 to launch a new round of gh-actions. https://github.com/slel/sage/actions New commits:
|
comment:16
Some github-actions workflows are running out of disk space. https://github.com/slel/sage/actions?query=branch%3Aci-32001 |
comment:17
perhaps one can try this: https://github.com/easimon/maximize-build-space |
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
|
comment:19
Rebased on Sage 9.4.beta6. Pushed tag to run github-actions at: https://github.com/slel/sage/actions?query=branch:ci-s94b6-32001 |
comment:20
Replying to @dimpase:
Thanks for the pointer, looks promising. Meanwhile, successfully ran |
comment:21
Replying to @slel:
But
|
comment:22
Replying to @sheerluck:
this won't happen until #29024 is done. You can try putting |
comment:23
may we please also fix the following cython warning: diff --git a/src/sage/rings/polynomial/multi_polynomial_libsingular.pyx b/src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
index b043ce719a..ec706f3129 100644
--- a/src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
+++ b/src/sage/rings/polynomial/multi_polynomial_libsingular.pyx
@@ -3181,7 +3181,8 @@ cdef class MPolynomial_libsingular(MPolynomial):
cdef ring *_ring = parent._ring
if _ring != currRing: rChangeCurrRing(_ring)
base = parent._base
- cdef poly *t, *p = p_Copy(self._poly, _ring)
+ cdef poly *t
+ cdef poly *p = p_Copy(self._poly, _ring)
while p:
t = pNext(p) |
Changed branch from public/32001 to u/slelievre/32001-a |
Changed keywords from none to upgrade, singular |
comment:25
Replying to @fchapoton:
I think it is poor practice to put unrelated changes on an update ticket. It just adds ambiguity for packagers. |
comment:26
As noted in #32323, the file |
comment:27
Several of the GH Actions tests failed with:
This may have been caused by an intermittent server error |
Reviewer: Matthias Koeppe |
comment:28
The tests that went through look fine, including Cygwin. Thanks for preparing this upgrade! |
Changed dependencies from #32257 to none |
comment:29
Replying to @mkoeppe:
Let me know if I should split that off to a separate ticket. |
Changed branch from u/slelievre/32001-a to |
released 2021-06-09
Previous update: #31642 (4.2.0p3)
CC: @kiwifb @mkoeppe @orlitzky
Component: packages: standard
Keywords: upgrade, singular
Author: Samuel Lelièvre
Branch/Commit:
0629663
Reviewer: Matthias Koeppe
Issue created by migration from https://trac.sagemath.org/ticket/32001
The text was updated successfully, but these errors were encountered: