Fast_float provides a set of C++ header files for efficient string to float operations.
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
Download (HTTP): https://github.com/fastfloat/fast_float/archive/v8.0.2/fast_float-8.0.2.tar.gz
Download MD5 sum: 39fdfe888ddf705f3a2100f4b8af8b2a
Download size: 118.3 KB
Estimated disk space required: 1.2 MB
Estimated build time: 0.1 SBU
git-2.49.0 (for downloading some tests)
An Internet connection is needed for some tests of this package. The system certificate store may need to be set up with make-ca-1.15 before testing this package.
Install fast_float by running the following commands:
mkdir build && cd build && cmake -D CMAKE_INSTALL_PREFIX=/usr \ -D CMAKE_BUILD_TYPE=Release \ -G Ninja ..
To test the results, issue: cmake .. -D FASTFLOAT_TEST=ON && ninja test. Note that it'll download some test files from the Internet.
Now, as the root
user:
ninja install