Sun, 29 Jun 2025 21:01:14 CST | login

Information for build gmp-6.3.0-3.oc9

ID33398
Package Namegmp
Version6.3.0
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/src-opencloudos-rpms/gmp.git?.#8f3e2b9b4e4d4a9c4f58118cb6a5319a92d16835
SummaryLibrary for arbitrary precision arithmetic
DescriptionGMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. The main target applications for GMP are cryptography applications and research, Internet security applications, algebra systems, computational algebra research, etc. GMP is carefully designed to be as fast as possible, both for small operands and for huge operands. The speed is achieved by using fullwords as the basic arithmetic type, by using fast algorithms, with highly optimised assembly code for the most common inner loops for a lot of CPUs, and by a general emphasis on speed. There are several categories of functions in GMP: 1.High-level signed integer arithmetic functions (mpz). 2.High-level rational arithmetic functions (mpq). 3.High-level floating-point arithmetic functions (mpf). 4.C++ class based interface to all of the above. 5.Low-level positive-integer, hard-to-use, very low overhead functions (mpn).
Built bybbrucezhang
State complete
Volume DEFAULT
StartedTue, 22 Apr 2025 20:18:44 CST
CompletedTue, 22 Apr 2025 21:56:31 CST
Taskbuild (dist-oc9, /src-opencloudos-rpms/gmp.git:.:origin/oc9)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/gmp.git?.#origin/oc9'}}
Tags
dist-oc9
dist-oc9-compose
RPMs
src
gmp-6.3.0-3.oc9.src.rpm (info) (download)
aarch64
gmp-6.3.0-3.oc9.aarch64.rpm (info) (download)
gmp-c++-6.3.0-3.oc9.aarch64.rpm (info) (download)
gmp-devel-6.3.0-3.oc9.aarch64.rpm (info) (download)
gmp-static-6.3.0-3.oc9.aarch64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-3.oc9.aarch64.rpm (info) (download)
gmp-debuginfo-6.3.0-3.oc9.aarch64.rpm (info) (download)
gmp-debugsource-6.3.0-3.oc9.aarch64.rpm (info) (download)
loongarch64
gmp-6.3.0-3.oc9.loongarch64.rpm (info) (download)
gmp-c++-6.3.0-3.oc9.loongarch64.rpm (info) (download)
gmp-devel-6.3.0-3.oc9.loongarch64.rpm (info) (download)
gmp-static-6.3.0-3.oc9.loongarch64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-3.oc9.loongarch64.rpm (info) (download)
gmp-debuginfo-6.3.0-3.oc9.loongarch64.rpm (info) (download)
gmp-debugsource-6.3.0-3.oc9.loongarch64.rpm (info) (download)
x86_64
gmp-6.3.0-3.oc9.x86_64.rpm (info) (download)
gmp-c++-6.3.0-3.oc9.x86_64.rpm (info) (download)
gmp-devel-6.3.0-3.oc9.x86_64.rpm (info) (download)
gmp-static-6.3.0-3.oc9.x86_64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-3.oc9.x86_64.rpm (info) (download)
gmp-debuginfo-6.3.0-3.oc9.x86_64.rpm (info) (download)
gmp-debugsource-6.3.0-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
loongarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Sep 26 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.3.0-3 - Rebuilt for clarifying the packages requirement in BaseOS and AppStream * Fri Aug 16 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.3.0-2 - Rebuilt for loongarch release * Mon Jan 15 2024 Miaojun Dong <zoedong@tencent.com> - 6.3.0-1 - Upgrade to version 6.3.0 * Fri Sep 08 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.2.1-4 - Rebuilt for OpenCloudOS Stream 23.09 * Fri Apr 28 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.2.1-3 - Rebuilt for OpenCloudOS Stream 23.05 * Fri Mar 31 2023 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 6.2.1-2 - Rebuilt for OpenCloudOS Stream 23 * Wed Jul 20 2022 rockerzhu <rockerzhu@tencent.com> - 6.2.1-1 - Initial build