Information for build gmp-6.3.0-3.ocs23
ID | 20392 | |||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | gmp | |||||||||||||||||||||||||||||||||||||||||||||||||
Version | 6.3.0 | |||||||||||||||||||||||||||||||||||||||||||||||||
Release | 3.ocs23 | |||||||||||||||||||||||||||||||||||||||||||||||||
Epoch | ||||||||||||||||||||||||||||||||||||||||||||||||||
Source | git+https://gitee.com/opencloudos-stream/gmp.git?.#5d8a0abd981abad5237446a9ce6d2a30d839c550 | |||||||||||||||||||||||||||||||||||||||||||||||||
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 | ocs-bot | |||||||||||||||||||||||||||||||||||||||||||||||||
State | complete | |||||||||||||||||||||||||||||||||||||||||||||||||
Volume | DEFAULT | |||||||||||||||||||||||||||||||||||||||||||||||||
Started | Thu, 26 Sep 2024 23:56:45 CST | |||||||||||||||||||||||||||||||||||||||||||||||||
Completed | Fri, 27 Sep 2024 00:17:21 CST | |||||||||||||||||||||||||||||||||||||||||||||||||
Task | build (dist-ocs23-base, /opencloudos-stream/gmp.git:.:origin/master) | |||||||||||||||||||||||||||||||||||||||||||||||||
Extra | {'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/gmp.git?.#origin/master'}} | |||||||||||||||||||||||||||||||||||||||||||||||||
Tags |
|
|||||||||||||||||||||||||||||||||||||||||||||||||
RPMs |
|
|||||||||||||||||||||||||||||||||||||||||||||||||
Logs | ||||||||||||||||||||||||||||||||||||||||||||||||||
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 |