pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/cloog



Module Name:    pkgsrc
Committed By:   rillig
Date:           Sat Mar 21 11:50:10 UTC 2020

Modified Files:
        pkgsrc/math/cloog: Makefile

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/cloog/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/cloog/Makefile
diff -u pkgsrc/math/cloog/Makefile:1.9 pkgsrc/math/cloog/Makefile:1.10
--- pkgsrc/math/cloog/Makefile:1.9      Sun Jan 26 17:31:38 2020
+++ pkgsrc/math/cloog/Makefile  Sat Mar 21 11:50:10 2020
@@ -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 @@ USE_LIBTOOL=  yes
 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