Port details |
- tlfloat C++ template library for floating point operations
- 1.15.0 math
=1 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2025-09-21 12:33:06
- Last Update: 2025-09-30 19:47:58
- Commit Hash: 14daf13
- People watching this port, also watch:: py311-guppy3, R-cran-pwr, php83-pear, wa-aspell, ittapi
- License: BSL
- WWW:
- https://shibatch.github.io/tlfloat-doxygen/
- Description:
- This library implements C++ classes with which half, single, double, quadruple
and octuple precision IEEE 754 floating point numbers can be operated.
Internally, these classes are implemented as class templates on top of
arbitrary-precision integer class templates so that the templates are expanded
as arbitrary precision floating-point operations by just changing the template
parameters, rather than implementing each floating-point operation for each
precision. The arbitrary-precision integer class templates are also included in
this library.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- To install the port:
- cd /usr/ports/math/tlfloat/ && make install clean
- To add the package, run one of these commands:
- pkg install math/tlfloat
- pkg install tlfloat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: tlfloat
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1758390706
SHA256 (shibatch-tlfloat-v1.15.0_GH0.tar.gz) = f96a19273111de3c8818965dc3d68cbd66edaba62f03bcd2c06525a22197c97b
SIZE (shibatch-tlfloat-v1.15.0_GH0.tar.gz) = 266438
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
- Library dependencies:
-
- libmpfr.so : math/mpfr
- This port is required by:
- for Build
-
- math/sleef
Configuration Options:
- No options to configure
- Options name:
- math_tlfloat
- USES:
- cmake:testing compiler:c++20-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|