tcbrindle / flux

A C++20 library for sequence-orientated programming
https://tristanbrindle.com/flux/
Boost Software License 1.0
476 stars 29 forks source link

Conan and Vcpkg packages are out of date #206

Open tcbrindle opened 3 weeks ago

tcbrindle commented 3 weeks ago

Both the Conan and Vcpkg Flux packages are git snapshots from some time ago.

It would be great to get these updated for the new Flux release.

tcbrindle commented 3 weeks ago

(I guess this is only a "good first issue" if you're already familiar with Conan or Vcpkg, but...)

Sid911 commented 1 week ago

@tcbrindle Hi, I am also trying to get newer version of flux to xrepo (atleast for time being my own xrepo then to official one). I do have a question. Will the tags be now kept as is? I can't find release tags before 0.4.0. The previous version for xrepo is for commit 8434e8e0fd131cebc3aed0d845530335bf7fb5e1 tagged 2023.08.17 which is similar to vcpkg and connan which have the clang 18 crash issue present (wouldn't be a big deal but I am using intel icx toolchain which has clang 18 frontend prior fix) .

If the tags releases will be kept as, is it would be easier to write versions and depend on them.

tcbrindle commented 1 week ago

Hi @Sid911,

Will the tags be now kept as is? I can't find release tags before 0.4.0

Yes, the tags will be kept as-is from now on. Future releases of Flux will use semantic versioning, tagged appropriately. (0.4.0 was the first "official" numbered release).

I hope this helps, thanks for helping to get Flux packaged