Bill Allombert on Mon, 11 Mar 2013 18:56:33 +0100


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: OS X dmg image


On Mon, Mar 11, 2013 at 04:26:24PM +0100, Pascal Molin wrote:
> Hello,
> 
> I have made a .dmg image of pari-2.5.3, available at
> http://pari.math.u-bordeaux1.fr/~pascal/PariGP-2.5.3.dmg
> 
> If it works correctly, it could be made available from the download page.
> 
> One problem with this version : I compiled it using my git repo and
> checkout to 2.5.3. As a consequence gp pretends
> to be a 2.6-git version. How can I fix this when compiling ? 

You can add status=released at the end of config/version.
However the only officially supported way to create a release
tarball is to do:
make release 

Cheers,
Bill.