Skip to content

Commit

Permalink
math/blis: Remove dependency on llvm-10; strip binary; add missing .p…
Browse files Browse the repository at this point in the history
…c file in pkg-plist

PR:		264487
Approved by:	portmgr (blanket: ports compliance)
  • Loading branch information
yurivict committed Jun 5, 2022
1 parent fc32b6c commit 264f988
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
10 changes: 4 additions & 6 deletions math/blis/Makefile
Expand Up @@ -2,7 +2,7 @@

PORTNAME= blis
PORTVERSION= 0.8.1
PORTREVISION= 0
PORTREVISION= 1
CATEGORIES= math

MAINTAINER= jmd@FreeBSD.org
Expand Down Expand Up @@ -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>
1 change: 1 addition & 0 deletions math/blis/pkg-plist
Expand Up @@ -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

0 comments on commit 264f988

Please sign in to comment.