#20581: Upgrade PARI to latest master
-------------------------------------+-------------------------------------
       Reporter:  jpflori            |        Owner:
           Type:  enhancement        |       Status:  needs_work
       Priority:  major              |    Milestone:  sage-7.3
      Component:  packages:          |   Resolution:
  standard                           |    Merged in:
       Keywords:                     |    Reviewers:  Jean-Pierre Flori
        Authors:  Jeroen Demeyer     |  Work issues:
Report Upstream:  N/A                |       Commit:
         Branch:                     |  1f90f95e7c12901dba8078c84a588d9b3cd231a7
  u/jdemeyer/upgrade_pari_to_latest_master|     Stopgaps:
   Dependencies:                     |
-------------------------------------+-------------------------------------

Comment (by jpflori):

 FLINT and PARI `ulong` mess...
 I guess that `handle_error.pxd` pulls the PARI headers and `parisage.h`
 which undefs `ulong` and when `handle_error.pyx` is treated and pulls in
 `paripriv.h` which wants `ulong` we lose...
 Not sure what the cleanest solution would be.
 Maybe `#define pari_ulong` in `parisage.h` and define/undefine `ulong` in
 a custom `pariprivsage.h` which pulls `paripriv.h` in (just as
 `parisage.h` does for `pari.h`).

--
Ticket URL: <http://trac.sagemath.org/ticket/20581#comment:11>
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