aboutsummaryrefslogtreecommitdiff
path: root/misc/nn-insight
Commit message (Collapse)AuthorAgeFilesLines
* devel/flatbuffers: update 24.3.7 → 24.3.25Yuri Victorovich2024-03-271-1/+1
| | | | Reported by: portscout
* devel/flatbuffers: update 23.5.26 → 24.3.7Yuri Victorovich2024-03-081-1/+1
| | | | Reported by: portscout
* graphics/qcustomplot: add support for Qt5 and Qt6 flavorsMax Brazhnikov2024-02-191-1/+1
| | | | | | | - Add support for Qt5 and Qt6 flavors - Switch to cmake using patches from Debian Differential Revision: https://reviews.freebsd.org/D43969
* graphics/qcustomplot-qt5: rename to graphics/qcustomplotMax Brazhnikov2024-02-191-2/+2
| | | | | | Rename in preparation for adding flavors Differential Revision: https://reviews.freebsd.org/D43969
* misc/nn-insight: Remove NATIVE optionDaniel Engberg2023-08-071-4/+0
| | | | | | Let CPUTYPE handle native optimizations. PR: 272704
* devel/flatbuffers: Update 23.3.3 → 23.5.26Yuri Victorovich2023-05-281-1/+1
| | | | Reported by: portscout
* devel/flatbuffers: Update 23.1.21 → 23.3.3Yuri Victorovich2023-03-051-1/+1
| | | | Reported by: portscout
* devel/flatbuffers: Update 23.1.4 -> 23.1.21Yuri Victorovich2023-01-221-1/+1
| | | | Reported by: portscout
* devel/flatbuffers: Update 22.12.06 -> 23.1.4Yuri Victorovich2023-01-121-1/+1
| | | | Reported by: portscout
* graphics/qcustomplot-qt5: Update 2.1.0 -> 2.1.1Yuri Victorovich2022-11-251-1/+1
|
* devel/flatbuffers: Update 2.0.8 -> 22.9.24Yuri Victorovich2022-09-291-1/+1
| | | | Reported by: portscout
* Mk/Uses: always use colon for build/run suffixFelix Palmen2022-09-111-1/+1
| | | | | | | | | | | | Most USES use a colon for build/run(/test) suffixes. Change kde.mk, qt.mk and pyqt.mk to do the same, and update all ports using that. Document in CHANGES. PR: 266034 Exp-run by: antoine Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D36349
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* misc/nn-insight: Fix build for new flatbuffers version and on aarch64Yuri Victorovich2022-09-062-2/+16
| | | | Reported by: fallout
* misc/nn-insight: Fix build on aarch64Yuri Victorovich2022-07-221-1/+4
| | | | Reported by: fallout
* misc/nn-insight: Update 1.0.5 -> 1.0.7Yuri Victorovich2022-05-152-6/+7
|
* devel/flatbuffers: Update 2.0.5 -> 2.0.6Yuri Victorovich2022-05-141-2/+2
| | | | | | | | | | | Forked 2.0.5 as devel/flatbuffers205. Several dependencies use flatbuffers headers generated by previous versions of flatbuffers which from now on will be incompatible with newer flatbuffers versions. PR: 263552 Reported by: jbeich@
* devel/flatbuffers: Update 1.12.0 -> 2.0.0Yuri Victorovich2021-05-111-0/+1
| | | | Reported by: portscout
* misc/nn-insight: Add PORTSCOUT tagYuri Victorovich2021-05-061-0/+2
|
* Cleanup LIB_DEPENDSAntoine Brodin2021-04-231-1/+1
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* misc/nn-insight: fix build with GCC and on headPiotr Kubaj2020-08-133-0/+29
| | | | | | | | | | | | | | Add missing includes. This fixes build on stable/12 for powerpc64 (with GCC) and on head with powerpc64. Looking at https://www.freshports.org/misc/nn-insight/, it seems currently doesn't build even on head/amd64, so those includes should fix it. The original error that made me look into it was: /wrkdirs/usr/ports/misc/nn-insight/work/nn-insight-1.0.5/tensor.h:18:75: error: 'std::shared_ptr' has not been declared 18 | bool readTensorDataAsJson(const char *fileName, const TensorShape &shape, std::shared_ptr<const float> &tensorData); | ^~~ MFH: 2020Q3 (fix build blanket) Notes: svn path=/head/; revision=544844
* misc/nn-insight: Update 0.1.3 -> 1.0.5Yuri Victorovich2020-05-272-4/+5
| | | | Notes: svn path=/head/; revision=536728
* misc/nn-insight: Update 0.1.2 -> 0.1.3Yuri Victorovich2020-01-192-4/+4
| | | | Notes: svn path=/head/; revision=523505
* misc/nn-insight: Update 0.1.1 -> 0.1.2Yuri Victorovich2020-01-052-4/+4
| | | | Notes: svn path=/head/; revision=522168
* misc/nn-insight: Update 0.1 -> 0.1.1Yuri Victorovich2020-01-032-4/+4
| | | | Notes: svn path=/head/; revision=521898
* New port: misc/nn-insight: Neural network visualization softwareYuri Victorovich2020-01-023-0/+38
Notes: svn path=/head/; revision=521794