pkgsrc-WIP-changes archive

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

plink2: Work around issue with blas system



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Sat Apr 20 10:59:01 2019 -0500
Changeset:	40a557583c9c2bded1439f4b2ad6abb74ef82337

Modified Files:
	plink2/Makefile

Log Message:
plink2: Work around issue with blas system

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

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

diffstat:
 plink2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/plink2/Makefile b/plink2/Makefile
index ff62bb6021..2913fe07af 100644
--- a/plink2/Makefile
+++ b/plink2/Makefile
@@ -59,8 +59,8 @@ post-install:
 
 # .include "../../wip/openblas/buildlink3.mk"
 # .include "../../math/blas/buildlink3.mk"
-.include "../../wip/cblas/buildlink3.mk"
 .include "../../wip/mk/blas.buildlink3.mk"
+.include "../../wip/cblas/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../math/lapack/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index