diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-15 03:48:45 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2022-05-15 03:49:25 +0000 |
commit | 84715e2a681d612b0870f1e08824caed1a8a376b (patch) | |
tree | 471c23c17003e2b5146cf598ffde2ab97227d3f0 | |
parent | 9e821db3403b83c81a105745f9a73f71083f6dee (diff) | |
download | ports-84715e2a681d612b0870f1e08824caed1a8a376b.tar.gz ports-84715e2a681d612b0870f1e08824caed1a8a376b.zip |
misc/nn-insight: Update 1.0.5 -> 1.0.7
-rw-r--r-- | misc/nn-insight/Makefile | 7 | ||||
-rw-r--r-- | misc/nn-insight/distinfo | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/misc/nn-insight/Makefile b/misc/nn-insight/Makefile index 8a3ab5758084..1b975b34e2c6 100644 --- a/misc/nn-insight/Makefile +++ b/misc/nn-insight/Makefile @@ -1,6 +1,5 @@ PORTNAME= nn-insight -DISTVERSION= 1.0.5 -PORTREVISION= 2 +DISTVERSION= 1.0.7 CATEGORIES= misc # machine-learning MAINTAINER= yuri@FreeBSD.org @@ -10,12 +9,14 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= avir>0:graphics/avir \ - flatc:devel/flatbuffers205 \ + ${LOCALBASE}/include/exprtk.hpp:math/exprtk \ + flatc:devel/flatbuffers \ half>0:math/half \ nlohmann-json>0:devel/nlohmann-json \ png++>0:graphics/png++ LIB_DEPENDS= libcgraph.so:graphics/graphviz \ libpng.so:graphics/png \ + libQCustomPlot-qt5.so:graphics/qcustomplot-qt5 \ libtcmalloc.so:devel/google-perftools USES= compiler:c++17-lang cmake pkgconfig qt:5 diff --git a/misc/nn-insight/distinfo b/misc/nn-insight/distinfo index f2e172affe96..6e47cbeeaca7 100644 --- a/misc/nn-insight/distinfo +++ b/misc/nn-insight/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1590621651 -SHA256 (yurivict-nn-insight-1.0.5_GH0.tar.gz) = 539e84de1ad9eb06cb630185f33f0d7c81f627fc4687eb9aa83af5e13054ef7c -SIZE (yurivict-nn-insight-1.0.5_GH0.tar.gz) = 451178 +TIMESTAMP = 1652582980 +SHA256 (yurivict-nn-insight-1.0.7_GH0.tar.gz) = a519fb5ef4cd102c694a478714aa08b2e4a5722108abc224aaae5418030c02cc +SIZE (yurivict-nn-insight-1.0.7_GH0.tar.gz) = 457590 |