pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

lapack: style fix (tabs for spaces)



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Wed Oct 2 17:09:21 2019 +0200
Changeset:	10b6125b75f616d74471fbe5cd7134da0f3fd8f9

Modified Files:
	lapacke/Makefile

Log Message:
lapack: style fix (tabs for spaces)

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=10b6125b75f616d74471fbe5cd7134da0f3fd8f9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 lapacke/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/lapacke/Makefile b/lapacke/Makefile
index 62d2faa760..3be824324f 100644
--- a/lapacke/Makefile
+++ b/lapacke/Makefile
@@ -4,9 +4,9 @@ COMMENT=	C interface to a LAPACK library
 LAPACK_PART=	lapacke
 LAPACK_PART_CMAKE_ARGS=	\
 	-DUSE_OPTIMIZED_BLAS=ON \
-        -DBLAS_LIBRARIES=${BLAS_LIBS:Q} \
-        -DUSE_OPTIMIZED_LAPACK=ON \
-        -DLAPACK_LIBRARIES=${LAPACK_LIBS:Q} \
+	-DBLAS_LIBRARIES=${BLAS_LIBS:Q} \
+	-DUSE_OPTIMIZED_LAPACK=ON \
+	-DLAPACK_LIBRARIES=${LAPACK_LIBS:Q} \
 	-DCBLAS=OFF -DLAPACKE=ON
 
 .include "../../wip/mk/blas.buildlink3.mk"


Home | Main Index | Thread Index | Old Index