summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-02-17 22:17:41 +0000
committerwiz <wiz@pkgsrc.org>2013-02-17 22:17:41 +0000
commit40b858f6be84c99627707456215fbf11ba86b4d7 (patch)
tree5eafc6aec5979c1fd384aee64f4623d81f3b9323 /math
parentf6df17037f2b856fdffec35c7a557aa803aceb72 (diff)
downloadpkgsrc-40b858f6be84c99627707456215fbf11ba86b4d7.tar.gz
Use math/isl instead of builtin copy of the same.
Add TEST_TARGET. Use gmp. Bump PKGREVISION. From Kai-Uwe Eckhardt.
Diffstat (limited to 'math')
-rw-r--r--math/cloog/Makefile16
-rw-r--r--math/cloog/PLIST48
2 files changed, 12 insertions, 52 deletions
diff --git a/math/cloog/Makefile b/math/cloog/Makefile
index bba2ebe0960..4544ec420ea 100644
--- a/math/cloog/Makefile
+++ b/math/cloog/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2013/02/09 21:36:02 wiz Exp $
-#
+# $NetBSD: Makefile,v 1.5 2013/02/17 22:17:41 wiz Exp $
DISTNAME= cloog-0.18.0
+PKGREVISION= 1
CATEGORIES= math
-MASTER_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/
+MASTER_SITES= ${MASTER_SITE_GNU:=gcc/infrastructure/}
MAINTAINER= kuehro@gmx.de
HOMEPAGE= http://www.cloog.org/
@@ -11,8 +11,14 @@ COMMENT= Code generator for loop optimization (used by gcc)
LICENSE= gnu-lgpl-v2.1
GNU_CONFIGURE= yes
-USE_LANGUAGES= c
+USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-.include "../../math/mpfr/buildlink3.mk"
+TEST_TARGET= check
+
+CONFIGURE_ARGS+= --with-isl=system
+CONFIGURE_ARGS+= --with-bits=gmp
+
+.include "../../devel/gmp/buildlink3.mk"
+.include "../../math/isl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/math/cloog/PLIST b/math/cloog/PLIST
index b74c9f9fdf4..d3b45ca4ba8 100644
--- a/math/cloog/PLIST
+++ b/math/cloog/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2013/02/09 21:36:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2013/02/17 22:17:41 wiz Exp $
bin/cloog
include/cloog/block.h
include/cloog/clast.h
@@ -23,51 +23,5 @@ 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/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.10.1.1-gdb.py
lib/pkgconfig/cloog-isl.pc
-lib/pkgconfig/isl.pc