Mon, 02 Dec 2024 23:22:25 UTC | login

Information for build ghc-double-conversion-2.0.4.2-2.fc38

ID235118
Package Nameghc-double-conversion
Version2.0.4.2
Release2.fc38
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/ghc-double-conversion.git#3466bf9959d841ff8373a1cada440b353f74dbc7
SummaryFast conversion between single and double precision floating point and text
DescriptionA library that performs fast, accurate conversion between floating point and text. This library is implemented as bindings to the C++ 'double-conversion' library written by Florian Loitsch at Google: <https://github.com/floitsch/double-conversion>. Now it can convert single precision numbers, and also it can create Builder, instead of bytestring or text. The 'Text' versions of these functions are about 30 times faster than the default 'show' implementation for the 'Double' type. The 'ByteString' versions are have very close speed to the 'Text' versions; Builder versions (both for Text and Bytestring) are slower on single value, but they are much faster on large number of values (up to 20x faster on list with 20000 doubles). As a final note, be aware that the 'bytestring-show' package is about 50% slower than simply using 'show'.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 04 Mar 2023 12:03:05 UTC
CompletedSat, 04 Mar 2023 15:13:11 UTC
Taskbuild (f38, /rpms/ghc-double-conversion.git:3466bf9959d841ff8373a1cada440b353f74dbc7)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/ghc-double-conversion.git#3466bf9959d841ff8373a1cada440b353f74dbc7'}}
Tags
f38
RPMs
src
ghc-double-conversion-2.0.4.2-2.fc38.src.rpm (info) (download)
noarch
ghc-double-conversion-doc-2.0.4.2-2.fc38.noarch.rpm (info) (download)
riscv64
ghc-double-conversion-2.0.4.2-2.fc38.riscv64.rpm (info) (download)
ghc-double-conversion-devel-2.0.4.2-2.fc38.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Jan 22 2023 Jens Petersen <petersen@redhat.com> - 2.0.4.2-1 - https://hackage.haskell.org/package/double-conversion-2.0.4.2/changelog - refresh to cabal-rpm-2.1.0 with SPDX migration * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.2.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jun 17 2022 Jens Petersen <petersen@redhat.com> - 2.0.2.0-4 - rebuild * Sun Mar 27 2022 Jens Petersen <petersen@redhat.com> - 2.0.2.0-3 - devel requires gcc-c++ for x86_64 to find libstdc++ * Thu Mar 24 2022 Jens Petersen <petersen@redhat.com> - 2.0.2.0-2 - devel requires libstdc++-devel * Tue Mar 22 2022 Jens Petersen <petersen@redhat.com> - 2.0.2.0-1 - spec file generated by cabal-rpm-2.0.11