r45700 - in /packages/lapack/trunk/debian: changelog patches/parallel_build.patch

sebastien at users.alioth.debian.org sebastien at users.alioth.debian.org
Wed Mar 27 17:04:35 UTC 2013


Author: sebastien
Date: Wed Mar 27 17:04:34 2013
New Revision: 45700

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=45700
Log:
parallel_build.patch: improve patch by marking some Makefiles as not
parallelizable; should fix FTBFS on kfreebsd-*


Modified:
    packages/lapack/trunk/debian/changelog
    packages/lapack/trunk/debian/patches/parallel_build.patch

Modified: packages/lapack/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/changelog?rev=45700&op=diff
==============================================================================
--- packages/lapack/trunk/debian/changelog (original)
+++ packages/lapack/trunk/debian/changelog Wed Mar 27 17:04:34 2013
@@ -1,3 +1,10 @@
+lapack (3.4.2+dfsg-1~exp2) UNRELEASED; urgency=low
+
+  * parallel_build.patch: improve patch by marking some Makefiles as not
+    parallelizable; should fix FTBFS on kfreebsd-*
+
+ -- Sébastien Villemot <sebastien at debian.org>  Wed, 27 Mar 2013 18:03:10 +0100
+
 lapack (3.4.2+dfsg-1~exp1) experimental; urgency=low
 
   * Repackage upstream tarball. Delete non-DFSG-free files:

Modified: packages/lapack/trunk/debian/patches/parallel_build.patch
URL: http://svn.debian.org/wsvn/debian-science/packages/lapack/trunk/debian/patches/parallel_build.patch?rev=45700&op=diff
==============================================================================
--- packages/lapack/trunk/debian/patches/parallel_build.patch (original)
+++ packages/lapack/trunk/debian/patches/parallel_build.patch Wed Mar 27 17:04:34 2013
@@ -4,91 +4,19 @@
 Last-Update: 2013-03-27
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/testing/Makefile
++++ b/testing/Makefile
+@@ -582,3 +582,5 @@
+ 
+ FRC:
+ 	@FRC=$(FRC)
++
++.NOTPARALLEL:
 --- a/testing/LIN/Makefile
 +++ b/testing/LIN/Makefile
-@@ -244,75 +244,45 @@
- proto-complex: ../xlintstrfc
- proto-complex16: ../xlintstzc ../xlintstrfz
- 
--xlintsts : $(ALINTST) $(SLINTST) $(SCLNTST) ../../$(LAPACKLIB)
-+../xlintsts : $(ALINTST) $(SLINTST) $(SCLNTST) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(ALINTST) $(SCLNTST) $(SLINTST) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB)  $(BLASLIB) -o $@
- 
--xlintstc : $(ALINTST) $(CLINTST) $(SCLNTST) ../../$(LAPACKLIB)
-+../xlintstc : $(ALINTST) $(CLINTST) $(SCLNTST) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(ALINTST) $(SCLNTST) $(CLINTST) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB)  $(BLASLIB) -o $@
+@@ -339,3 +339,5 @@
   
--xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) ../../$(LAPACKLIB)
-+../xlintstd : $(ALINTST) $(DLINTST) $(DZLNTST) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS) $^ \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB) $(BLASLIB) -o $@
-  
--xlintstz : $(ALINTST) $(ZLINTST) $(DZLNTST) ../../$(LAPACKLIB)
-+../xlintstz : $(ALINTST) $(ZLINTST) $(DZLNTST) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(ALINTST) $(DZLNTST) $(ZLINTST) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(XBLASLIB)  $(BLASLIB) -o $@
-  
--xlintstds : $(DSLINTST) ../../$(LAPACKLIB)
-+../xlintstds : $(DSLINTST) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(DSLINTST) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@
-  
--xlintstzc : $(ZCLINTST) ../../$(LAPACKLIB)
-+../xlintstzc : $(ZCLINTST) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(ZCLINTST) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@
-  
--xlintstrfs : $(SLINTSTRFP) ../../$(LAPACKLIB)
-+../xlintstrfs : $(SLINTSTRFP) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(SLINTSTRFP) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@
-  
--xlintstrfd : $(DLINTSTRFP) ../../$(LAPACKLIB)
-+../xlintstrfd : $(DLINTSTRFP) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(DLINTSTRFP) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@
-  
--xlintstrfc : $(CLINTSTRFP) ../../$(LAPACKLIB)
-+../xlintstrfc : $(CLINTSTRFP) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(CLINTSTRFP) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@
-  
--xlintstrfz : $(ZLINTSTRFP) ../../$(LAPACKLIB)
-+../xlintstrfz : $(ZLINTSTRFP) ../../$(LAPACKLIB)
- 	$(LOADER) $(LOADOPTS)  $(ZLINTSTRFP) \
-         ../../$(TMGLIB) ../../$(LAPACKLIB) $(BLASLIB) -o $@
-- 
--../xlintsts: xlintsts
--	mv xlintsts $@
--
--../xlintstc: xlintstc
--	mv xlintstc $@
--
--../xlintstz: xlintstz
--	mv xlintstz $@
--
--../xlintstd: xlintstd
--	mv xlintstd $@
--
--../xlintstds: xlintstds
--	mv xlintstds $@
--
--../xlintstzc: xlintstzc
--	mv xlintstzc $@
--
--../xlintstrfs: xlintstrfs
--	mv xlintstrfs $@
--
--../xlintstrfc: xlintstrfc
--	mv xlintstrfc $@
--
--../xlintstrfd: xlintstrfd
--	mv xlintstrfd $@
--
--../xlintstrfz: xlintstrfz
--	mv xlintstrfz $@
- 
- $(ALINTST): $(FRC)
- $(SCLNTST): $(FRC)
+ .f.o: 
+ 	$(FORTRAN) $(OPTS) -c $< -o $@
++
++.NOTPARALLEL:




More information about the debian-science-commits mailing list