summaryrefslogtreecommitdiff
path: root/math/cloog/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-04-08 20:47:52 +0000
committerwiz <wiz@pkgsrc.org>2012-04-08 20:47:52 +0000
commitb88149524f2fa80bc9e63d30a2600d043d40ee23 (patch)
tree49f0d7732ca5e3a0f961c6d42d49d80c2a3c12e0 /math/cloog/Makefile
parent243fcd7d471c08385a6b55f19ba2ea6b026f034b (diff)
downloadpkgsrc-b88149524f2fa80bc9e63d30a2600d043d40ee23.tar.gz
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.
Diffstat (limited to 'math/cloog/Makefile')
-rw-r--r--math/cloog/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/math/cloog/Makefile b/math/cloog/Makefile
new file mode 100644
index 00000000000..a32e9b56d81
--- /dev/null
+++ b/math/cloog/Makefile
@@ -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"