Information for build gmp-6.3.0-1.oc9
ID | 21317 | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | gmp | ||||||||||||||||||||||||||||||||||
Version | 6.3.0 | ||||||||||||||||||||||||||||||||||
Release | 1.oc9 | ||||||||||||||||||||||||||||||||||
Epoch | |||||||||||||||||||||||||||||||||||
Source | git+https://gitee.com/src-opencloudos-rpms/gmp.git?.#ef22bc693d478815130ef090927c31199269f1f3 | ||||||||||||||||||||||||||||||||||
Summary | Library for arbitrary precision arithmetic | ||||||||||||||||||||||||||||||||||
Description | GMP 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 by | denisecheng | ||||||||||||||||||||||||||||||||||
State | complete | ||||||||||||||||||||||||||||||||||
Volume | DEFAULT | ||||||||||||||||||||||||||||||||||
Started | Tue, 26 Mar 2024 00:12:53 CST | ||||||||||||||||||||||||||||||||||
Completed | Tue, 26 Mar 2024 00:17:34 CST | ||||||||||||||||||||||||||||||||||
Task | build (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 |
|
||||||||||||||||||||||||||||||||||
RPMs |
|
||||||||||||||||||||||||||||||||||
Logs |
|
||||||||||||||||||||||||||||||||||
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 |