Skip to content

Commit 094e119

Browse files
committed
⬆️ Update QDMI to v1.3.0 (#1652)
## Description This PR updates QDMI to the latest stable version (v1.3.0). After this has been back ported to `v3.x`, a new minor release for MQT Core will be created. ## Checklist <!--- This checklist serves as a reminder of a couple of things that ensure your pull request will be merged swiftly. --> - [x] The pull request only contains commits that are focused and relevant to this change. - [x] I have added appropriate tests that cover the new/changed functionality. - [x] I have updated the documentation to reflect these changes. - [x] I have added entries to the changelog for any noteworthy additions, changes, fixes, or removals. - [x] I have added migration instructions to the upgrade guide (if needed). - [x] The changes follow the project's style guidelines and introduce no new warnings. - [x] The changes are fully tested and pass the CI checks. - [x] I have reviewed my own code changes. **If PR contains AI-assisted content:** - [x] I have disclosed the use of AI tools in the PR description as per our [AI Usage Guidelines](https://github.com/munich-quantum-toolkit/core/blob/main/docs/ai_usage.md). - [x] AI-assisted commits include an `Assisted-by: [Model Name] via [Tool Name]` footer. - [x] I confirm that I have personally reviewed and understood all AI-generated content, and accept full responsibility for it. Signed-off-by: Lukas Burgholzer <burgholzer@me.com> (cherry picked from commit d389e65) Signed-off-by: Lukas Burgholzer <burgholzer@me.com> # Conflicts: # CHANGELOG.md
1 parent cfd023f commit 094e119

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning], with the exception that minor rel
1616

1717
### Changed
1818

19+
- ⬆️ Update QDMI to v1.3.0 ([#1652]) ([**@burgholzer**])
1920
- 📦 Switch to component-based installation for the MQT Core Python package ([#1596]) ([**@burgholzer**])
2021
- ⬆️ Update QDMI to latest version from stable `v1.2.x` branch ([#1593]) ([**@burgholzer**])
2122

@@ -322,6 +323,7 @@ _📚 Refer to the [GitHub Release Notes](https://github.com/munich-quantum-tool
322323

323324
<!-- PR links -->
324325

326+
[#1652]: https://github.com/munich-quantum-toolkit/core/pull/1652
325327
[#1596]: https://github.com/munich-quantum-toolkit/core/pull/1596
326328
[#1593]: https://github.com/munich-quantum-toolkit/core/pull/1593
327329
[#1507]: https://github.com/munich-quantum-toolkit/core/pull/1507

cmake/ExternalDependencies.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ if(BUILD_MQT_CORE_TESTS)
7575
endif()
7676

7777
# cmake-format: off
78-
set(QDMI_VERSION 1.2.2
78+
set(QDMI_VERSION 1.3.0
7979
CACHE STRING "QDMI version")
80-
set(QDMI_REV "5bcf32f57158beea34d2839a41d218ed46a41516" # v1.2.x
80+
set(QDMI_REV "0f7e08c58b72800d1022a01cfb618af67b9a9c30" # v1.3.0
8181
CACHE STRING "QDMI identifier (tag, branch or commit hash)")
8282
set(QDMI_REPO_OWNER "Munich-Quantum-Software-Stack"
8383
CACHE STRING "QDMI repository owner (change when using a fork)")
84-
cmake_dependent_option(QDMI_INSTALL "Install QDMI library" ON "MQT_CORE_INSTALL" OFF)
84+
cmake_dependent_option(INSTALL_QDMI "Install QDMI library" ON "MQT_CORE_INSTALL" OFF)
8585
# cmake-format: on
8686
FetchContent_Declare(
8787
qdmi

0 commit comments

Comments
 (0)