-
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
capstone: add version 5.0.3 #25980
base: master
Are you sure you want to change the base?
capstone: add version 5.0.3 #25980
Conversation
I think during changes it would require just add clone of existing patch file over CMakeLists.txt. Just diff is
|
suite/check_wheel_bin_arch.py filename = {
"macosx": "libcapstone.dylib",
"manylinux": "libcapstone.so",
"musllinux": "libcapstone.so",
"win": "capstone.dll",
} Hm still Recipe hook warning for macOS in case of 5.0.3 version.
|
Lets see if fix_apple_shared_install_name going to fix rpath. |
Lets see if
I do still think for adding those lines into & placing def package_id(self):
if self._is_universal2(info=True):
self.info.settings.arch = "universal:armv8/x86_64" |
#25997 |
macOS & Linux shared builds. [
{
"identifier": "hook_fpic_management.py",
"details": "'fPIC' option not managed correctly. Please remove it for shared option in the configure() method with self.options.rm_safe('fPIC') .",
"hook_method": "pre_generate",
"context": "capstone/5.0.3",
"level": "warning"
}
] |
OK. This should finally resolve recipe linter & recipe hooks. |
Thank you for your help @AbrilRBS. |
I appreciate your help. Feel free to ping me. |
@AbrilRBS any news? |
Summary
Changes to recipe: capstone/5.0.3
Motivation
acquire latest 5.0.
Details
capstone-engine/capstone@5.0.1...5.0.3