Sat Feb 9 21:36:02 2013 UTC ()
Update to 0.18.0:

version: 0.18.0
date: Thu Dec 20 17:50:41 CET 2012
changes:
	- Update to isl 0.11.1
	- clast annotations for openmp and vectorization
	- statement-wise loop separation
	- clast traversal and node filtering support
	- Do not call some deprecated isl functions
	- Support for OpenSCoP coordinates extension

version: 0.17.0
date: Mon Dec 12 00:51:44 CET 2011
changes:
	- Support openscop as input format
	- update isl backend to changes in isl 0.08
	- Add CLOOG_ prefix to LANGUAGE defines in public header files
	- Replace cloog_union_domain_from_isl_union_set() with
	  cloog_union_domain_from_isl_set()
	- Allow to build CLooG from gmp build directory
	- Smaller improvements

version: 0.16.3
date: Wed Jul 13 18:18:19 CEST 2011
changes:
	- update isl backend to recent changes in isl
	- add support for unrolling


(wiz)
diff -r1.3 -r1.4 pkgsrc/math/cloog/Makefile
diff -r1.2 -r1.3 pkgsrc/math/cloog/PLIST
diff -r1.2 -r1.3 pkgsrc/math/cloog/distinfo
diff -r1.1 -r0 pkgsrc/math/cloog/patches/patch-isl_Makefile.in

cvs diff -r1.3 -r1.4 pkgsrc/math/cloog/Attic/Makefile (expand / switch to context diff)
--- pkgsrc/math/cloog/Attic/Makefile 2012/09/11 23:04:17 1.3
+++ pkgsrc/math/cloog/Attic/Makefile 2013/02/09 21:36:02 1.4
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2012/09/11 23:04:17 asau Exp $
+# $NetBSD: Makefile,v 1.4 2013/02/09 21:36:02 wiz Exp $
 #
 
-DISTNAME=	cloog-0.16.2
-PKGREVISION=	1
+DISTNAME=	cloog-0.18.0
 CATEGORIES=	math
 MASTER_SITES=	ftp://gcc.gnu.org/pub/gcc/infrastructure/
 

cvs diff -r1.2 -r1.3 pkgsrc/math/cloog/Attic/PLIST (expand / switch to context diff)
--- pkgsrc/math/cloog/Attic/PLIST 2012/04/11 21:22:00 1.2
+++ pkgsrc/math/cloog/Attic/PLIST 2013/02/09 21:36:02 1.3
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2012/04/11 21:22:00 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2013/02/09 21:36:02 wiz Exp $
 bin/cloog
 include/cloog/block.h
 include/cloog/clast.h
@@ -23,37 +23,51 @@
 include/cloog/stride.h
 include/cloog/union_domain.h
 include/cloog/version.h
+include/isl/aff.h
+include/isl/aff_type.h
 include/isl/arg.h
+include/isl/ast.h
+include/isl/ast_build.h
+include/isl/band.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/id.h
 include/isl/ilp.h
 include/isl/int.h
 include/isl/list.h
+include/isl/local_space.h
 include/isl/lp.h
 include/isl/map.h
+include/isl/map_type.h
 include/isl/mat.h
+include/isl/multi.h
 include/isl/obj.h
 include/isl/options.h
 include/isl/point.h
 include/isl/polynomial.h
+include/isl/polynomial_type.h
 include/isl/printer.h
+include/isl/schedule.h
 include/isl/seq.h
 include/isl/set.h
+include/isl/set_type.h
+include/isl/space.h
 include/isl/stdint.h
 include/isl/stream.h
 include/isl/union_map.h
+include/isl/union_map_type.h
 include/isl/union_set.h
+include/isl/union_set_type.h
 include/isl/vec.h
 include/isl/version.h
 include/isl/vertices.h
 lib/libcloog-isl.la
 lib/libisl.la
-lib/libisl.so.6.0.0-gdb.py
+lib/libisl.so.10.1.1-gdb.py
 lib/pkgconfig/cloog-isl.pc
 lib/pkgconfig/isl.pc

cvs diff -r1.2 -r1.3 pkgsrc/math/cloog/Attic/distinfo (expand / switch to context diff)
--- pkgsrc/math/cloog/Attic/distinfo 2012/04/11 21:22:00 1.2
+++ pkgsrc/math/cloog/Attic/distinfo 2013/02/09 21:36:02 1.3
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.2 2012/04/11 21:22:00 wiz Exp $
+$NetBSD: distinfo,v 1.3 2013/02/09 21:36:02 wiz Exp $
 
-SHA1 (cloog-0.16.2.tar.gz) = 3bdccfe24e5bd5850cbd28eec70c6aeaa94747ab
+SHA1 (cloog-0.18.0.tar.gz) = 85f620a26aabf6a934c44ca40a9799af0952f863
-RMD160 (cloog-0.16.2.tar.gz) = 2b915298832aa7cbd584a4f6f4991b2d931b773e
+RMD160 (cloog-0.18.0.tar.gz) = abe274a5ff95c8a08e73c58e5d891a804d057ece
-Size (cloog-0.16.2.tar.gz) = 1850841 bytes
+Size (cloog-0.18.0.tar.gz) = 3776262 bytes
-SHA1 (patch-isl_Makefile.in) = af18659c4f7d0b7765f905e79ad08cb9858d0d1f

File Deleted: pkgsrc/math/cloog/patches/Attic/patch-isl_Makefile.in