pkgsrc-WIP-changes archive

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

cblas-ng: updated with wip/mk/blas.buildlink3.mk



Module Name:	pkgsrc-wip
Committed By:	Dr. Thomas Orgis <thomas.orgis%uni-hamburg.de@localhost>
Pushed By:	thor
Date:		Tue Mar 26 16:29:23 2019 +0100
Changeset:	dd8b4b5fdd0ee8f2ff97d4d3f802942d266cc660

Modified Files:
	cblas-ng/Makefile
	cblas-ng/buildlink3.mk

Log Message:
cblas-ng: updated with wip/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=dd8b4b5fdd0ee8f2ff97d4d3f802942d266cc660

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

diffstat:
 cblas-ng/Makefile      | 2 +-
 cblas-ng/buildlink3.mk | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/cblas-ng/Makefile b/cblas-ng/Makefile
index c0ba69a599..066ef4c495 100644
--- a/cblas-ng/Makefile
+++ b/cblas-ng/Makefile
@@ -9,5 +9,5 @@ LAPACK_PART_CMAKE_ARGS=	\
 	-DLAPACK_LIBRARIES=${LAPACK_LIBS:Q} \
 	-DCBLAS=ON -DLAPACKE=OFF
 
-.include "../../mk/blas.buildlink3.mk"
+.include "../../wip/mk/blas.buildlink3.mk"
 .include "../lapack-ng/Makefile.common"
diff --git a/cblas-ng/buildlink3.mk b/cblas-ng/buildlink3.mk
index 5c4bc19623..b3ec63af65 100644
--- a/cblas-ng/buildlink3.mk
+++ b/cblas-ng/buildlink3.mk
@@ -7,6 +7,8 @@ CBLAS_NG_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.cblas-ng+=	cblas-ng>=3.8.0
 BUILDLINK_PKGSRCDIR.cblas-ng?=	../../wip/cblas-ng
+
+.include	"../../wip/mk/blas.buildlink3.mk"
 .endif
 
 BUILDLINK_TREE+=	-cblas-ng


Home | Main Index | Thread Index | Old Index