[SCM] Library for computing Fast Fourier Transforms branch, master, updated. debian/3.3.2-3-23-ge595a2d

Julian Taylor jtaylor.debian at googlemail.com
Tue Dec 4 20:50:21 UTC 2012


The following commit has been merged in the master branch:
commit 405f313fc56dadef2a375704f3f9e0ba40c604cd
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Tue Dec 4 20:03:29 2012 +0100

    respect nocheck for the quad precision target
    
    its the only one that takes a significant time

diff --git a/debian/rules b/debian/rules
index 82cc348..6dbbfa3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,7 +93,9 @@ ifeq (quad,$(QUAD))
 	# quad precision
 	$(SETCFLAGS) ./configure $(archconfflags) --enable-quad-precision --disable-mpi
 	$(MAKE)
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	( cd tests ; $(MAKE) smallcheck )
+endif
 	$(MAKE) install DESTDIR=`pwd`/debian/tmp-quad
 endif
 	touch build-arch

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list