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
13e51e88
Commit
13e51e88
authored
10 months ago
by
Adrien Béraud
Committed by
Adrien Béraud
10 months ago
Browse files
Options
Downloads
Patches
Plain Diff
contrib: download gmp from gmplib.org
Change-Id: I15a5f7729a5296ecc6e7e1ad0b3ec1ae10797269
parent
5817b3ef
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
contrib/src/gmp/SHA512SUMS
+1
-1
1 addition, 1 deletion
contrib/src/gmp/SHA512SUMS
contrib/src/gmp/rules.mak
+4
-4
4 additions, 4 deletions
contrib/src/gmp/rules.mak
with
5 additions
and
5 deletions
contrib/src/gmp/SHA512SUMS
+
1
−
1
View file @
13e51e88
3b684c9bcb9ede2b7e54d0ba4c9764bfa17c20d4f3000017c553b6f1e135b536949580ff37341680c25dc236cfe0ba1db8cfdfe619ce013656189ef0871b89f8
gmp-6.3.0.tar.
bz2
e85a0dab5195889948a3462189f0e0598d331d3457612e2d3350799dba2e244316d256f8161df5219538eb003e4b5343f989aaa00f96321559063ed8c8f29fd2
gmp-6.3.0.tar.
xz
This diff is collapsed.
Click to expand it.
contrib/src/gmp/rules.mak
+
4
−
4
View file @
13e51e88
...
...
@@ -3,18 +3,18 @@
GMP_VERSION
:=
6.3.0
PKG_CPE
+=
cpe:2.3:a:gmplib:gmp:
$(
GMP_VERSION
)
:
*
:
*
:
*
:
*
:
*
:
*
:
*
GMP_URL
:=
$(
GNU
)
/gmp/gmp-
$(
GMP_VERSION
)
.tar.
bz2
GMP_URL
:=
https://gmplib.org/download
/gmp/gmp-
$(
GMP_VERSION
)
.tar.
xz
ifeq
($(call need_pkg,'gmp >= 6.2.0'),)
PKGS_FOUND
+=
gmp
endif
$(TARBALLS)/gmp-$(GMP_VERSION).tar.
bz2
:
$(TARBALLS)/gmp-$(GMP_VERSION).tar.
xz
:
$(
call download,
$(
GMP_URL
))
.sum-gmp
:
gmp-$(GMP_VERSION).tar.
bz2
.sum-gmp
:
gmp-$(GMP_VERSION).tar.
xz
gmp
:
gmp-$(GMP_VERSION).tar.
bz2
.sum-gmp
gmp
:
gmp-$(GMP_VERSION).tar.
xz
.sum-gmp
$(
UNPACK
)
ifdef
HAVE_IOS
$(
APPLY
)
$(
SRC
)
/gmp/clock_gettime.patch
...
...
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