Port details |
- gcem C++ header-only library for Generalized Constant Expression Math
- 1.18.0 devel
=2 1.18.0Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-09-01 20:58:10
- Last Update: 2024-04-29 07:21:42
- Commit Hash: a46e6a1
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://gcem.readthedocs.io/en/latest/
- Description:
- GCE-Math (Generalized Constant Expression Math) is a templated C++ library
enabling compile-time computation of mathematical functions.
Features:
* The library is written in C++11 constexpr format, and is C++11/14/17
compatible.
* Continued fraction expansions and series expansions are implemented using
recursive templates.
* The gcem:: syntax is identical to the C++ standard library (std::).
* Tested and accurate to floating-point precision against the C++ standard
library.
* Released under a permissive, non-GPL license.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/gcem/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/gcem
- pkg install gcem
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: gcem
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714364890
SHA256 (kthohr-gcem-v1.18.0_GH0.tar.gz) = 8e71a9f5b62956da6c409dda44b483f98c4a98ae72184f3aa4659ae5b3462e61
SIZE (kthohr-gcem-v1.18.0_GH0.tar.gz) = 57834
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_gcem
- USES:
- cmake compiler:c++11-lang
- 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 |
1.18.0 29 Apr 2024 07:21:42
    |
Yuri Victorovich (yuri)  |
devel/gcem: update 1.17.0 → 1.18.0
Reported by: portscout |
1.17.0 24 Apr 2023 05:41:01
    |
Yuri Victorovich (yuri)  |
devel/gcem: Update 1.16.0 → 1.17.0
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) |
1.16.0 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 ) |
1.16.0 28 Aug 2022 20:56:17
    |
Yuri Victorovich (yuri)  |
devel/gcem: Update 1.15.0 -> 1.16.0
Reported by: portscout |
1.15.0 01 Aug 2022 19:00:17
    |
Yuri Victorovich (yuri)  |
devel/gcem: Update 1.14.1 -> 1.15.0
Reported by: portscout |
1.14.1 27 Jan 2022 20:27:57
    |
Yuri Victorovich (yuri)  |
devel/gcem: Update 1.13.1 -> 1.14.1
Reported by: portscout |
1.13.1 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.13.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.13.1 05 Sep 2020 16:41:10
  |
yuri  |
devel/gcem: Update 1.12.0-23 -> 1.13.1
Reported by: portscout |
1.12.0.23 01 Sep 2020 20:58:02
  |
yuri  |
New port: devel/gcem: C++ header-only library for Generalized Constant
Expression Math |