Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gmp: Update to v6.3.0 #402

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified g/gmp/manifest.x86_64.bin
Binary file not shown.
21 changes: 16 additions & 5 deletions g/gmp/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
/** Human readable report. This is not consumed by boulder */
{
"manifest-version": "0.1",
"manifest-version": "0.2",
"packages": {
"gmp": {
"build-depends": [
"binary(file)",
"binary(m4)"
],
"depends": [
"soname(libc++.so.1(x86_64))",
"soname(libc.so.6(x86_64))",
Expand All @@ -11,9 +15,9 @@
],
"files": [
"/usr/lib/libgmp.so.10",
"/usr/lib/libgmp.so.10.4.1",
"/usr/lib/libgmp.so.10.5.0",
"/usr/lib/libgmpxx.so.4",
"/usr/lib/libgmpxx.so.4.6.1",
"/usr/lib/libgmpxx.so.4.7.0",
"/usr/share/info/gmp.info",
"/usr/share/info/gmp.info-1",
"/usr/share/info/gmp.info-2"
Expand All @@ -25,6 +29,13 @@
]
},
"gmp-devel": {
"build-depends": [
"binary(file)",
"binary(m4)"
],
"depends": [
"gmp"
],
"files": [
"/usr/include/gmp.h",
"/usr/include/gmpxx.h",
Expand All @@ -43,6 +54,6 @@
}
},
"source-name": "gmp",
"source-release": "2",
"source-version": "6.2.1"
"source-release": "3",
"source-version": "6.3.0"
}
11 changes: 8 additions & 3 deletions g/gmp/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
# SPDX-License-Identifier: MPL-2.0
#
name : gmp
version : 6.2.1
release : 2
version : 6.3.0
release : 3
summary : Library for arbitrary precision arithmetic
license :
- GPL-2.0-or-later
Expand All @@ -14,7 +14,7 @@ homepage : https://www.gmplib.org/
description : |
Library for arbitrary precision arithmetic.
upstreams :
- https://ftp.gnu.org/gnu/gmp/gmp-6.2.1.tar.xz: fd4829912cddd12f84181c3451cc752be224643e87fac497b69edddadc49b4f2
- https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz: a3c2b80201b89e68616f4ad30bc66aee4927c3ce50e33929ca819d5c43538898
builddeps :
- binary(file)
- binary(m4)
Expand All @@ -24,3 +24,8 @@ build : |
%make
install : |
%make_install
check : |
%make check
tuning :
- lto
- optimize: speed