Sun, 25 Jan 2026 10:30:10 CST | login

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

ID35980
Package Nameghc-double-conversion
Version2.0.4.2
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/ghc-double-conversion.git?.#0a9f86befb2bc9a02211b40d0f06aca76b693c19
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 byepol-bot
State complete
Volume DEFAULT
StartedMon, 01 Sep 2025 23:03:27 CST
CompletedMon, 01 Sep 2025 23:09:03 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/ghc-double-conversion.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/ghc-double-conversion.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
ghc-double-conversion-2.0.4.2-2.oc9.src.rpm (info) (download)
aarch64
ghc-double-conversion-2.0.4.2-2.oc9.aarch64.rpm (info) (download)
ghc-double-conversion-devel-2.0.4.2-2.oc9.aarch64.rpm (info) (download)
loongarch64
ghc-double-conversion-2.0.4.2-2.oc9.loongarch64.rpm (info) (download)
ghc-double-conversion-devel-2.0.4.2-2.oc9.loongarch64.rpm (info) (download)
noarch
ghc-double-conversion-doc-2.0.4.2-2.oc9.noarch.rpm (info) (download)
x86_64
ghc-double-conversion-2.0.4.2-2.oc9.x86_64.rpm (info) (download)
ghc-double-conversion-devel-2.0.4.2-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
build.log
dnf.log
root.log
hw_info.log
installed_pkgs.log
dnf.librepo.log
mock_config.log
state.log
dnf.rpm.log
mock_output.log
noarch_rpmdiff.json
aarch64
installed_pkgs.log
state.log
dnf.librepo.log
hw_info.log
build.log
mock_output.log
mock_config.log
dnf.log
dnf.rpm.log
root.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jun 05 2025 bbrucezhang <bbrucezhang@tencent.com> - 2.0.4.2-2 - Rebuilt for loongarch64 * Fri Apr 12 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 2.0.4.2-1 - initial build