Name: | fast_float-devel |
---|---|
Version: | 1.1.2 |
Release: | 3.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 107988 |
License: | ASL 2.0 or MIT |
RPM: | fast_float-devel-1.1.2-3.el8.noarch.rpm |
Source RPM: | fast_float-1.1.2-3.el8.src.rpm |
Build Date: | Mon Mar 14 2022 |
Build Host: | build-ol8-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/fastfloat/fast_float |
Summary: | Fast & exact implementation of C++ from_chars for float/double |
Description: | The fast_float library provides fast header-only implementations for the C++ from_chars functions for float and double types. These functions convert ASCII strings representing decimal values (e.g., 1.3e10) into binary types. We provide exact rounding (including round to even). In our experience, these fast_float functions many times faster than comparable number-parsing functions from existing C++ standard libraries. |
- Export CMake targets as arch-independent
- Stop meddling with install path for .cmake files - Let the -devel package be noarch - Fixed CMake configs installation. Fixes RHBZ#2059643.
- Update to 1.1.2 - Drop fast_float-1.1.1-system-doctest.patch; now merged upstream - Add EPEL8 support - Do not compile tests with -Werror
- Initial package