Port details |
- py-dlib Machine learning framework written in C++ (python bindings)
- 19.24.6 science =2 19.24.2Version 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-04 07:37:27
- Commit Hash: e494e79
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: devel math python
- 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 - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}dlib>0:science/py-dlib@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/science/py-dlib/ && make install clean
- To add the package, run one of these commands:
- pkg install science/py-dlib
- pkg install py311-dlib
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-dlib listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-dlib
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1729934493
SHA256 (dlib-19.24.6.tar.gz) = 77e3c28ac2c66141514b07cbb74b7c7f80381c019ce5fec99007980bc6490d7d
SIZE (dlib-19.24.6.tar.gz) = 3374495
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
- pkgconf>=1.3.0_1 : devel/pkgconf
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- Library dependencies:
-
- libboost_python311.so : devel/boost-python-libs@py311
- libpng.so : graphics/png
- libgif.so : graphics/giflib
- libsqlite3.so : databases/sqlite3
- This port is required by:
- for Run
-
- graphics/py-face_recognition
- security/howdy
Configuration Options:
- ===> The following configuration options are available for py311-dlib-19.24.6:
BLASLAPACK=off: Use OpenBLAS for matrix operations
===> Use 'make config' to modify these settings
- Options name:
- science_py-dlib
- USES:
- cmake:indirect compiler:c++11-lang pkgconfig python shebangfix sqlite
- 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 04 Nov 2024 07:37:27 |
Dimitry Andric (dim) |
science/py-dlib: 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/py-dlib 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/py-dlib/work-py311/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/py-dlib: Update to 19.24.6 |
19.24.2 11 Apr 2024 09:16:53 |
Max Brazhnikov (makc) |
*/*: convert to cmake:indirect
Convert bunch of ports to USES=cmake:indirect |
19.24.2 19 Dec 2023 16:33:52 |
Gleb Popov (arrowd) Author: Wen Heping |
science/py-dlib: Update to 19.24.2 |
19.24_2 28 Jul 2023 17:13:17 |
Daniel Engberg (diizzy) |
*/*: Bump jpeg-turbo users treewide
New major version 3.0.0 |
19.24_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> |
19.24_1 03 Apr 2023 21:31:12 |
Dima Panov (fluffy) |
science/py-dlib: limit python upper version to 3.10 (+)
dlib is currently not supported Python 3.11+
Reported by: poudriere bulk -t
Approved by: portmgr blanket |
19.24_1 09 Sep 2022 20:32:24 |
Daniel Engberg (diizzy) |
*/*: Update path set in BUILD_DEPENDS for CMake
Commit b23ea4e2d2f51b53d8915fe9fd7b4efbdd575e38 changed its location to
devel/cmake-core
Approved by: portmgr (blanket) |
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_1 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_1 12 Aug 2022 14:46:53 |
Dima Panov (fluffy) |
*/*: bump all consumers after recent boost upgrade |
19.24 10 Aug 2022 16:06:40 |
Gleb Popov (arrowd) |
science/py-dlib: Update to 19.24 |
19.22 11 Apr 2021 17:08:35 |
Piotr Kubaj (pkubaj) |
science/py-dlib: fix build on powerpc64le
The patch has been committed to upstream and actually now breaks build. |
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 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
19.21 25 Jan 2021 12:59:43 |
pkubaj |
science/py-dlib: fix build on powerpc64le
Same issue as in dlib-cpp. |
19.21 09 Jan 2021 20:51:19 |
rene |
science/py-dlib: remove unused py27 flavor code. |
19.21 28 Dec 2020 23:02:15 |
antoine |
Drop python 2.7 support from a few ports
With hat: portmgr |
19.21 29 Aug 2020 18:15:01 |
arrowd |
science/py-dlib: Fix plist.
Reported by: pkg-fallout |
19.21 22 Aug 2020 08:57:40 |
arrowd |
science/py-dlib: Fix plist for non-default python flavors.
Reported by: pkg-fallout |
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 12 Feb 2020 17:28:11 |
arrowd |
science/dlib-cpp and science/py-dlib: Update to 19.19. |
19.17_5 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_4 11 Dec 2019 17:53:49 |
jbeich |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
19.17_3 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_3 19 Aug 2019 15:35:28 |
jbeich |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
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 12 Apr 2019 06:36:31 |
jbeich |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
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 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_1 22 Dec 2018 01:18:32 |
linimon |
This port needs a newer GCC to build, so add USES=compiler:c++11-lang
to fix build on GCC-based architectures.
Additionally, it tests for AVX support even if AVX option is off,
which breaks the build.
Explicitly disable AVX when AVX option is off. Since avxargs is used
by BLASLAPACK option, rename their avxags to blaslapackargs.
While here, pet portlint (whitespace).
PR: 234179
Submitted by: Piotr Kubaj
Approved by: maintainer |
19.13_1 12 Dec 2018 00:15:50 |
jbeich |
devel/boost-*: update to 1.69.0
Changes: http://www.boost.org/users/history/version_1_69_0.html
PR: 232525
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D17645 |
19.13 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 22 Jun 2018 01:15:20 |
linimon |
Mark these ports as broken on aarch64, and, where appropriate, on armvX.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
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 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 |