blob: 022e3727422d3943398a3eb74b42737bab662f12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= minidnn
DISTVERSION= g20200330
CATEGORIES= misc # machine-learning
MAINTAINER= yuri@FreeBSD.org
COMMENT= Header-only C++ library for deep neural networks
LICENSE= MPL20
USES= eigen:3,run
USE_GITHUB= yes
GH_ACCOUNT= yixuan
GH_PROJECT= MiniDNN
GH_TAGNAME= 525ff216a6b5f576d4d679aee6a4636994bd4f23
NO_BUILD= yes
NO_ARCH= yes
do-install:
@cd ${WRKSRC}/include && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/include/${PORTNAME}
.include <bsd.port.mk>
|