update math/pari

2019-10-15 Thread Daniel Dickman
Here’s an update to math/pari from the ancient version we have to the latest version: http://dickman.org/openbsd/ports/diff/math_pari.diff Note there have been a few efforts [1,2] to add support for the shared lib to pari. That piece isn’t being tackled in this update. First let’s get the port

Re: [UPDATE] math/pari to 2.1.7 (keep Math::Pari compatibility)

2014-09-15 Thread Sébastien Marie
ping ? This latest patch keep full compatibility, and have been tested with math/p5-Math-Pari (all tests are ok). Thanks. -- Sébastien Marie On Thu, Sep 11, 2014 at 09:27:34AM +0200, Sébastien Marie wrote: > Hi, > > There were several problems with math/pari. > > Short version: > - upgrade t

Re: [UPDATE] math/pari to 2.1.7 (keep Math::Pari compatibility)

2014-09-11 Thread Sébastien Marie
Hi, There were several problems with math/pari. Short version: - upgrade to the latest 2.1.x version (2.1.7) to keep Math::Pari compatibility, and correct all problems - test target ok for math/pari (on amd64) - test target ok for math/p5-Math-Pari (on amd64) Long version: 1. readline su

Re: [UPDATE] math/pari 2.7.1

2014-09-10 Thread Sébastien Marie
On Wed, Sep 10, 2014 at 09:43:22AM +0100, Stuart Henderson wrote: > > math/p5-Math-Pari needs fixing with this; it fails to build (with a knock-on > to 9 dependent ports). > Oops, I haven't check for reverse-dependencies. Thanks for note that. But math/p5-Math-Pari is not fixable (even a more r

Re: [UPDATE] math/pari 2.7.1

2014-09-10 Thread Stuart Henderson
On 2014/09/10 06:52, Sébastien Marie wrote: > +CONFIGURE_ENV= CC=${CC} \ as a general rule, please use CC="${CC}" (with quotes), it's helpful to people doing anything funny with compilers > +lib/libpari.so we don't normally install library symlinks math/p5-Math-Pari needs fixing w

Re: [UPDATE] math/pari 2.7.1

2014-09-10 Thread Sébastien Marie
On Wed, Sep 10, 2014 at 07:24:15AM +0200, Landry Breuil wrote: > On Wed, Sep 10, 2014 at 06:52:33AM +0200, Sébastien Marie wrote: > > Hi, > > > > Here a patch to upgrade math/pari from 2.1.6 to 2.7.1. It is a big > > upgrade as 2.1.6 is something like 10 years old version. > > > > - pari use a sh

Re: [UPDATE] math/pari 2.7.1

2014-09-09 Thread Landry Breuil
On Wed, Sep 10, 2014 at 06:52:33AM +0200, Sébastien Marie wrote: > Hi, > > Here a patch to upgrade math/pari from 2.1.6 to 2.7.1. It is a big > upgrade as 2.1.6 is something like 10 years old version. > > - pari use a shared lib You dont need to use PFRAG.shared anymore if you use SHARED_ONLY, y

[UPDATE] math/pari 2.7.1

2014-09-09 Thread Sébastien Marie
Hi, Here a patch to upgrade math/pari from 2.1.6 to 2.7.1. It is a big upgrade as 2.1.6 is something like 10 years old version. - pari use a shared lib - it (optionnally) depends of devel/gmp. I choose to explicitely depends of it, as configure pick it by default, and pari's devel said it have