Tue, 11 Mar 2025 23:12:21 CST | login

Information for build gmp-6.3.0-3.ocs23

ID20392
Package Namegmp
Version6.3.0
Release3.ocs23
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/gmp.git?.#5d8a0abd981abad5237446a9ce6d2a30d839c550
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 byocs-bot
State complete
Volume DEFAULT
StartedThu, 26 Sep 2024 23:56:45 CST
CompletedFri, 27 Sep 2024 00:17:21 CST
Taskbuild (dist-ocs23-base, /opencloudos-stream/gmp.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/gmp.git?.#origin/master'}}
Tags
dist-ocs23-base
RPMs
src
gmp-6.3.0-3.ocs23.src.rpm (info) (download)
aarch64
gmp-6.3.0-3.ocs23.aarch64.rpm (info) (download)
gmp-c++-6.3.0-3.ocs23.aarch64.rpm (info) (download)
gmp-devel-6.3.0-3.ocs23.aarch64.rpm (info) (download)
gmp-static-6.3.0-3.ocs23.aarch64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-3.ocs23.aarch64.rpm (info) (download)
gmp-debuginfo-6.3.0-3.ocs23.aarch64.rpm (info) (download)
gmp-debugsource-6.3.0-3.ocs23.aarch64.rpm (info) (download)
loongarch64
gmp-6.3.0-3.ocs23.loongarch64.rpm (info) (download)
gmp-c++-6.3.0-3.ocs23.loongarch64.rpm (info) (download)
gmp-devel-6.3.0-3.ocs23.loongarch64.rpm (info) (download)
gmp-static-6.3.0-3.ocs23.loongarch64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-3.ocs23.loongarch64.rpm (info) (download)
gmp-debuginfo-6.3.0-3.ocs23.loongarch64.rpm (info) (download)
gmp-debugsource-6.3.0-3.ocs23.loongarch64.rpm (info) (download)
x86_64
gmp-6.3.0-3.ocs23.x86_64.rpm (info) (download)
gmp-c++-6.3.0-3.ocs23.x86_64.rpm (info) (download)
gmp-devel-6.3.0-3.ocs23.x86_64.rpm (info) (download)
gmp-static-6.3.0-3.ocs23.x86_64.rpm (info) (download)
gmp-c++-debuginfo-6.3.0-3.ocs23.x86_64.rpm (info) (download)
gmp-debuginfo-6.3.0-3.ocs23.x86_64.rpm (info) (download)
gmp-debugsource-6.3.0-3.ocs23.x86_64.rpm (info) (download)
Logs
x86_64
installed_pkgs.log
build.log
state.log
hw_info.log
root.log
mock_output.log
aarch64
root.log
state.log
installed_pkgs.log
hw_info.log
build.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