pkgsrc-WIP-changes archive

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

dlib-cpp: openblass buildlink added for better performance



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Tue Jul 26 21:09:24 2022 +0530
Changeset:	62679d0f41d9af7b82a18b9afb7aaa9e5e895aeb

Modified Files:
	dlib-cpp/Makefile

Log Message:
dlib-cpp: openblass buildlink added for better performance

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

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

diffstat:
 dlib-cpp/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/dlib-cpp/Makefile b/dlib-cpp/Makefile
index 73da092925..47b26ac139 100644
--- a/dlib-cpp/Makefile
+++ b/dlib-cpp/Makefile
@@ -25,6 +25,7 @@ post-install:
 	find . -type f -exec \
 		${INSTALL_DATA} {} ${DESTDIR}${DOCSDIR}/{} \;
 
+.include "../../math/openblas/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index