Port details |
- dlib-cpp Machine learning framework written in C++
- 19.24.6 science =2 19.24_1Version of this port present on the latest quarterly branch.
- Maintainer: arrowd@FreeBSD.org
- Port Added: 2018-04-26 20:39:46
- Last Update: 2024-11-10 12:08:40
- Commit Hash: 1c818fa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel math
- License: BSL
- WWW:
- http://dlib.net
- Description:
- Dlib is a modern C++ toolkit containing machine learning algorithms
and tools for creating complex software in C++ to solve real world
problems. It is used in both industry and academia in a wide range
of domains including robotics, embedded devices, mobile phones,
and large high performance computing environments.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- dlib-cpp>0:science/dlib-cpp
- To install the port:
- cd /usr/ports/science/dlib-cpp/ && make install clean
- To add the package, run one of these commands:
- pkg install science/dlib-cpp
- pkg install dlib-cpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: dlib-cpp
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1729930840
SHA256 (davisking-dlib-v19.24.6_GH0.tar.gz) = 22513c353ec9c153300c394050c96ca9d088e02966ac0f639e989e50318c82d6
SIZE (davisking-dlib-v19.24.6_GH0.tar.gz) = 18927196
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:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Runtime dependencies:
-
- ice.pc : x11/libICE
- sm.pc : x11/libSM
- x11.pc : x11/libX11
- xext.pc : x11/libXext
- Library dependencies:
-
- libpng.so : graphics/png
- libgif.so : graphics/giflib
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Build
-
- net-mgmt/netdata
- for Libraries
-
- math/openturns
Configuration Options:
- ===> The following configuration options are available for dlib-cpp-19.24.6:
BLASLAPACK=off: Use OpenBLAS for matrix operations
===> Use 'make config' to modify these settings
- Options name:
- science_dlib-cpp
- USES:
- cmake compiler:c++11-lang pkgconfig sqlite tar:bzip2 xorg
- 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 |
19.24.6 10 Nov 2024 12:08:40 |
Dimitry Andric (dim) |
science/dlib-cpp: fix build with libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes science/dlib-cpp to fail to compile with clang 19 and libc++
19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned int>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/science/dlib-cpp/work/dlib-19.24.6/dlib/bigint/../unicode/unicode.h:718:19:
note: in instantiation of template class 'std::basic_string<unsigned int>'
requested here
718 | const ustring convert_to_utf32 (
| ^ (Only the first 15 lines of the commit message are shown above ) |
19.24.6 26 Oct 2024 12:30:19 |
Gleb Popov (arrowd) |
science/dlib-cpp: Update to 19.24.6 |
19.24_1 09 Oct 2024 19:10:15 |
Dimitry Andric (dim) |
science/dlib-cpp: fix build with clang and libc++ 19
As noted in the libc++ 19 release notes [1], std::char_traits<> is now
only provided for char, char8_t, char16_t, char32_t and wchar_t, and any
instantiation for other types will fail.
This causes science/dlib-cpp to fail to compile with clang 19 and
libc++ 19, resulting in errors similar to:
/usr/include/c++/v1/string:820:42: error: implicit instantiation of undefined
template 'std::char_traits<unsigned int>'
820 | static_assert(is_same<_CharT, typename
traits_type::char_type>::value,
| ^
/wrkdirs/usr/ports/science/dlib-cpp/work/dlib-19.24/dlib/bigint/../unicode/unicode.h:496:26:
note: in instantiation of template class 'std::basic_string<unsigned int>'
requested here
496 | inline const ustring convert_utf8_to_utf32 (
| ^ (Only the first 15 lines of the commit message are shown above ) |
19.24_1 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
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) |
19.24 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 ) |
19.24 10 Aug 2022 16:06:40 |
Gleb Popov (arrowd) |
science/dlib-cpp: Update to 19.24 |
19.22 11 Apr 2021 22:45:40 |
Piotr Kubaj (pkubaj) |
science/dlib-cpp: remove the patch that is now committed upstream and breaks the
build on powerpc64le |
19.22 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
19.22 07 Apr 2021 07:22:33 |
Gleb Popov (arrowd) |
science/dlib-cpp and science/py-dlib: Update to 19.22
Remove USE_GCC=yes as it seems to be implied by using blaslapack:openblas |
19.21_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
19.21_1 11 Jan 2021 14:07:59 |
pkubaj |
science/dlib-cpp: fix build on powerpc64le
clang doesn't implement vec_rsqrt. |
19.21_1 03 Nov 2020 08:03:20 |
arrowd |
science/dlib-cpp: Build shared library instead of static one.
PR: 250815
Submitted by: yuri |
19.21 20 Aug 2020 09:50:18 |
arrowd |
science/dlib-cpp and science/py-dlib: Update to 19.21. |
19.20 23 Jun 2020 14:41:29 |
arrowd |
science/dlib-cpp and science/py-dlib: Update to 19.20
Reported by: portscout! |
19.19_1 06 May 2020 16:39:12 |
yuri |
Bump 37 ports depending on math/openblas through USES=blaslapack:openblas
because after the recent math/openblas update the library name changed in
openblas |
19.19 12 Feb 2020 17:28:11 |
arrowd |
science/dlib-cpp and science/py-dlib: Update to 19.19. |
19.17_3 30 Jan 2020 14:17:44 |
swills |
Fix math/openblas and bump dependent ports
* Fix build on i386 [1]
* Fix science/code_saturne build with new openblas [2]
* Avoid installing private headers [3]
* Prevent build from optimizing for host by correcting build confg [4]
* Bump portrevision of dependent ports [5]
This is correcting issues from r523749 [1][2][4] and r515970 [3]
PR: 231371
Reported by: build cluster [1]
Reported by: Dima Pasechnik <dimpase+freebsd@gmail.com> [2]
Reported by: many [5]
Reviewed by: mat, bapt
Approved by: implicit, since this is a build fix |
19.17_2 07 Nov 2019 18:41:56 |
zeising |
Add USES=xorg and USES=gl
Add USES=xorg and USES=gl to a few remaining ports. |
19.17_2 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
19.17_1 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
19.17 30 Mar 2019 14:42:53 |
arrowd |
Update science/dlib-cpp and science/py-dlib to 19.17.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19761 |
19.16 13 Mar 2019 05:10:06 |
linimon |
Fix build on gcc-based architectures:
C++11 is required to use dlib, but the version of GCC you are using is too old
and doesn't support C++11. You need GCC 4.8 or newer.
Approved by: portmgr (tier-2 blanket) |
19.16 23 Feb 2019 16:19:52 |
arrowd |
science/dlib-cpp and science/py-dlib: Update to 19.16.
Try to fix build of science/py-dlib on ARM archs.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D19307 |
19.13_2 25 Dec 2018 20:25:40 |
tcberner |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
19.13_2 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
19.13_1 09 Aug 2018 14:24:37 |
arrowd |
Set MAINTAINER of mine ports to @FreeBSD.org email.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16640 |
19.13_1 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
19.13 28 May 2018 11:34:44 |
arrowd |
Upgrade science/dlib-cpp and science/py-dlib to 19.13.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D15588 |
19.6 22 May 2018 13:15:13 |
mat |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
19.6 26 Apr 2018 20:39:17 |
adridg |
New ports science/dlib-cpp and science/py-dlib (Python bindings for the former)
Changed from the reviewed form:
- fixed typo's
- added support for suffixed Boost::Python
- removed commented-out lines from patch
Submitted by: arrowsvc (6yearold@gmail.com, new maintainer)
Reviewed by: tcberner, adridg
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14798 |