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

[flux] Update to version 0.4.0 #42027

Merged
merged 3 commits into from
Nov 11, 2024
Merged
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 "v${VERSION}"
SHA512 ac6f373d2b6b7f568528ba489aa0b1785ce9e25ba1c75ec23a3a7b517d54534491be0f808a09778e651791e61cc4bf407b8c18ff6aa53af4ae7cd9b518a8df43
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
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2837,7 +2837,7 @@
"port-version": 0
},
"flux": {
"baseline": "2023-08-25",
"baseline": "0.4.0",
"port-version": 0
},
"fmem": {
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/flux.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f116a561b078c42d622ad8bce61e4e33dc2b0121",
"version": "0.4.0",
"port-version": 0
},
{
"git-tree": "3be6cb846e140bc6b745f684bbd4141cae6c4dbd",
"version-date": "2023-08-25",
Expand Down
Loading