pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/cloog math/cloog: remove unknown configure option...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/10719498f534
branches:  trunk
changeset: 425331:10719498f534
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Mar 21 11:50:10 2020 +0000

description:
math/cloog: remove unknown configure option --with-bits=gmp

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

diffstat:

 math/cloog/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 9e95268ef690 -r 10719498f534 math/cloog/Makefile
--- a/math/cloog/Makefile       Sat Mar 21 11:23:57 2020 +0000
+++ b/math/cloog/Makefile       Sat Mar 21 11:50:10 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2020/01/26 17:31:38 rillig Exp $
+# $NetBSD: Makefile,v 1.10 2020/03/21 11:50:10 rillig Exp $
 
 DISTNAME=      cloog-0.18.4
 CATEGORIES=    math
@@ -16,7 +16,6 @@
 TEST_TARGET=   check
 
 CONFIGURE_ARGS+=       --with-isl=system
-CONFIGURE_ARGS+=       --with-bits=gmp
 
 BUILDLINK_API_DEPENDS.gmp+=    gmp>=6.0
 .include "../../devel/gmp/buildlink3.mk"



Home | Main Index | Thread Index | Old Index