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

reproc: new recipe #24508

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

reproc: new recipe #24508

wants to merge 5 commits into from

Conversation

valgur
Copy link
Contributor

@valgur valgur commented Jul 3, 2024

Summary

Adds reproc/14.2.5

Motivation

https://github.com/DaanDeMeyer/reproc

reproc (Redirected Process) is a cross-platform C/C++ library that simplifies starting, stopping and communicating with external programs. The main use case is executing command line applications directly from C or C++ code and retrieving their output.

Packaging status

Details

This project exports two CMake config files (reproc and reproc++) but due to a Conan limitation the recipe exports just a single reproc one.


@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Jul 4, 2024

Hooks produced the following warnings for commit 2e1d41f
reproc/14.2.5@#00ad1b56facca230e1d1f2a2d0011f5d
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library '.\bin\reproc.dll' links to system library 'ws2_32' but it is not in cpp_info.system_libs.

@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 5 (4a7eb7db27557290d824597b71d2c194096aabcd):

  • reproc/14.2.5:
    All packages built successfully! (All logs)

Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 5 (4a7eb7db27557290d824597b71d2c194096aabcd):

  • reproc/14.2.5:
    All packages built successfully! (All logs)

Copy link
Contributor

github-actions bot commented Jul 4, 2024

Hooks produced the following warnings for commit 4a7eb7d
reproc/14.2.5@#18434feddb554e9930da7b3caeffcb5d
post_package(): WARN: [MISSING SYSTEM LIBS (KB-H043)] Library './lib/libreproc++.so' links to system library 'm' but it is not in cpp_info.system_libs.

@AbrilRBS AbrilRBS self-assigned this Jul 4, 2024
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.

Thanks! Will check with the team about the cmake file being different in cxx mode, see if there's something that can be done :)

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.

[request] reproc and reprocxx
3 participants