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

Update flux to version 0.4.0 #42026

Closed
Closed
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
6 changes: 2 additions & 4 deletions ports/flux/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tcbrindle/flux
REF 1c128b50af95fc39b6683d437f9210239e219836
SHA512 c07d3053227d6a62f5a7b0aba8535c0ed42195249d131a77989b3ee79a697f8d540b68639dcd9e89b5cdd76ee5d7f07db9b3be23bc325761c85af625f507e393
REF 43c09af5cc2e89e32b98ddc3507247f593ec2642
SHA512 542f4a24b9aa5fe631ba17dcd4f4f6743b81a51b21fd36f08dcefbb224bfc3ec9f178bcd9763beb911c3fbbba3be7dbfc3527ca1e89a82851f306d612c5ca1f0
HEAD_REF master
PATCHES
targets-fixup.patch
)

set(VCPKG_BUILD_TYPE release) # header-only port
Expand Down
33 changes: 0 additions & 33 deletions ports/flux/targets-fixup.patch

This file was deleted.

2 changes: 1 addition & 1 deletion ports/flux/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flux",
"version-date": "2023-08-25",
"version": "0.4.0",
"description": "Experimental C++20 library that provides a broadly equivalent feature set to C++20 Ranges, but uses a slightly different model based around cursors rather than iterators. Safer, easier, more efficient, compatible.",
"homepage": "https://github.com/tcbrindle/flux",
"dependencies": [
Expand Down
Loading