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
57f77d4e
Commit
57f77d4e
authored
2 years ago
by
Adrien Béraud
Browse files
Options
Downloads
Patches
Plain Diff
contrib: update {fmt} to version 9.0.0
Change-Id: I4c08894e51857f89db1a8249d24d3ee606354703
parent
f9d8ff5d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
contrib/src/fmt/SHA512SUMS
+1
-0
1 addition, 0 deletions
contrib/src/fmt/SHA512SUMS
contrib/src/fmt/package.json
+2
-2
2 additions, 2 deletions
contrib/src/fmt/package.json
contrib/src/fmt/rules.mak
+2
-2
2 additions, 2 deletions
contrib/src/fmt/rules.mak
with
5 additions
and
4 deletions
contrib/src/fmt/SHA512SUMS
+
1
−
0
View file @
57f77d4e
8770bf4bd2bb6d938e75e0cf1e665c41930dbd9d2a6825274a5a43cd1d85b9c9ca621bb040ed099429f0e16bddbc3399361c453eb1bf3fc01376e6ad9dd875b7 fmt-6.1.2.tar.gz
f9612a53c93654753572ac038e52c683f3485691493750d5c2fdb48f3a769e181bfeab8035041cae02bf14cd67df30ec3c5614d7db913f85699cd9da8072bdf8 fmt-9.0.0.tar.gz
This diff is collapsed.
Click to expand it.
contrib/src/fmt/package.json
+
2
−
2
View file @
57f77d4e
{
"name"
:
"fmt"
,
"version"
:
"
5.3
.0"
,
"version"
:
"
9.0
.0"
,
"url"
:
"https://github.com/fmtlib/fmt/archive/__VERSION__.tar.gz"
,
"deps"
:
[],
"patches"
:
[],
...
...
@@ -9,7 +9,7 @@
"with_env"
:
""
,
"custom_scripts"
:
{
"pre_build"
:
[
"mkdir msvc & cd msvc & cmake .. -G %CMAKE_GENERATOR% -DBUILD_SHARED_LIBS=Off -DFMT_
USE_USER_DEFINED_LITERALS=0
"
"mkdir msvc & cd msvc & cmake .. -G %CMAKE_GENERATOR% -DBUILD_SHARED_LIBS=Off -DFMT_
TEST=Off
"
],
"build"
:
[],
"post_build"
:
[]
...
...
This diff is collapsed.
Click to expand it.
contrib/src/fmt/rules.mak
+
2
−
2
View file @
57f77d4e
# FMT
FMT_VERSION
:=
6.1.2
FMT_VERSION
:=
9.0.0
FMT_URL
:=
https://github.com/fmtlib/fmt/archive/
$(
FMT_VERSION
)
.tar.gz
PKGS
+=
fmt
...
...
@@ -8,7 +8,7 @@ PKGS_FOUND += fmt
endif
# fmt 5.3.0 fix: https://github.com/fmtlib/fmt/issues/1267
FMT_CMAKECONF
=
-DBUILD_SHARED_LIBS
=
Off
-DFMT_USE_USER_DEFINED_LITERALS
=
0
\
FMT_CMAKECONF
=
-DBUILD_SHARED_LIBS
=
Off
\
-DFMT_TEST
=
Off
\
CMAKE_INSTALL_LIBDIR
=
$(
PREFIX
)
/lib
...
...
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