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

Julian Taylor jtaylor.debian at googlemail.com
Wed Jun 20 22:27:45 UTC 2012


The following commit has been merged in the master branch:
commit 1264536897fba77480739fea24e7b3616a1e8024
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Thu Jun 21 00:06:44 2012 +0200

    build the long long test with hardening flags to shut up the build log checks

diff --git a/debian/rules b/debian/rules
index 130216c..f0e622a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -78,7 +78,7 @@ build-arch:
 	#
 	# long double precision
 	# build only on architectures where double != long-double
-	gcc -o test_long_long-double debian/test_long_long-double.c 
+	gcc $(CFLAGS) $(LDFLAGS) $(CPPFLAGS) -o test_long_long-double debian/test_long_long-double.c
 	if ! ./test_long_long-double; then \
 		$(SETCFLAGS) ./configure --enable-long-double $(archconfflags) && \
 		$(MAKE) && \

-- 
Library for computing Fast Fourier Transforms



More information about the debian-science-commits mailing list