[117267] trunk/dports/devel

jeremyhu at macports.org jeremyhu at macports.org
Thu Feb 20 15:28:13 PST 2014


Revision: 117267
          https://trac.macports.org/changeset/117267
Author:   jeremyhu at macports.org
Date:     2014-02-20 15:28:13 -0800 (Thu, 20 Feb 2014)
Log Message:
-----------
isl-devel: New port to track isl development versions

Modified Paths:
--------------
    trunk/dports/devel/isl/Portfile

Added Paths:
-----------
    trunk/dports/devel/isl-devel/
    trunk/dports/devel/isl-devel/Portfile
    trunk/dports/devel/isl-devel/files/
    trunk/dports/devel/isl-devel/files/patch-ax_create_pkgconfig_info.m4.diff

Modified: trunk/dports/devel/isl/Portfile
===================================================================
--- trunk/dports/devel/isl/Portfile	2014-02-20 23:00:31 UTC (rev 117266)
+++ trunk/dports/devel/isl/Portfile	2014-02-20 23:28:13 UTC (rev 117267)
@@ -5,8 +5,11 @@
 PortGroup           muniversal 1.0
 
 name                isl
+conflicts           isl-devel
+
 version             0.12
 epoch               1
+
 categories          devel math
 
 maintainers         mcalhoun openmaintainer

Added: trunk/dports/devel/isl-devel/Portfile
===================================================================
--- trunk/dports/devel/isl-devel/Portfile	                        (rev 0)
+++ trunk/dports/devel/isl-devel/Portfile	2014-02-20 23:28:13 UTC (rev 117267)
@@ -0,0 +1,43 @@
+# -*- 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-devel
+conflicts           isl
+
+version             0.12.1
+set git_commit      73f31ac8f5f9eba77ebe397d6d763407f10c741e
+
+categories          devel math
+
+maintainers         nomaintainer
+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://repo.or.cz/w/isl.git
+master_sites        http://repo.or.cz/w/isl.git/snapshot
+
+distname            ${git_commit}
+worksrcdir          isl
+
+# See http://groups.google.com/group/isl-development/t/37ad876557e50f2c
+patchfiles          patch-ax_create_pkgconfig_info.m4.diff
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
+checksums           rmd160  876982cdea571c898ecbd15b0ebdf5e4ba93e19c \
+                    sha256  d6810ee0fd6fd60a550a43017d6eba65c20f9c5727e1296df6869e0999485343
+
+depends_lib         port:gmp
+
+livecheck.type      none


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

Added: trunk/dports/devel/isl-devel/files/patch-ax_create_pkgconfig_info.m4.diff
===================================================================
--- trunk/dports/devel/isl-devel/files/patch-ax_create_pkgconfig_info.m4.diff	                        (rev 0)
+++ trunk/dports/devel/isl-devel/files/patch-ax_create_pkgconfig_info.m4.diff	2014-02-20 23:28:13 UTC (rev 117267)
@@ -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: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140220/c7442902/attachment-0001.html>


More information about the macports-changes mailing list