-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fmt: update to 9.0.0. #38916
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
fmt: update to 9.0.0. #38916
Conversation
srcpkgs/cryfs/template
Outdated
| hostmakedepends="pkg-config python3" | ||
| makedepends="boost-devel fuse-devel libcurl-devel libgomp-devel crypto++-devel | ||
| spdlog" | ||
| spdlog range-v3" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC range-v3 can be in hostmakedepends, because it’s only used for code generation.
See: JamiKettunen@ffb2da4
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope
| configure_args="-DCRYFS_UPDATE_CHECKS=off | ||
| -DBoost_USE_STATIC_LIBS=OFF -DCMAKE_CXX_STANDARD_LIBRARIES=-lfmt" | ||
| configure_args="-DCRYFS_UPDATE_CHECKS=off -DBoost_USE_STATIC_LIBS=OFF | ||
| -DCMAKE_CXX_STANDARD_LIBRARIES=-lfmt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC, -DCMAKE_CXX_STANDARD_LIBRARIES=-lfmt isn’t needed here unless you remove fmt-devel from makedepends.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I notice the cryfs template doesn’t have fmt-devel in makedepends presently. It probably should (see: cryfs/cryfs#432 (comment)).
| distfiles="https://github.com/cryfs/cryfs/releases/download/${version}/${pkgname}-${version}.tar.gz" | ||
| checksum=004c7fdf537062e197aaa0bcdafd2682904a279802441bb6063cb72c1fba52d2 | ||
| checksum=a89ab8fea2d494b496867107ec0a3772fe606ebd71ef12152fcd233f463a2c00 | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I recall builds failing without CXX_FLAGS="-pthread" here.
[ci skip]
Packages bumped and status: