aboutsummaryrefslogtreecommitdiff
path: root/misc/nn-insight/Makefile
blob: 04d07c6dbf29c1dd1f4e19f2ae87abbf7ad71890 (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
26
27
28
29
# $FreeBSD$

PORTNAME=	nn-insight
DISTVERSION=	0.1
CATEGORIES=	misc # machine-learning

MAINTAINER=	yuri@FreeBSD.org
COMMENT=	Neural network visualization software

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/LICENSE

BUILD_DEPENDS=	avir>0:graphics/avir \
		flatbuffers>0:devel/flatbuffers \
		nlohmann-json>0:devel/nlohmann-json \
		png++>0:graphics/png++
LIB_DEPENDS=	libcgraph.so:graphics/graphviz \
		libpng16.so:graphics/png \
		libtcmalloc.so:devel/google-perftools

USES=		compiler:c++17-lang cmake pkgconfig qt:5
USE_GITHUB=	yes
GH_ACCOUNT=	yurivict
USE_QT=		core gui svg widgets buildtools_build qmake_build

PLIST_FILES=	bin/nn-insight \
		libexec/nn-insight/tf-lite-plugin.so

.include <bsd.port.mk>