-
-
Notifications
You must be signed in to change notification settings - Fork 480
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 normaliz to 3.7.2, pynormaliz to 2.5 #27731
Comments
Dependencies: #27682 |
Branch: public/27731 |
Commit: |
comment:4
Hi, What is the point of having several open tickets concerning Normaliz/PyNormaliz upgrade? You want the job of the release manager to become a nightmare? If Normaliz/PyNormaliz are not mature you should not have set anything to needs review in the first place. Also, you are shipping a beta version of e-antic which is not nice either. |
comment:5
3.7.1/2.1 are stable and an improvement over the existing versions in sage. The ticket #27682 is positively reviewed already, and per release manager, positively reviewed tickets are not to be modified further. |
comment:6
|
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:8
PyNormaliz test suite currently fails with the e-antic bug-fix release 0.1.3b0 that we have in #27682. |
This comment has been minimized.
This comment has been minimized.
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
comment:18
(The canonicalization of the output files is a good idea anyway and takes care of differences in dictionary orders between py2 and py3.) |
comment:19
Compiles cleanly on debian. Running tests using
and without:
|
comment:20
Merge conflict with the new beta. |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:24
Needs review again! |
Changed branch from public/27731 to |
comment:27
As I reported on sage-release for 8.8.beta6, I get troubles installing pynormaliz. Is this normal doctor? |
Changed commit from |
comment:28
Replying to @seblabbe:
Could you check whether there is a config.log in /home/slabbe/GitBox/sage/local/var/tmp/sage/build/pynormaliz-2.5 and if so attach it. |
comment:29
No config.log:
|
comment:30
It would of course be in the src subdirectory. |
comment:31
The complete pynormaliz-2.5.log file is pasted on framabin here In particular, there is this line:
Maybe this has to do with the fact that my brother asked me to try to test this ticket one month ago where I installed a previous version of those packages? |
comment:32
Replying to @mkoeppe:
No config.log file in the src directory, but there is a config.py.in: $ cd /home/slabbe/GitBox/sage/local/var/tmp/sage/build/pynormaliz-2.5/src
$ ls
config.py.in doc m4 PyNormaliz.py setup.py
configure examples NormalizModule.cpp Readme.md tests
COPYING GPLv2 PKG-INFO setup.cfg
$ cat config.py.in
# Configuration variables
ENFNORMALIZ=@ENFNORMALIZ@ |
comment:33
Replying to @seblabbe:
I noticed. And this is not what I asked for. |
comment:34
Replying to @seblabbe:
That is to be expected. The Do you have BTW: we should not discuss this on this close ticket... could you open a thread on sage-devel or so. |
comment:35
OK, let's continue here: https://groups.google.com/d/msg/sage-devel/2virhaHdt1k/nK-AtlByBAAJ |
comment:36
Follow-up in #27920. |
Another update of normaliz, pynormaliz.
The upgrade of PyNormaliz from 2.1 to 2.5 fixes a critical data conversion bug (Check overflow for int conversion correctly) that was present in all previous versions.
Tarballs - see wget commands below.
Step by step instructions if you want to try it out
Go to the Sage source tree and pull the branch associated to this ticket
Get the tarballs and put them in the
upstream
repositoryDepends on #27782
CC: @w-bruns @jplab @sebasguts @mkoeppe @videlec @tscrim
Component: packages: optional
Author: Matthias Koeppe
Branch:
0a8c6f8
Reviewer: Vincent Delecroix
Issue created by migration from https://trac.sagemath.org/ticket/27731
The text was updated successfully, but these errors were encountered: