File: makefile-blas-remove-dep.patch

package info (click to toggle)
lapack 3.12.1-7
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 78,912 kB
  • sloc: fortran: 622,840; ansic: 217,704; f90: 6,041; makefile: 5,100; sh: 326; python: 270; xml: 182
file content (17 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: remove the target dependency in order to avoid unnecessary rebuild
 that would incur FTBFS.
Author: Mo Zhou
Last-Update: 2019-08-28
Index: lapack/BLAS/Makefile
===================================================================
--- lapack.orig/BLAS/Makefile
+++ lapack/BLAS/Makefile
@@ -9,7 +9,7 @@ blas:
 	$(MAKE) -C SRC
 
 .PHONY: blas_testing
-blas_testing: blas
+blas_testing:
 	$(MAKE) -C TESTING run
 
 .PHONY: clean cleanobj cleanlib cleanexe cleantest