Skip to content

libpqxx: add version 8.0.0#29683

Open
tt4g wants to merge 5 commits intoconan-io:masterfrom
tt4g:libpqxx/8.0.0
Open

libpqxx: add version 8.0.0#29683
tt4g wants to merge 5 commits intoconan-io:masterfrom
tt4g:libpqxx/8.0.0

Conversation

@tt4g
Copy link
Contributor

@tt4g tt4g commented Feb 28, 2026

Summary

Changes to recipe: libpqxx/8.0.0

Motivation

The latest release version: https://github.com/jtv/libpqxx/releases/tag/8.0.0

Details

New major version release.


  • Read the contributing guidelines
  • Checked that this PR is not a duplicate: list of PRs by recipe
  • If this is a bug fix, please link related issue or provide bug details
  • Tested locally with at least one configuration using a recent version of Conan

Add a 👍 reaction to pull requests you find important to help the team prioritize, thanks!

@tt4g
Copy link
Contributor Author

tt4g commented Mar 1, 2026

I forgot that libpqxx 8 requires C++20.
Fixed the C++ version check using check_min_cppstd(): eebd480

Apple Clang does not support Macos 13.3 and earlier when using C++20.
@tt4g
Copy link
Contributor Author

tt4g commented Mar 1, 2026

I updated the macOS version check ac9ce37, but it doesn't seem to be working properly in CI.
Is there any workaround?

@tt4g
Copy link
Contributor Author

tt4g commented Mar 1, 2026

I updated the macOS version check ac9ce37, but it doesn't seem to be working properly in CI.
Is there any workaround?

This was due to my careless mistake.
Fixed in the latest commit: ec12eae

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant