[22134] trunk/dports/devel

source_changes at macosforge.org source_changes at macosforge.org
Sun Feb 18 11:48:03 PST 2007


Revision: 22134
          http://trac.macosforge.org/projects/macports/changeset/22134
Author:   ryandesign at macports.org
Date:     2007-02-18 11:48:03 -0800 (Sun, 18 Feb 2007)

Log Message:
-----------
New portfile ppl submitted by Andrea Cimino in ticket #11393.

Added Paths:
-----------
    trunk/dports/devel/ppl/
    trunk/dports/devel/ppl/Portfile

Added: trunk/dports/devel/ppl/Portfile
===================================================================
--- trunk/dports/devel/ppl/Portfile	                        (rev 0)
+++ trunk/dports/devel/ppl/Portfile	2007-02-18 19:48:03 UTC (rev 22134)
@@ -0,0 +1,31 @@
+# $Id$
+PortSystem        1.0
+name              ppl
+version           0.9
+categories        devel math
+maintainers       ppl-devel at cs.unipr.it
+description       A modern C++ library providing numerical abstractions
+long_description  The Parma Polyhedra Library (PPL) is a modern C++ library \
+                  providing numerical abstractions especially targeted at \
+                  applications in the field of analysis and verification of \
+                  complex systems. The PPL can handle all the convex \
+                  polyhedra that can be defined as the intersection of a \
+                  finite number of (open or closed) hyperspaces, each \
+                  described by an equality or inequality (strict or \
+                  non-strict) with rational coefficients. The PPL also \
+                  handles restricted classes of polyhedra that offer \
+                  interesting complexity/precision tradeoffs. The library \
+                  also supports finite powersets of (any kind of) polyhedra \
+                  and linear programming problems solved with an \
+                  exact-arithmetic version of the simplex algorithm.
+homepage          http://www.cs.unipr.it/ppl/
+master_sites      ftp://ftp.cs.unipr.it/pub/ppl/releases/0.9/
+checksums         md5 4096c2927b36fbf7c5329a53b035bc33 \
+                  sha1 1be79d3305dff900dac5e1729fb0f6193498e085 \
+                  rmd160 f22293b0721e66073c2b2267092f7345f60a99b7
+depends_lib       port:gmp port:gmp-cxx-wrappers port:glpk
+
+variant test    { test.run      yes
+                  test.cmd      make
+                  test.target   check
+                }


Property changes on: trunk/dports/devel/ppl/Portfile
___________________________________________________________________
Name: svn:keywords
   + Id
Name: svn:eol-style
   + native

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070218/e0b6c1c3/attachment.html


More information about the macports-changes mailing list