aboutsummaryrefslogtreecommitdiff
path: root/math/gemmlowp/Makefile
blob: 6cbea8679637b7a681972610ee547ae76b911aeb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
PORTNAME=	gemmlowp
DISTVERSION=	g20190812
CATEGORIES=	math

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Low-precision matrix multiplication library
WWW=		https://github.com/google/gemmlowp

LICENSE=	APACHE20
LICENSE_FILE=	${WRKSRC}/LICENSE

USE_GITHUB=	yes
GH_ACCOUNT=	google
GH_TAGNAME=	dc69acd

NO_BUILD=	yes
NO_ARCH=	yes

do-install:
.for dir in public fixedpoint eight_bit_int_gemm internal profiling meta
	@cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
.endfor
	@${FIND} ${STAGEDIR} -name "*.cc" -delete

.include <bsd.port.mk>