#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@…
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | pari added |
Note: See
TracTickets for help on using
tickets.
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: