Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
jami-daemon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
savoirfairelinux
jami-daemon
Commits
e249bb7e
Commit
e249bb7e
authored
1 year ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update gmp to 6.3.0
Change-Id: I697f6bc586904c7bf7110c755e10e5dff08e69d7
parent
ae27e7b6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/gmp/SHA512SUMS
+1
-2
1 addition, 2 deletions
contrib/src/gmp/SHA512SUMS
contrib/src/gmp/rules.mak
+1
-11
1 addition, 11 deletions
contrib/src/gmp/rules.mak
with
2 additions
and
13 deletions
contrib/src/gmp/SHA512SUMS
+
1
−
2
View file @
e249bb7e
8904334a3bcc5c896ececabc75cda9dec642e401fb5397c4992c4fabea5e962c9ce8bd44e8e4233c34e55c8010cc28db0545f5f750cbdbb5f00af538dc763be9 gmp-6.2.1.tar.bz2
3b684c9bcb9ede2b7e54d0ba4c9764bfa17c20d4f3000017c553b6f1e135b536949580ff37341680c25dc236cfe0ba1db8cfdfe619ce013656189ef0871b89f8 gmp-6.3.0.tar.bz2
e16b5b46d66872270e6987318172c3457ba008e4f21c7622e774b418769dd9a3a9a4521d4bfc61de239e55c5f810c057ec9dacc01a42dbece064d8c5c9a2650a gmp-6.2.99-20221117121717.tar.bz2
This diff is collapsed.
Click to expand it.
contrib/src/gmp/rules.mak
+
1
−
11
View file @
e249bb7e
# GNU Multiple Precision Arithmetic
# GNU Multiple Precision Arithmetic
ifdef
HAVE_MACOSX
GMP_VERSION
:=
6.3.0
ifeq
($(ARCH),arm64)
GMP_VERSION
:=
6.2.99-20221117121717
GMP_URL
:=
https://gmplib.org/download/snapshot/gmp-next/gmp-
$(
GMP_VERSION
)
.tar.zst
else
GMP_VERSION
:=
6.2.1
GMP_URL
:=
$(
GNU
)
/gmp/gmp-
$(
GMP_VERSION
)
.tar.bz2
endif
else
GMP_VERSION
:=
6.2.1
GMP_URL
:=
$(
GNU
)
/gmp/gmp-
$(
GMP_VERSION
)
.tar.bz2
GMP_URL
:=
$(
GNU
)
/gmp/gmp-
$(
GMP_VERSION
)
.tar.bz2
endif
$(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2
:
$(TARBALLS)/gmp-$(GMP_VERSION).tar.bz2
:
$(
call download,
$(
GMP_URL
))
$(
call download,
$(
GMP_URL
))
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment