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

Remove postfix for compiled Python library #1849

Merged
merged 5 commits into from
Sep 27, 2024
Merged

Conversation

varunagrawal
Copy link
Collaborator

When compiling with Timing and Profiling, the extra postfix gets added which causes import errors.

Fixes #1783.

Also added a missing guard and cleaned up the CMakeLists.txt file a bit.

@varunagrawal varunagrawal added the python Related to python wrapper label Sep 26, 2024
@varunagrawal varunagrawal self-assigned this Sep 26, 2024
@varunagrawal varunagrawal merged commit 6d57055 into develop Sep 27, 2024
33 checks passed
@varunagrawal varunagrawal deleted the fix-python-postfix branch September 27, 2024 22:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
python Related to python wrapper
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failed to import after compiling with build type Timing
2 participants