Port details on branch 2024Q4 |
- py-dlib Machine learning framework written in C++ (python bindings)
- 19.24.2 science =0 19.24.2Version of this port present on the latest quarterly branch.
- Maintainer: arrowd@FreeBSD.org
- Port Added: 2024-11-04 07:39:16
- Last Update: 2024-11-04 07:38:35
- Commit Hash: 1ea91c3
- 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 = 1702946751
SHA256 (dlib-19.24.2.tar.gz) = 2d4f618073bc6b297aa01ce05595a2d32b5b37e69cafd99f796e77346f6dcfb5
SIZE (dlib-19.24.2.tar.gz) = 11767533
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
- x11.pc : x11/libX11
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-setuptools>=63.1.0 : devel/py-setuptools@py311
- python3.11 : lang/python311
- x11.pc : x11/libX11
- Library dependencies:
-
- libboost_python311.so : devel/boost-python-libs@py311
- libpng.so : graphics/png
- libgif.so : graphics/giflib
- libjpeg.so : graphics/jpeg-turbo
- libsqlite3.so : databases/sqlite3
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-dlib-19.24.2:
AVX=off: Use AVX instructions if supported by CPU
BLASLAPACK=off: Use Blas and Lapack libraries from ports
GIF=on: GIF image format support
JPEG=on: JPEG image format support
SQLITE=on: SQLite database support
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- science_py-dlib
- USES:
- cmake:indirect compiler:c++11-lang pkgconfig python shebangfix jpeg sqlite xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
19.24.2 04 Nov 2024 07:38:35 |
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 ) |
Number of commits found: 1
|