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

Dynamically Update Python Version #2609

Open
1 of 5 tasks
AndrewQuijano opened this issue Jan 18, 2025 · 0 comments · May be fixed by #2610
Open
1 of 5 tasks

Dynamically Update Python Version #2609

AndrewQuijano opened this issue Jan 18, 2025 · 0 comments · May be fixed by #2610

Comments

@AndrewQuijano
Copy link
Contributor

AndrewQuijano commented Jan 18, 2025

Feature

  • New architecture module
  • Support for processor extension
  • Add more instruction details (elaborated below)
  • Binding support for: language
  • Other (elaborated below)

Describe the feature you'd like
Based on this commit, it seems some things need to updated when creating a release
5526125

1- I did a bit more digging around for pkgconfig.mk, it is used by Makefile and Python, I propose having CMake be able to dynamically overwrite pkgconfig.mk with the version data if it is provided. I'm not sure where I'd write the updated version of pkgconfig for use?

image

2- I need to update capstone.h to dynamically get the version from cmake

3- I need to update bindings/python/capstone/__init__.py to also get version data, ideally from pkgconfig?

Additional context
See above

@AndrewQuijano AndrewQuijano linked a pull request Jan 19, 2025 that will close this issue
2 tasks
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 a pull request may close this issue.

1 participant