[119943] trunk/dports/devel
mcalhoun at macports.org
mcalhoun at macports.org
Sun May 11 09:18:17 PDT 2014
Revision: 119943
https://trac.macports.org/changeset/119943
Author: mcalhoun at macports.org
Date: 2014-05-11 09:18:17 -0700 (Sun, 11 May 2014)
Log Message:
-----------
openscop: New port
Added Paths:
-----------
trunk/dports/devel/openscop/
trunk/dports/devel/openscop/Portfile
Added: trunk/dports/devel/openscop/Portfile
===================================================================
--- trunk/dports/devel/openscop/Portfile (rev 0)
+++ trunk/dports/devel/openscop/Portfile 2014-05-11 16:18:17 UTC (rev 119943)
@@ -0,0 +1,46 @@
+# -*- 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 openscop
+
+version 0.8.4
+
+categories devel math
+
+maintainers mcalhoun openmaintainer
+platforms darwin
+
+description OpenScop is an open specification defining a file format and a set of data structures to represent a static control part (SCoP for short).
+
+long_description OpenScop is an open specification defining a file format and a set of data structures to represent a static control part \
+ (SCoP for short), i.e., a program part that can be represented in the polyhedral model. The goal of OpenScop is to \
+ provide a common interface to various polyhedral compilation tools in order to simplify their interaction. The OpenScop aim \
+ is to provide a stable, unified format that offers a durable guarantee that a tool can use an output or provide an input to another \
+ tool without breaking a tool chain because of some internal changes in one element of the chain. The other promise of OpenScop is the \
+ ability to assemble or replace the basic blocks of a polyhedral compilation framework at no, or at least low engineering cost. \
+ The OpenScop Library, a.k.a. osl, is an example implementation of the specification licensed under the 3-clause BSD licence so developers \
+ may feel free to use it in their code (either by linking it or copy-pasting its code).
+
+license BSD
+homepage http://icps.u-strasbg.fr/~bastoul/development/openscop/
+master_sites http://icps.u-strasbg.fr/~bastoul/development/openscop/docs/
+
+checksums rmd160 30f7e93c95a43fb8df4924b71c7a3ff2d5af2a46 \
+ sha256 c884314b604579a1dd3e2843e0c8f1bad5f12c8f7d1d7bebb185c14aa15bb3eb
+
+distname osl-${version}
+
+depends_lib port:gmp
+
+configure.args-append \
+ --with-gmp=system
+
+test.run yes
+test.target check
+
+livecheck.type regex
+livecheck.url ${homepage}
+livecheck.regex osl-(\[0-9.\]+)${extract.suffix}
Property changes on: trunk/dports/devel/openscop/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140511/dce96794/attachment.html>
More information about the macports-changes
mailing list