Information for build gmp-6.3.0-1.oc9

ID21317
Package Namegmp
Version6.3.0
Release1.oc9
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/gmp.git?.#ef22bc693d478815130ef090927c31199269f1f3
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 bydenisecheng
State complete
Volume DEFAULT
StartedTue, 26 Mar 2024 00:12:53 CST
CompletedTue, 26 Mar 2024 00:17:34 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
dist-oc9.0-compose
RPMs
src
gmp-6.3.0-1.oc9.src.rpm (info) (download)
aarch64
gmp-6.3.0-1.oc9.aarch64.rpm (info) (download)
gmp-c++-6.3.0-1.oc9.aarch64.rpm (info) (download)
gmp-devel-6.3.0-1.oc9.aarch64.rpm (info) (download)
gmp-static-6.3.0-1.oc9.aarch64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-1.oc9.aarch64.rpm (info) (download)
gmp-debuginfo-6.3.0-1.oc9.aarch64.rpm (info) (download)
gmp-debugsource-6.3.0-1.oc9.aarch64.rpm (info) (download)
x86_64
gmp-6.3.0-1.oc9.x86_64.rpm (info) (download)
gmp-c++-6.3.0-1.oc9.x86_64.rpm (info) (download)
gmp-devel-6.3.0-1.oc9.x86_64.rpm (info) (download)
gmp-static-6.3.0-1.oc9.x86_64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-1.oc9.x86_64.rpm (info) (download)
gmp-debuginfo-6.3.0-1.oc9.x86_64.rpm (info) (download)
gmp-debugsource-6.3.0-1.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
Changelog * 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