pkgsrc-WIP-changes archive

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

dlib-cpp: BLAS_C_INTERFACE added



Module Name:	pkgsrc-wip
Committed By:	mayuresh <mayuresh%acm.org@localhost>
Pushed By:	mayuresh
Date:		Mon Sep 26 12:52:37 2022 +0530
Changeset:	0e5a6750d0dc34d38a1f94ec1383dfb1a6c09c59

Modified Files:
	dlib-cpp/Makefile

Log Message:
dlib-cpp: BLAS_C_INTERFACE added

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

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

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

diffs:
diff --git a/dlib-cpp/Makefile b/dlib-cpp/Makefile
index c6ca8f181f..61328b20d3 100644
--- a/dlib-cpp/Makefile
+++ b/dlib-cpp/Makefile
@@ -25,6 +25,8 @@ post-install:
 	find . -type f -exec \
 		${INSTALL_DATA} {} ${DESTDIR}${DOCSDIR}/{} \;
 
+BLAS_C_INTERFACE=	yes
+
 .include "../../mk/blas.buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../graphics/libwebp/buildlink3.mk"


Home | Main Index | Thread Index | Old Index