Port details |
- frugally-deep C++ header-only library to use Keras models in C++ with ease
- 0.16.1 misc =2 0.16.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2021-04-22 05:27:19
- Last Update: 2025-01-20 07:41:46
- Commit Hash: 3ee09e6
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/Dobiasd/frugally-deep
- Description:
- frugally-deep is a C++ header-only library for building/training
Keras AI models.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- frugally-deep>0:misc/frugally-deep
- To install the port:
- cd /usr/ports/misc/frugally-deep/ && make install clean
- To add the package, run one of these commands:
- pkg install misc/frugally-deep
- pkg install frugally-deep
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: frugally-deep
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1737350254
SHA256 (Dobiasd-frugally-deep-v0.16.1_GH0.tar.gz) = 4dac01b779fded96b252b58b76fd29d93bb61257cfff9d2d96ccdab4f0e362ee
SIZE (Dobiasd-frugally-deep-v0.16.1_GH0.tar.gz) = 196306
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- functionalplus>0 : devel/functionalplus
- nlohmann-json>0 : devel/nlohmann-json
- cmake : devel/cmake-core
- ninja : devel/ninja
- eigen3.pc : math/eigen3
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- functionalplus>0 : devel/functionalplus
- nlohmann-json>0 : devel/nlohmann-json
- eigen3.pc : math/eigen3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- misc_frugally-deep
- USES:
- cmake compiler:c++14-lang eigen:3,build,run python:test
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.16.1 20 Jan 2025 07:41:46 |
Yuri Victorovich (yuri) |
misc/frugally-deep: update 0.16.0 → 0.16.1
Reported by: portscout |
0.16.0 17 Apr 2024 07:38:19 |
Yuri Victorovich (yuri) |
misc/frugally-deep: update 0.15.30 → 0.16.0
Reported by: portscout |
0.15.30 01 Jan 2024 08:09:04 |
Yuri Victorovich (yuri) |
misc/frugally-deep: update 0.15.29 → 0.15.30
Reported by: portscout |
0.15.29 27 Dec 2023 08:20:33 |
Yuri Victorovich (yuri) |
misc/frugally-deep: update 0.15.25-p0 → 0.15.29
Reported by: portscout |
0.15.25.p0 22 Oct 2023 09:39:21 |
Yuri Victorovich (yuri) |
misc/frugally-deep: update 0.15.24-p0 → 0.15.25-p0
Reported by: portscout |
0.15.24.p0 24 Sep 2023 20:23:47 |
Yuri Victorovich (yuri) |
misc/frugally-deep: update 0.15.21-p0 → 0.15.24-p0
Reported by: portscout |
0.15.21.p0 24 Jul 2023 08:48:51 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.20-p0 → 0.15.21-p0
Reported by: portscout |
0.15.20.p0_1 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
0.15.20.p0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.15.20.p0 05 Mar 2023 21:28:38 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.18-p0 → 0.15.20-p0
Reported by: portscout |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
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) |
0.15.18.p0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
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.
(Only the first 15 lines of the commit message are shown above ) |
0.15.18.p0 12 Jun 2022 16:04:38 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.17-p0 -> 0.15.18-p0
Reported by: portscout |
0.15.17.p0 15 May 2022 16:39:04 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.16-p0 -> 0.15.17-p0
Reported by: portscout |
0.15.16.p0 30 Apr 2022 18:42:34 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.15 -> 0.15.16
Reported by: portscout |
0.15.15.p0 21 Mar 2022 22:14:02 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.14 -> 0.15.15
Reported by: portscout |
0.15.14.p0 13 Mar 2022 19:53:46 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.13-p0 -> 0.15.14-p0
Reported by: portscout |
0.15.13.p0 29 Nov 2021 17:25:47 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.11-p0 -> 0.15.13-p0
Reported by: portscout |
0.15.11.p0 26 Aug 2021 17:45:40 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.10-p0 -> 0.15.11-p0
Reported by: portscout |
0.15.10.p0 11 Aug 2021 08:43:45 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.9-p0 -> 0.15.10-p0
Reported by: portscout |
0.15.9.p0 09 Aug 2021 00:13:45 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.8-p0 -> 0.15.9-p0
Reported by: portscout |
0.15.8.p0 02 Aug 2021 20:48:58 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.7-p0 -> 0.15.8-p0
Reported by: portscout |
0.15.7.p0 09 Jul 2021 17:01:31 |
Yuri Victorovich (yuri) |
misc/frugally-deep: 0.15.4-p0 -> 0.15.7-p0
Reported by: portscout |
0.15.4.p0 04 Jul 2021 17:37:46 |
Yuri Victorovich (yuri) |
misc/frugally-deep: Update 0.15.2-p0 -> 0.15.4-p0
Reported by: portscout |
0.15.2.p0 22 Apr 2021 05:24:30 |
Yuri Victorovich (yuri) |
New port: misc/frugally-deep: C++ header-only library to use Keras models in C++
with ease |