#12375: Create a giac package
-------------------------------------+-------------------------------------
       Reporter:  frederichan        |        Owner:  tbd
           Type:  enhancement        |       Status:  needs_review
       Priority:  minor              |    Milestone:  sage-6.4
      Component:  packages:          |   Resolution:
  optional                           |    Merged in:
       Keywords:  giac               |    Reviewers:  Dima Pasechnik,
        Authors:  Han Frederic       |  Jeroen Demeyer
Report Upstream:  N/A                |  Work issues:
         Branch:  public/giac_spkg   |       Commit:
   Dependencies:                     |  761bcc1e6cd51adc7b1b187cc4023ca87b0506ae
                                     |     Stopgaps:
-------------------------------------+-------------------------------------

Comment (by jdemeyer):

 Replying to [comment:74 frederichan]:
 > Hello,
 > about pari support in the giac spkg. I saw your thread on pari-devel and
 made some tests.
 >
 > with the following patch for giac:
 > {{{
 > --- a/src/pari.cc     2014-07-02 11:05:07.000000000 +0200
 > +++ b/src/pari.cc     2014-10-03 17:21:23.000000000 +0200
 > @@ -96,7 +96,7 @@
 >
 >    struct giac_pari_init {
 >      giac_pari_init(long maxprime) {
 > -      do_giac_pari_init(maxprime);
 > +      if(!avma){ do_giac_pari_init(maxprime);}
 >      }
 >    };
 >    static long pari_maxprime=100000;
 > }}}
 Has this patch been submitted upstream to giac? If not, please do that and
 put a link to your upstream report on this ticket.

 > For the giac spkg, I believe that disabling pari for 1 year is not a big
 problem.
 Why 1 year?

 > Or whould you prefer some environment variable to let the choice during
 the install step?
 No.

--
Ticket URL: <http://trac.sagemath.org/ticket/12375#comment:75>
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 http://groups.google.com/group/sage-trac.
For more options, visit https://groups.google.com/d/optout.

Reply via email to