Port details |
- the-algorithms-c++ Collection of various algorithms in mathematics, physics, etc
- g20240212 math
=2 g20240212Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2023-01-14 01:45:18
- Last Update: 2024-04-16 01:52:34
- Commit Hash: 8386809
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://thealgorithms.github.io/C-Plus-Plus/
- Description:
- TheAlgorithms/C-Plus-Plus is a collection of open-source implementation of a
variety of algorithms implemented in C++ and licensed under MIT License.
These algorithms span a variety of topics from computer science, mathematics
and statistics, data science, machine learning, engineering, etc. The
implementations and the associated documentation are meant to provide a learning
resource for educators and students. Hence, one may find more than one
implementation for the same objective but using a different algorithm strategies
and optimizations.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- the-algorithms-c++>0:math/the-algorithms-c++
- To install the port:
- cd /usr/ports/math/the-algorithms-c++/ && make install clean
- To add the package, run one of these commands:
- pkg install math/the-algorithms-c++
- pkg install the-algorithms-c++
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: the-algorithms-c++
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1712893762
SHA256 (TheAlgorithms-C-Plus-Plus-g20240212-2dadbf7_GH0.tar.gz) = c6aea4599513d6a75143a05c5adb15acbeb750bc7e0ed77487d50dc3f3c828e7
SIZE (TheAlgorithms-C-Plus-Plus-g20240212-2dadbf7_GH0.tar.gz) = 492990
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
- xorgproto>=0 : x11/xorgproto
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Runtime dependencies:
-
- xi.pc : x11/libXi
- xmu.pc : x11-toolkits/libXmu
- Library dependencies:
-
- libGL.so : graphics/libglvnd
- libglut.so : graphics/freeglut
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_the-algorithms-c++
- USES:
- cmake gl localbase:ldflags 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 |
g20240212 16 Apr 2024 01:52:34
    |
Yuri Victorovich (yuri)  |
math/the-algorithms-c++: Add workaround for compilation failure on 15-CURRENT
Reported by: fallout |
g20240212 12 Apr 2024 03:56:05
    |
Yuri Victorovich (yuri)  |
math/the-algorithms-c++: update g20230110 → g20240212 |
g20230110 12 Aug 2023 01:37:42
    |
Piotr Kubaj (pkubaj)  |
math/the-algorithms-c++: drop not necessary CMAKE_ARGS |
g20230110 13 Mar 2023 00:02:57
    |
Piotr Kubaj (pkubaj)  |
math/the-algorithms-c++: fix build without libomp
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
CMake Error at /usr/local/share/cmake/Modules/FindOpenMP.cmake:261
(try_compile):
Failed to configure test project build system.
Call Stack (most recent call first):
/usr/local/share/cmake/Modules/FindOpenMP.cmake:537 (_OPENMP_GET_FLAGS)
CMakeLists.txt:21 (find_package) |
g20230110 14 Jan 2023 01:42:19
    |
Yuri Victorovich (yuri)  |
math/the-algorithms-c++: New port: Collection of various algorithms in
mathematics, physics, etc |