[Pkg-scicomp-commits] [SCM] MAdLib, a mesh adaptation library. branch, master, updated. debian/1.2.2-1-23-g2ebd255

Christophe Prud'homme prudhomm at debian.org
Sun Oct 11 14:37:43 UTC 2009


The following commit has been merged in the master branch:
commit 281112cf846c812d8bc729311b7f96f05e94ea91
Author: Christophe Prud'homme <prudhomm at debian.org>
Date:   Sun Oct 11 16:04:28 2009 +0200

    cleanup

diff --git a/debian/rules b/debian/rules
index 59dc344..e5cc584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,8 @@ DEB_CONFIGURE_EXTRA_FLAGS :=       \
   --build=$(DEB_BUILD_GNU_TYPE)    \
   --prefix=/usr                    \
   --mandir=\$${prefix}/share/man   \
-  --infodir=\$${prefix}/share/info
+  --infodir=\$${prefix}/share/info\
+  --enable-ann --enable-benchmarks
 
 DEB_STRIPPED_UPSTREAM_VERSION = $(shell echo $(DEB_UPSTREAM_VERSION) | sed -n -e 's/\.*$$//p')
 MADLIB_VERSION=$(DEB_STRIPPED_UPSTREAM_VERSION)
@@ -20,7 +21,7 @@ clean::
 	-rm Contrib/mathex/mathex.o
 	-rm config.log
 	-rm config.status
-
+	-rm Benchmarks/checkMesh/Makefile Benchmarks/meshInfo/Makefile Benchmarks/moveIt/Makefile Benchmarks/optimize/Makefile Contrib/ANN/Makefile/Makefile
 get-orig-source:
 	uscan --force-download --rename --verbose --upstream-version $(MADLIB_VERSION)
 	if test -d ../tarballs; then mv madlib_$(MADLIB_VERSION).orig.tar.gz ../tarballs; fi

-- 
MAdLib, a mesh adaptation library.



More information about the Pkg-scicomp-commits mailing list