all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 321760140b56cbe5c742ff1cd78716820723b6e3 709 bytes (raw)
name: gnu/packages/patches/openblas-makefile-tests.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 
Fix Makefile to run tests even when TARGET is set.
Also, do not run tests until we ask for them.

--- xianyi-OpenBLAS-2b0d8a8/Makefile.orig	2015-03-24 16:07:07.000000000 -0400
+++ xianyi-OpenBLAS-2b0d8a8/Makefile	2015-07-22 14:06:47.955139133 -0400
@@ -25,7 +25,7 @@
 .PHONY : all libs netlib test ctest shared install
 .NOTPARALLEL : all libs prof lapack-test install blas-test
 
-all :: libs netlib tests shared
+all :: libs netlib shared
 	@echo
 	@echo " OpenBLAS build complete. ($(LIB_COMPONENTS))"
 	@echo
@@ -110,7 +110,6 @@
 
 tests :
 ifndef NOFORTRAN
-ifndef TARGET
 ifndef CROSS
 	touch $(LIBNAME)
 ifndef NO_FBLAS
@@ -124,7 +123,6 @@
 endif
 endif
 endif
-endif
 
 libs :
 ifeq ($(CORE), UNKOWN)

debug log:

solving 3217601 ...
found 3217601 in https://yhetil.org/guix/87wpxsyn80.fsf@netris.org/

applying [1/1] https://yhetil.org/guix/87wpxsyn80.fsf@netris.org/
diff --git a/gnu/packages/patches/openblas-makefile-tests.patch b/gnu/packages/patches/openblas-makefile-tests.patch
new file mode 100644
index 0000000..3217601

1:15: trailing whitespace.
 
1:18: space before tab in indent.
 	@echo
1:19: space before tab in indent.
 	@echo " OpenBLAS build complete. ($(LIB_COMPONENTS))"
1:20: space before tab in indent.
 	@echo
1:22: trailing whitespace.
 
Checking patch gnu/packages/patches/openblas-makefile-tests.patch...
Applied patch gnu/packages/patches/openblas-makefile-tests.patch cleanly.
warning: squelched 2 whitespace errors
warning: 7 lines add whitespace errors.

index at:
100644 321760140b56cbe5c742ff1cd78716820723b6e3	gnu/packages/patches/openblas-makefile-tests.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.