Opened 20 years ago

Closed 20 years ago

Last modified 8 years ago

#2183 closed defect (fixed)

UPDATE: pari-2.2.7

Reported by: sleepinghead@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.0
Keywords: Cc:
Port: pari

Description (last modified by ryandesign (Ryan Carsten Schmidt))

Add a variant for the alpha version, which is needed by some programs (e.g., for Khovanov invariants or TQFT calculations). Diff inline:

Index: Portfile
===================================================================
RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/pari/Portfile,v
retrieving revision 1.1
diff -u -r1.1 Portfile
--- Portfile    2 Jul 2004 02:04:00 -0000       1.1
+++ Portfile    30 Aug 2004 08:38:26 -0000
@@ -17,3 +17,9 @@
 configure.args  --mandir=${prefix}/share/man
 configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
 
+variant        alpha {
+       version         2.2.7
+       distname        ${name}-${version}.alpha
+       extract.suffix  .tar.gz
+       checksums       md5 2c86b8389b7af784e903112048d8d2a3
+}

Change History (3)

comment:1 Changed 20 years ago by sleepinghead@…

It's probably better to just make 2.2.7 the default version and remove the variant, since the alpha version tends to be faster and has less documented bugs than the stable version. New diff inline:

Index: Portfile =============================================================== ==== RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/pari/Portfile,v retrieving revision 1.1 diff -u -r1.1 Portfile --- Portfile 2 Jul 2004 02:04:00 -0000 1.1 +++ Portfile 1 Sep 2004 03:21:18 -0000 @@ -2,7 +2,7 @@

PortSystem 1.0 name pari

-version 2.1.5 +version 2.2.7

categories math maintainers sleepinghead@… description PARI/GP computer algebra system

@@ -11,9 +11,8 @@

algebraic number theory, elliptic curves...)

homepage http://pari.math.u-bordeaux.fr/ master_sites ${homepage}/download/

-checksums md5 194e9d1cc11926e457028c6a7cba15f0 -extract.suffix .tgz +checksums md5 2c86b8389b7af784e903112048d8d2a3 +distname ${name}-${version}.alpha

depends_build bin:tex:teTeX configure.args --mandir=${prefix}/share/man configure.env LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include

-

Version 0, edited 20 years ago by sleepinghead@… (next)

comment:2 Changed 20 years ago by olegb@…

Resolution: fixed
Status: newclosed

commited thanks!

comment:3 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Port: pari added
Note: See TracTickets for help on using tickets.