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

reduct-cpp: add recipe #23524

Open
wants to merge 20 commits into
base: master
Choose a base branch
from
Open

reduct-cpp: add recipe #23524

wants to merge 20 commits into from

Conversation

toge
Copy link
Contributor

@toge toge commented Apr 14, 2024

Specify library name and version: reduct-cpp/*

Apple-clang doesn't support reduct-cpp due to operator<=> support.
https://developer.apple.com/xcode/cpp/#c++20


@conan-center-bot

This comment has been minimized.

Copy link
Member

@AbrilRBS AbrilRBS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! Thanks a lot, only a minor change, otherwise this looks super good :)

recipes/reduct-cpp/all/patches/1.9.0-0001-use-cci.patch Outdated Show resolved Hide resolved
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@atimin
Copy link

atimin commented May 11, 2024

Hi @toge , the creator of the library here. I really appropriate your effort to integrate reduct-cpp into the conan infrastructure. If you need any support from my side, feel free to ask.

@conan-center-bot

This comment has been minimized.

@toge
Copy link
Contributor Author

toge commented May 11, 2024

@atimin
Thank you for follow this PR!
I'm trying to pass all CI environments include Windows.
After it has been solved, I will create several PR to upstream which solve portability issues.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment was marked as outdated.

@AbrilRBS
Copy link
Member

AbrilRBS commented Oct 5, 2024

Let me know if you need help getting msvc support sorted, but this might be a nice case for validating out such configuration if the errors persis :)

Signed-off-by: Uilian Ries <uilianries@gmail.com>
Copy link
Member

@uilianries uilianries left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your PR! 😄

recipes/reduct-cpp/all/conanfile.py Outdated Show resolved Hide resolved
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)

-include(cmake/InstallDependencies.cmake)
+find_package(fmt REQUIRED CONFIG)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This patch could be sent to the upstream.

Co-authored-by: Uilian Ries <uilianries@gmail.com>
@AbrilRBS
Copy link
Member

AbrilRBS commented Nov 7, 2024

Seems like this has issues compiling for Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants