-
Notifications
You must be signed in to change notification settings - Fork 31
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
🚸 Building Shared Libraries #538
Commits on Apr 29, 2024
-
✨ set up shared library compilation
Signed-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e817b4e - Browse repository at this point
Copy the full SHA e817b4eView commit details -
Revert "✨ set up shared library compilation"
This reverts commit 8eb3fd98e98126ff2871945eedc0dfae1c2c70c7.
Configuration menu - View commit details
-
Copy full SHA for 61a0c79 - Browse repository at this point
Copy the full SHA 61a0c79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d1753 - Browse repository at this point
Copy the full SHA 10d1753View commit details
Commits on Apr 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 51c2849 - Browse repository at this point
Copy the full SHA 51c2849View commit details -
🩹 make sure to use the install rpath for build
this avoids codesign issues under macOS which does not allow to load libraries that have been tampered with, e.g., by modifying the rpath information during installation
Configuration menu - View commit details
-
Copy full SHA for f3769a3 - Browse repository at this point
Copy the full SHA f3769a3View commit details -
✨ build shared libraries for Python package
Signed-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7bab19f - Browse repository at this point
Copy the full SHA 7bab19fView commit details -
🔧 export all symbols by default on Windows
Signed-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5662929 - Browse repository at this point
Copy the full SHA 5662929View commit details -
🚨 ignore warnings from
check-wheel-contents
Signed-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1d76710 - Browse repository at this point
Copy the full SHA 1d76710View commit details -
✨ add an export header to explicitly manage symbol visibility
Signed-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e55cdb6 - Browse repository at this point
Copy the full SHA e55cdb6View commit details -
🔧 properly set Windows DLL path
Signed-off-by: Lukas Burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 56b1891 - Browse repository at this point
Copy the full SHA 56b1891View commit details -
🏁 explicitly export global data symbols
Signed-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for efe17fa - Browse repository at this point
Copy the full SHA efe17faView commit details
Commits on Jun 5, 2024
-
Merge branch 'refs/heads/main' into installation-improvements
# Conflicts: # include/mqt-core/operations/CompoundOperation.hpp # include/mqt-core/python/qiskit/QuantumCircuit.hpp # src/CMakeLists.txt
Configuration menu - View commit details
-
Copy full SHA for 31873bc - Browse repository at this point
Copy the full SHA 31873bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d1d6f - Browse repository at this point
Copy the full SHA 42d1d6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6521678 - Browse repository at this point
Copy the full SHA 6521678View commit details -
🔥 remove the install component from the scikit-build-core configuration
Signed-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a19ebe4 - Browse repository at this point
Copy the full SHA a19ebe4View commit details -
🔧 declare
mqt
as a namespace package for delvewheelSigned-off-by: burgholzer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dc4f55c - Browse repository at this point
Copy the full SHA dc4f55cView commit details