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

[package] redis-plus-plus/1.3.13: Enable building with coroutine support #26409

Open
aligirayhanozbay opened this issue Jan 17, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@aligirayhanozbay
Copy link

Description

Redis plus plus has a coroutine based interface for C++20 and onwards, which needs to be enabled by passing a flag to CMake (-DREDIS_PLUS_PLUS_BUILD_CORO=ON)

The current conan recipe does not expose a way to control this flag. I have opened a PR which enables it: #26408

I am opening an issue as this repository's contributor guidelines are suggesting opening an issue.

Package and Environment Details

  • Package Name/Version: redis-plus-plus/1.3.13
  • Operating System+version: Ubuntu 22.04
  • Compiler+version: GCC13
  • Docker image: N/A
  • Conan version: 2.11.0
  • Python version: 3.12

Conan profile

Host profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux

Build profile:
[settings]
arch=x86_64
build_type=Release
compiler=gcc
compiler.cppstd=gnu17
compiler.libcxx=libstdc++11
compiler.version=12
os=Linux

Steps to reproduce

N/A

Logs

N/A

@aligirayhanozbay aligirayhanozbay added the bug Something isn't working label Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant