pkgsrc-WIP-changes archive

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

cblas-ng: use mk/blas.buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Mon Mar 25 01:29:38 2019 +0100
Changeset:	daad192e76d799952c3cb83c05f1ec7e9fe2b963

Modified Files:
	cblas-ng/Makefile

Log Message:
cblas-ng: use mk/blas.buildlink3.mk

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

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

diffstat:
 cblas-ng/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/cblas-ng/Makefile b/cblas-ng/Makefile
index 324539bc84..c0ba69a599 100644
--- a/cblas-ng/Makefile
+++ b/cblas-ng/Makefile
@@ -4,9 +4,10 @@ COMMENT=	C interface to a BLAS library
 LAPACK_PART=	cblas
 LAPACK_PART_CMAKE_ARGS=	\
 	-DUSE_OPTIMIZED_BLAS=ON \
-	-DBLAS_LIBRARIES="-lblas" \
+	-DBLAS_LIBRARIES=${BLAS_LIBS:Q} \
 	-DUSE_OPTIMIZED_LAPACK=ON \
-	-DLAPACK_LIBRARIES="-llapack" \
+	-DLAPACK_LIBRARIES=${LAPACK_LIBS:Q} \
 	-DCBLAS=ON -DLAPACKE=OFF
 
+.include "../../mk/blas.buildlink3.mk"
 .include "../lapack-ng/Makefile.common"


Home | Main Index | Thread Index | Old Index