Christian Wiese
12 years ago
3 changed files with 87 additions and 0 deletions
@ -0,0 +1,25 @@ |
|||||||
|
|
||||||
|
[TIMESTAMP] 1297006537 Sun Feb 6 16:35:37 2011 |
||||||
|
[BUILDTIME] 0 (5) |
||||||
|
[SIZE] 0.47 MB, 28 files |
||||||
|
|
||||||
|
[DEP] bash |
||||||
|
[DEP] binutils |
||||||
|
[DEP] bzip2 |
||||||
|
[DEP] coreutils |
||||||
|
[DEP] diffutils |
||||||
|
[DEP] fhs |
||||||
|
[DEP] findutils |
||||||
|
[DEP] gawk |
||||||
|
[DEP] gcc |
||||||
|
[DEP] glibc |
||||||
|
[DEP] gmp |
||||||
|
[DEP] grep |
||||||
|
[DEP] linux-header |
||||||
|
[DEP] make |
||||||
|
[DEP] ppl |
||||||
|
[DEP] sed |
||||||
|
[DEP] sysfiles |
||||||
|
[DEP] tar |
||||||
|
[DEP] texinfo |
||||||
|
[DEP] util-linux-ng |
@ -0,0 +1,26 @@ |
|||||||
|
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
# |
||||||
|
# Filename: package/.../cloog/cloog.conf |
||||||
|
# Copyright (C) 2009 - 2012 The OpenSDE Project |
||||||
|
# |
||||||
|
# More information can be found in the files COPYING and README. |
||||||
|
# |
||||||
|
# This program is free software; you can redistribute it and/or modify |
||||||
|
# it under the terms of the GNU General Public License as published by |
||||||
|
# the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
# GNU General Public License can be found in the file COPYING. |
||||||
|
# --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
if pkginstalled -f isl; then |
||||||
|
var_append extraconfopt ' ' "--with-isl=system" |
||||||
|
var_append extraconfopt ' ' "--with-isl-prefix=$( pkgprefix -r isl )" |
||||||
|
fi |
||||||
|
|
||||||
|
if pkginstalled -f gmp; then |
||||||
|
var_append extraconfopt ' ' "--with-gmp=system" |
||||||
|
var_append extraconfopt ' ' "--with-gmp-prefix=$( pkgprefix -r gmp )" |
||||||
|
var_append extraconfopt ' ' '--with-bits=gmp' |
||||||
|
fi |
||||||
|
|
||||||
|
var_append confopt ' ' "--enable-shared" |
@ -0,0 +1,36 @@ |
|||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||||
|
[COPY] |
||||||
|
[COPY] Filename: package/.../cloog/cloog.desc |
||||||
|
[COPY] Copyright (C) 2009 - 2012 The OpenSDE Project |
||||||
|
[COPY] |
||||||
|
[COPY] More information can be found in the files COPYING and README. |
||||||
|
[COPY] |
||||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||||
|
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||||
|
[COPY] GNU General Public License can be found in the file COPYING. |
||||||
|
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||||
|
|
||||||
|
[I] A library to generate code for scanning Z-polyhedra |
||||||
|
|
||||||
|
[T] CLooG is a library to generate code for scanning Z-polyhedra. That is it |
||||||
|
[T] finds code that reaches each integral point of one or more parameterized |
||||||
|
[T] polyhedra. CLooG has been originally written to solve the code generation |
||||||
|
[T] problem for optimizing compilers based on the polytope model. |
||||||
|
|
||||||
|
[U] http://cloog.org |
||||||
|
|
||||||
|
[A] Cedric Bastoul <cedric.bastoul@inria.fr> (original author) |
||||||
|
[A] Sven Verdoolaege <skimo@kotnet.org> |
||||||
|
[A] Tobias Grosser <tobias@grosser.es> (current maintainer) |
||||||
|
[M] Christian Wiese <chris@opensde.org> |
||||||
|
|
||||||
|
[C] base/development |
||||||
|
|
||||||
|
[L] GPL |
||||||
|
[S] Stable |
||||||
|
[V] 0.16.1 |
||||||
|
[P] X 0--3-5---9 102.270 |
||||||
|
|
||||||
|
[D] 2450076817 cloog-0.16.1.tar.gz http://www.bastoul.net/cloog/pages/download/ |
Loading…
Reference in new issue