Sat Mar 21 11:50:10 2020 UTC ()
math/cloog: remove unknown configure option --with-bits=gmp

None of the 3 configure programs contains the word "bits".


(rillig)
diff -r1.9 -r1.10 pkgsrc/math/cloog/Makefile

cvs diff -r1.9 -r1.10 pkgsrc/math/cloog/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/math/cloog/Attic/Makefile 2020/01/26 17:31:38 1.9
+++ pkgsrc/math/cloog/Attic/Makefile 2020/03/21 11:50:10 1.10
@@ -1,24 +1,23 @@ @@ -1,24 +1,23 @@
1# $NetBSD: Makefile,v 1.9 2020/01/26 17:31:38 rillig Exp $ 1# $NetBSD: Makefile,v 1.10 2020/03/21 11:50:10 rillig Exp $
2 2
3DISTNAME= cloog-0.18.4 3DISTNAME= cloog-0.18.4
4CATEGORIES= math 4CATEGORIES= math
5MASTER_SITES= http://www.bastoul.net/cloog/pages/download/ 5MASTER_SITES= http://www.bastoul.net/cloog/pages/download/
6 6
7MAINTAINER= kuehro@gmx.de 7MAINTAINER= kuehro@gmx.de
8HOMEPAGE= https://www.cloog.org/ 8HOMEPAGE= https://www.cloog.org/
9COMMENT= Code generator for loop optimization (used by gcc) 9COMMENT= Code generator for loop optimization (used by gcc)
10LICENSE= gnu-lgpl-v2.1 10LICENSE= gnu-lgpl-v2.1
11 11
12GNU_CONFIGURE= yes 12GNU_CONFIGURE= yes
13USE_LANGUAGES= c 13USE_LANGUAGES= c
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15 15
16TEST_TARGET= check 16TEST_TARGET= check
17 17
18CONFIGURE_ARGS+= --with-isl=system 18CONFIGURE_ARGS+= --with-isl=system
19CONFIGURE_ARGS+= --with-bits=gmp 
20 19
21BUILDLINK_API_DEPENDS.gmp+= gmp>=6.0 20BUILDLINK_API_DEPENDS.gmp+= gmp>=6.0
22.include "../../devel/gmp/buildlink3.mk" 21.include "../../devel/gmp/buildlink3.mk"
23.include "../../math/isl/buildlink3.mk" 22.include "../../math/isl/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"