summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz>2013-02-09 21:36:02 +0000
committerwiz <wiz>2013-02-09 21:36:02 +0000
commit589ab9f0c58ab0bbf3d331d078c9852371fa89f6 (patch)
tree6d5a1a754127d021b27acd4b8e9323443856fbff /math
parent306b3e778ef92581033ffdbfda5c29b0f70a3544 (diff)
downloadpkgsrc-589ab9f0c58ab0bbf3d331d078c9852371fa89f6.tar.gz
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
Diffstat (limited to 'math')
-rw-r--r--math/cloog/Makefile5
-rw-r--r--math/cloog/PLIST20
-rw-r--r--math/cloog/distinfo9
-rw-r--r--math/cloog/patches/patch-isl_Makefile.in15
4 files changed, 23 insertions, 26 deletions
diff --git a/math/cloog/Makefile b/math/cloog/Makefile
index 3fb9598d8fd..bba2ebe0960 100644
--- a/math/cloog/Makefile
+++ b/math/cloog/Makefile
@@ -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/
diff --git a/math/cloog/PLIST b/math/cloog/PLIST
index 17896bd4a02..b74c9f9fdf4 100644
--- a/math/cloog/PLIST
+++ b/math/cloog/PLIST
@@ -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/statement.h
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
diff --git a/math/cloog/distinfo b/math/cloog/distinfo
index f4eb598c086..d5aca3e902b 100644
--- a/math/cloog/distinfo
+++ b/math/cloog/distinfo
@@ -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
-RMD160 (cloog-0.16.2.tar.gz) = 2b915298832aa7cbd584a4f6f4991b2d931b773e
-Size (cloog-0.16.2.tar.gz) = 1850841 bytes
-SHA1 (patch-isl_Makefile.in) = af18659c4f7d0b7765f905e79ad08cb9858d0d1f
+SHA1 (cloog-0.18.0.tar.gz) = 85f620a26aabf6a934c44ca40a9799af0952f863
+RMD160 (cloog-0.18.0.tar.gz) = abe274a5ff95c8a08e73c58e5d891a804d057ece
+Size (cloog-0.18.0.tar.gz) = 3776262 bytes
diff --git a/math/cloog/patches/patch-isl_Makefile.in b/math/cloog/patches/patch-isl_Makefile.in
deleted file mode 100644
index 0ad4ea8c46a..00000000000
--- a/math/cloog/patches/patch-isl_Makefile.in
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-isl_Makefile.in,v 1.1 2012/04/11 21:22:00 wiz Exp $
-
-Fix sed macro for libisl.so.6.0.0-gdb.py
-
---- isl/Makefile.in.orig 2012-04-10 14:27:41.003215698 +0000
-+++ isl/Makefile.in
-@@ -1955,7 +1955,7 @@ gitversion.h: @GIT_HEAD@
- echo '#define GIT_HEAD_ID "'@GIT_HEAD_VERSION@'"' > $@
-
- install-data-local: $(srcdir)/isl.py
-- @libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//;p}" \
-+ @libisl=`sed -ne "/^library_names=/{s/.*='//;s/'$$//;s/ .*//p;}" \
- $(builddir)/libisl.la`; \
- case $$libisl in \
- '') echo Cannot find isl library name. GDB bindings not installed.;; \