| Port details on branch 2026Q2 |
- tlfloat C++ template library for floating point operations
- 1.15.0_1 math
=0 1.15.0_1Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2026-06-13 20:27:27
- Last Update: 2026-06-13 20:24:58
- Commit Hash: 5f53711
- 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
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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
- Test dependencies:
-
- mpfr>0 : math/mpfr
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_tlfloat
- USES:
- cmake:testing compiler:c++20-lang pathfix
- 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 |
1.15.0_1 13 Jun 2026 20:24:58
    |
Robert Clausecker (fuz)  |
math/tlfloat: builds fine on armv7
Tested on FreeBSD 14.3 and 15.0.
Test suite passes, too.
MFH: 2026Q2
(cherry picked from commit 42f2073184d330fabefb21264a9fe20280f65f1d) |
Number of commits found: 1
|