Skip to content
Snippets Groups Projects
Commit 963370d8 authored by Antonio Rojas's avatar Antonio Rojas
Browse files

Remove debug output that breaks interaction with SageMath

parent 0777346d
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,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"
......@@ -19,6 +19,10 @@ prepare() {
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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment