pkgsrc-WIP-changes archive

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

cblas: Remove wip refs for testing with committed BLAS framework



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Mon Oct 19 13:52:20 2020 -0500
Changeset:	ed61aa3347e316f03a357fc443fa9d565c697e8d

Modified Files:
	cblas/Makefile
	cblas/buildlink3.mk

Log Message:
cblas: Remove wip refs for testing with committed BLAS framework

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

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

diffstat:
 cblas/Makefile      | 4 ++--
 cblas/buildlink3.mk | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/cblas/Makefile b/cblas/Makefile
index fff706a8e5..99439698e5 100644
--- a/cblas/Makefile
+++ b/cblas/Makefile
@@ -10,6 +10,6 @@ LAPACK_COMPONENT_CMAKE_ARGS=	\
 	-DCBLAS=ON -DLAPACKE=OFF \
 	-DCMAKE_VERBOSE=ON
 
-.include "../../wip/mk/blas.buildlink3.mk"
-.include "../../wip/lapack/Makefile.common"
+.include "../../mk/blas.buildlink3.mk"
+.include "../../math/lapack/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff --git a/cblas/buildlink3.mk b/cblas/buildlink3.mk
index 6bf92148a6..70e2e7ecbd 100644
--- a/cblas/buildlink3.mk
+++ b/cblas/buildlink3.mk
@@ -12,7 +12,7 @@ BUILDLINK_PKGSRCDIR.cblas?=	../../wip/cblas
 # Without this, they can be included in either order.
 # I think pkg Makefiles should include both for clarity rather than have
 # cblas implicitly pull in blas.bl3.
-#.include	"../../wip/mk/blas.buildlink3.mk"
+# .include	"../../mk/blas.buildlink3.mk"
 .endif
 
 BUILDLINK_TREE+=	-cblas


Home | Main Index | Thread Index | Old Index