git: 75db2675d17e - 2022Q2 - math/blis: Remove dependency on llvm-10; strip binary; add missing .pc file in pkg-plist
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Jun 2022 23:29:48 UTC
The branch 2022Q2 has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=75db2675d17e239317298ad8a4f3606e41f3e133
commit 75db2675d17e239317298ad8a4f3606e41f3e133
Author: Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-06-05 23:26:58 +0000
Commit: Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-06-05 23:29:45 +0000
math/blis: Remove dependency on llvm-10; strip binary; add missing .pc file in pkg-plist
PR: 264487
Approved by: portmgr (blanket: ports compliance)
(cherry picked from commit 264f9885a51269eae95d773a1a3b06d7d1d3b41c)
---
math/blis/Makefile | 10 ++++------
math/blis/pkg-plist | 1 +
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/math/blis/Makefile b/math/blis/Makefile
index ad40702db9ac..45a16454ec08 100644
--- a/math/blis/Makefile
+++ b/math/blis/Makefile
@@ -2,7 +2,7 @@
PORTNAME= blis
PORTVERSION= 0.8.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
@@ -64,11 +64,9 @@ PLIST_SUB+= ARCH="generic"
.if ${CHOSEN_COMPILER_TYPE} == gcc
USE_GCC= yes
-.else
-LLVM_VER= 10
-BUILD_DEPENDS+= llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER}
-CC= ${LOCALBASE}/bin/clang${LLVM_VER}
-CXX= ${LOCALBASE}/bin/clang++${LLVM_VER}
.endif
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libblis.so.3.0.0
+
.include <bsd.port.post.mk>
diff --git a/math/blis/pkg-plist b/math/blis/pkg-plist
index 689fdbfb11dd..4d14d5727b35 100644
--- a/math/blis/pkg-plist
+++ b/math/blis/pkg-plist
@@ -4,6 +4,7 @@ lib/libblis.a
lib/libblis.so
lib/libblis.so.3
lib/libblis.so.3.0.0
+share/pkgconfig/blis.pc
%%DATADIR%%/common.mk
%%DATADIR%%/config.mk
%%DATADIR%%/config/%%ARCH%%/make_defs.mk