#18708: update normaliz to 3.1.0
-------------------------------------+-------------------------------------
       Reporter:  mkoeppe            |        Owner:
           Type:  defect             |       Status:  positive_review
       Priority:  major              |    Milestone:  sage-7.1
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:                     |    Reviewers:  Volker Braun
        Authors:  Dima Pasechnik     |  Work issues:  update to 3.1.0
Report Upstream:  N/A                |       Commit:
         Branch:                     |  3819147256255c46a7bfae55a8ed9572190174d4
  u/dimpase/normaliz310              |     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by dimpase):

 Replying to [comment:20 vbraun]:
 > BTW Sage can now use zip files as "tarballs"

 I did have to re-pack anyway. Before I discovered this, I noticed a bug
 that I fixed.
 Perhaps I should have added it to this branch:
 {{{
 diff --git a/build/bin/sage-uncompress-spkg b/build/bin/sage-uncompress-
 spkg
 index 0f88a21..f2d8f21 100755
 --- a/build/bin/sage-uncompress-spkg
 +++ b/build/bin/sage-uncompress-spkg
 @@ -32,7 +32,7 @@ if __name__ == '__main__':
      if zipfile.is_zipfile(filename):
          # zip file:
          with zipfile.ZipFile(filename, 'r') as archive:
 -            if len(sys.argv) == 1:
 +            if len(sys.argv) == 2:
                  archive.extractall()
              else:
                  member = sys.argv[2]
 }}}

--
Ticket URL: <http://trac.sagemath.org/ticket/18708#comment:21>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to