LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
parallel_build.patch
Go to the documentation of this file.
1 Description: Make build system compatible with parallel make (-jN)
2 Author: Sébastien Villemot <sebastien@debian.org>
3 Forwarded: no
4 Last-Update: 2013-03-27
5 ---
6 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7 --- a/testing/Makefile
8 +++ b/testing/Makefile
9 @@ -582,3 +582,5 @@
10 
11  FRC:
12  @FRC=$(FRC)
13 +
14 +.NOTPARALLEL:
15 --- a/testing/LIN/Makefile
16 +++ b/testing/LIN/Makefile
17 @@ -339,3 +339,5 @@
18 
19  .f.o:
20  $(FORTRAN) $(OPTS) -c $< -o $@
21 +
22 +.NOTPARALLEL: