-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
jemalloc: Revise the recipe to support Conan v2 #17722
Conversation
…DEFINE`, fixing the autoreconf errors.
…is compiled by MSVC.
…nd use it to initialize `self.cpp_info.libs`.
…_DEFINE` for v5.3.0.
… value manually.
🤖 Beep Boop! This pull request is making changes to 'recipes/jemalloc//'. 👋 @Hopobcn you might be interested. 😉 |
I detected other pull requests that are modifying jemalloc/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
…/static` manually.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@0xFireWolf Hey, are you still working on that? |
This comment has been minimized.
This comment has been minimized.
1 similar comment
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ❌Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. Conan v2 pipeline ❌
The v2 pipeline failed. Please, review the errors and note this will be required for pull requests to be merged in the near future. See details:Sorry, the system is under maintenance and it doesn't accept builds right now. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Finally ported, closing this one, thanks a lot for your initial contribution! :) |
Specify library name and version: jemalloc/5.2.1, 5.3.0
This PR contains the following changes:
Known Issues:
When testing the recipe with the option
shared=True
on Windows, Conan reports an error that the libraryjemalloc
cannot be found in the package, even though the dynamic library has been built successfully and can be found in the package folder. This error occurs on Windows only; The dynamic library can be found and linked properly on macOS and Ubuntu. Need some help here.Error Messages