pkgsrc-WIP-changes archive

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

cblas: Fix bl3 depmethod



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Wed Sep 20 17:02:07 2017 -0500
Changeset:	641bf07f7655fec62cdcdd1d23e5fa6dac92e9ef

Modified Files:
	cblas/buildlink3.mk

Log Message:
cblas: Fix bl3 depmethod

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

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

diffstat:
 cblas/buildlink3.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/cblas/buildlink3.mk b/cblas/buildlink3.mk
index 5ea74bedd2..060681228a 100644
--- a/cblas/buildlink3.mk
+++ b/cblas/buildlink3.mk
@@ -7,7 +7,7 @@ CBLAS_BUILDLINK3_MK:=
 
 BUILDLINK_API_DEPENDS.cblas+=	cblas>=1.0
 BUILDLINK_PKGSRCDIR.cblas?=	../../wip/cblas
-BUILDLINK_DEPMETHOD.cblas?=	build
+BUILDLINK_DEPMETHOD.cblas?=	full
 .endif
 
 BUILDLINK_TREE+=	-cblas


Home | Main Index | Thread Index | Old Index