pkgsrc-WIP-changes archive

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

bolt-llm: Switch from blas to openblas



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon4000%gmail.com@localhost>
Pushed By:	outpaddling
Date:		Fri Sep 22 16:33:39 2017 -0500
Changeset:	26bee557da64e3b6ae4b336e00d4070cf8f5f5dc

Modified Files:
	bolt-llm/Makefile
	bolt-llm/patches/patch-Makefile

Log Message:
bolt-llm: Switch from blas to openblas

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

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

diffstat:
 bolt-llm/Makefile               | 2 +-
 bolt-llm/patches/patch-Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/bolt-llm/Makefile b/bolt-llm/Makefile
index 695474f1f3..da918fb2b6 100644
--- a/bolt-llm/Makefile
+++ b/bolt-llm/Makefile
@@ -31,7 +31,7 @@ INSTALLATION_DIRS=	bin
 
 # FIXME: Use openblas when available for better performance
 .include "../../math/nlopt/buildlink3.mk"
-.include "../../math/blas/buildlink3.mk"
+.include "../../wip/openblas/buildlink3.mk"
 .include "../../math/lapack/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
diff --git a/bolt-llm/patches/patch-Makefile b/bolt-llm/patches/patch-Makefile
index 01182cc1f5..a9063f3acf 100644
--- a/bolt-llm/patches/patch-Makefile
+++ b/bolt-llm/patches/patch-Makefile
@@ -68,7 +68,7 @@ $NetBSD$
 +ifeq (${CXX},${CXX})
 +	CXXFLAGS += -fopenmp
 +	LDFLAGS += -fopenmp
-+	LLAPACK = -llapack -lblas -lgfortran
++	LLAPACK = -llapack -lopenblas -lgfortran
  	ifeq (${linking},static)
 -		LFLAGS += -static
 +		LDFLAGS += -static


Home | Main Index | Thread Index | Old Index