r36718 - in /packages/atlas/trunk/debian: changelog rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Jul 6 17:45:32 UTC 2010


Author: sylvestre
Date: Tue Jul  6 17:45:28 2010
New Revision: 36718

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36718
Log:

  * Disable parallel build. This might be the cause of FTBFS. 
    (Closes: #581620, #581621, #584366)

Modified:
    packages/atlas/trunk/debian/changelog
    packages/atlas/trunk/debian/rules

Modified: packages/atlas/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/changelog?rev=36718&op=diff
==============================================================================
--- packages/atlas/trunk/debian/changelog (original)
+++ packages/atlas/trunk/debian/changelog Tue Jul  6 17:45:28 2010
@@ -1,3 +1,10 @@
+atlas (3.8.3-23) unstable; urgency=low
+
+  * Disable parallel build. This might be the cause of FTBFS. 
+    (Closes: #581620, #581621, #584366)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Tue, 06 Jul 2010 11:38:55 +0200
+
 atlas (3.8.3-22) unstable; urgency=low
 
   * sse3 & core2sse3 packages removed for hurd

Modified: packages/atlas/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/atlas/trunk/debian/rules?rev=36718&op=diff
==============================================================================
--- packages/atlas/trunk/debian/rules (original)
+++ packages/atlas/trunk/debian/rules Tue Jul  6 17:45:28 2010
@@ -98,6 +98,7 @@
 	-b $(MODE_BITWIDTH) 							\
 	-Fa alg '-Wa,--noexecstack -fPIC' 				\
 	-Ss f77lib "-L$(GFORTRAN_LIB_PATH) -lgfortran -lgcc_s -lpthread"  \
+	-Ss pmake '$(MAKE) -j 1'					\
 	--with-netlib-lapack=/usr/lib/liblapack_pic.a 	\
 	-A $$atlasArch									\
 	-V $$atlasISA 									\




More information about the debian-science-commits mailing list