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

🐛 Further installation fixes #540

Closed
wants to merge 2 commits into from
Closed

Conversation

burgholzer
Copy link
Member

@burgholzer burgholzer commented Jan 27, 2024

Description

The goal of this PR is to identify and fix why

are all having problems with the static libraries deployed with v2.2.2. of mqt-core.
I have the slight feeling that shared libraries might actually be necessary to get this working.

Currently known issues:

  • Due to some unknown reason, some of the symbols are undefined and cannot be found in the shared Python module library.
  • Due to some also unknown reason, the Windows wheels are installed in a Debug configuration which causes incompatibilities when trying to compile them together with Release build libraries.

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

Signed-off-by: burgholzer <burgholzer@me.com>
Signed-off-by: burgholzer <burgholzer@me.com>
@burgholzer burgholzer added bug Something isn't working python Anything related to Python code packaging Anything related to Python packaging labels Jan 27, 2024
@burgholzer burgholzer added this to the MQT Core milestone Jan 27, 2024
@burgholzer
Copy link
Member Author

Closing this for now as it seems the preferred course of action is to go with shared libraries, so there is no need to keep this open.

@burgholzer burgholzer closed this Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working packaging Anything related to Python packaging python Anything related to Python code
Projects
Status: Done
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant