Initial import of cloog-0.16.2 from pkgsrc-wip, created by Kai-Uwe
Eckhardt. CLooG is a code generator for scanning Z-polyhedra and is used by gcc >= 4.4 for loop optimization.
This commit is contained in:
parent
243fcd7d47
commit
b88149524f
5 changed files with 99 additions and 0 deletions
2
math/cloog/DESCR
Normal file
2
math/cloog/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
CLooG is a code generator for scanning Z-polyhedra and is used by
|
||||
gcc >= 4.4 for loop optimization.
|
21
math/cloog/Makefile
Normal file
21
math/cloog/Makefile
Normal file
|
@ -0,0 +1,21 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2012/04/08 20:47:52 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= cloog-0.16.2
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/
|
||||
|
||||
MAINTAINER= kuehro@gmx.de
|
||||
HOMEPAGE= http://www.cloog.org/
|
||||
COMMENT= Code generator for loop optimization (used by gcc)
|
||||
LICENSE= gnu-lgpl-v2.1
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
#USE_LANGUAGES= c fortran
|
||||
USE_LANGUAGES= c
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include "../../math/mpfr/buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
58
math/cloog/PLIST
Normal file
58
math/cloog/PLIST
Normal file
|
@ -0,0 +1,58 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2012/04/08 20:47:52 wiz Exp $
|
||||
bin/cloog
|
||||
include/cloog/block.h
|
||||
include/cloog/clast.h
|
||||
include/cloog/cloog.h
|
||||
include/cloog/constraints.h
|
||||
include/cloog/domain.h
|
||||
include/cloog/input.h
|
||||
include/cloog/int.h
|
||||
include/cloog/isl/backend.h
|
||||
include/cloog/isl/cloog.h
|
||||
include/cloog/isl/constraintset.h
|
||||
include/cloog/isl/domain.h
|
||||
include/cloog/loop.h
|
||||
include/cloog/matrix.h
|
||||
include/cloog/matrix/constraintset.h
|
||||
include/cloog/names.h
|
||||
include/cloog/options.h
|
||||
include/cloog/pprint.h
|
||||
include/cloog/program.h
|
||||
include/cloog/state.h
|
||||
include/cloog/statement.h
|
||||
include/cloog/stride.h
|
||||
include/cloog/union_domain.h
|
||||
include/cloog/version.h
|
||||
include/isl/arg.h
|
||||
include/isl/blk.h
|
||||
include/isl/config.h
|
||||
include/isl/constraint.h
|
||||
include/isl/ctx.h
|
||||
include/isl/dim.h
|
||||
include/isl/div.h
|
||||
include/isl/flow.h
|
||||
include/isl/hash.h
|
||||
include/isl/ilp.h
|
||||
include/isl/int.h
|
||||
include/isl/list.h
|
||||
include/isl/lp.h
|
||||
include/isl/map.h
|
||||
include/isl/mat.h
|
||||
include/isl/obj.h
|
||||
include/isl/options.h
|
||||
include/isl/point.h
|
||||
include/isl/polynomial.h
|
||||
include/isl/printer.h
|
||||
include/isl/seq.h
|
||||
include/isl/set.h
|
||||
include/isl/stdint.h
|
||||
include/isl/stream.h
|
||||
include/isl/union_map.h
|
||||
include/isl/union_set.h
|
||||
include/isl/vec.h
|
||||
include/isl/version.h
|
||||
include/isl/vertices.h
|
||||
lib/libcloog-isl.la
|
||||
lib/libisl.la
|
||||
lib/pkgconfig/cloog-isl.pc
|
||||
lib/pkgconfig/isl.pc
|
13
math/cloog/buildlink3.mk
Normal file
13
math/cloog/buildlink3.mk
Normal file
|
@ -0,0 +1,13 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1.1.1 2012/04/08 20:47:52 wiz Exp $
|
||||
|
||||
BUILDLINK_TREE+= cloog
|
||||
|
||||
.if !defined(CLOOG_BUILDLINK3_MK)
|
||||
CLOOG_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.cloog+= cloog>=0.16.2
|
||||
BUILDLINK_PKGSRCDIR.cloog?= ../../wip/cloog
|
||||
|
||||
.endif # CLOOG_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -cloog
|
5
math/cloog/distinfo
Normal file
5
math/cloog/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2012/04/08 20:47:52 wiz Exp $
|
||||
|
||||
SHA1 (cloog-0.16.2.tar.gz) = 3bdccfe24e5bd5850cbd28eec70c6aeaa94747ab
|
||||
RMD160 (cloog-0.16.2.tar.gz) = 2b915298832aa7cbd584a4f6f4991b2d931b773e
|
||||
Size (cloog-0.16.2.tar.gz) = 1850841 bytes
|
Loading…
Reference in a new issue