[arch-commits] Commit in cddlib/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Tue May 19 11:39:01 UTC 2015


    Date: Tuesday, May 19, 2015 @ 13:39:01
  Author: arojas
Revision: 133813

Remove debug output that breaks interaction with SageMath

Modified:
  cddlib/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-19 10:51:46 UTC (rev 133812)
+++ PKGBUILD	2015-05-19 11:39:01 UTC (rev 133813)
@@ -4,7 +4,7 @@
 
 pkgname=cddlib
 pkgver=094h
-pkgrel=1
+pkgrel=2
 pkgdesc="C library implementing Doudble Description Method for convex polyhedra"
 arch=('i686' 'x86_64')
 url="http://www.ifor.math.ethz.ch/~fukuda/cdd_home/cdd.html"
@@ -20,6 +20,10 @@
   patch -p1 -i "$srcdir"/cdd_both_reps.patch
   ln -s "$srcdir"/cdd_both_reps.c src
   ln -s "$srcdir"/cdd_both_reps.c src-gmp
+
+# Remove debug
+  sed -e 's|localdebug=dd_TRUE|localdebug=dd_FALSE|g' \
+    -i lib-src/cddlp.c -i lib-src-gmp/cddlp.c -i lib-src-gmp/cddlp_f.c
 }
 
 build() {



More information about the arch-commits mailing list