[92991] trunk/dports/devel
mcalhoun at macports.org
mcalhoun at macports.org
Sun May 13 09:22:32 PDT 2012
Revision: 92991
https://trac.macports.org/changeset/92991
Author: mcalhoun at macports.org
Date: 2012-05-13 09:22:32 -0700 (Sun, 13 May 2012)
Log Message:
-----------
isl: new Port
Added Paths:
-----------
trunk/dports/devel/isl/
trunk/dports/devel/isl/Portfile
trunk/dports/devel/isl/files/
trunk/dports/devel/isl/files/patch-ax_create_pkgconfig_info.m4.diff
Added: trunk/dports/devel/isl/Portfile
===================================================================
--- trunk/dports/devel/isl/Portfile (rev 0)
+++ trunk/dports/devel/isl/Portfile 2012-05-13 16:22:32 UTC (rev 92991)
@@ -0,0 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+PortGroup muniversal 1.0
+
+name isl
+version 0.09
+revision 0
+categories devel math
+
+maintainers mcalhoun openmaintainer
+platforms darwin
+
+description isl is a library for manipulating sets and relations of integer points bounded by linear constraints.
+
+long_description \
+ isl is a library for manipulating sets and relations of integer points bounded by linear constraints. \
+ Supported operations on sets include intersection, union, set difference, emptiness check, convex hull, (integer) affine hull, integer projection, computing the lexicographic minimum using parametric integer programming, coalescing and parametric vertex enumeration. \
+ It also includes an ILP solver based on generalized basis reduction, transitive closures on maps (which may encode infinite graphs), dependence analysis and bounds on piecewise step-polynomials.
+
+license LGPL-2.1
+homepage http://www.kotnet.org/~skimo/isl/
+master_sites http://www.kotnet.org/~skimo/isl/
+
+use_bzip2 yes
+
+# See http://groups.google.com/group/isl-development/t/37ad876557e50f2c
+patchfiles patch-ax_create_pkgconfig_info.m4.diff
+
+checksums rmd160 250a0d49911d4eee86b698608092d833de1563a9 \
+ sha256 4f3290a3adcc2ca4bf94432194635140ebf9c9c2bb73acfa79ec259f91092934
+
+depends_lib port:gmp
+
+livecheck.type regex
+livecheck.url ${master_sites}
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
Property changes on: trunk/dports/devel/isl/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
Added: trunk/dports/devel/isl/files/patch-ax_create_pkgconfig_info.m4.diff
===================================================================
--- trunk/dports/devel/isl/files/patch-ax_create_pkgconfig_info.m4.diff (rev 0)
+++ trunk/dports/devel/isl/files/patch-ax_create_pkgconfig_info.m4.diff 2012-05-13 16:22:32 UTC (rev 92991)
@@ -0,0 +1,13 @@
+--- m4/ax_create_pkgconfig_info.m4.orig 2012-05-10 13:39:22.000000000 -0700
++++ m4/ax_create_pkgconfig_info.m4 2012-05-10 13:39:36.000000000 -0700
+@@ -214,8 +214,8 @@
+ Description: @PACKAGE_DESCRIPTION@
+ Version: @PACKAGE_VERSION@
+ Requires: @PACKAGE_REQUIRES@
+-Libs: -L\${libdir} @LDFLAGS@ @LIBS@
+-Cflags: -I\${includedir} @CPPFLAGS@
++Libs: -L\${libdir} @LIBS@
++Cflags: -I\${includedir}
+ AXEOF
+ fi # DONE generate $pkgconfig_generate.in
+ AC_MSG_NOTICE(creating $pkgconfig_generate)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120513/fda43459/attachment.html>
More information about the macports-changes
mailing list