summaryrefslogtreecommitdiff
path: root/dev-python/qiskit-aer/files/qiskit-aer-0.12.0-remove-cmake-dependency.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/qiskit-aer/files/qiskit-aer-0.12.0-remove-cmake-dependency.patch')
-rw-r--r--dev-python/qiskit-aer/files/qiskit-aer-0.12.0-remove-cmake-dependency.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dev-python/qiskit-aer/files/qiskit-aer-0.12.0-remove-cmake-dependency.patch b/dev-python/qiskit-aer/files/qiskit-aer-0.12.0-remove-cmake-dependency.patch
new file mode 100644
index 000000000000..d54e1993a7ea
--- /dev/null
+++ b/dev-python/qiskit-aer/files/qiskit-aer-0.12.0-remove-cmake-dependency.patch
@@ -0,0 +1,13 @@
+diff --git a/pyproject.toml b/pyproject.toml
+index 0e025a3..566aa44 100644
+--- a/pyproject.toml
++++ b/pyproject.toml
+@@ -4,8 +4,6 @@ requires = [
+ "wheel",
+ "conan<2.0.0",
+ "scikit-build>=0.11.0",
+- "cmake!=3.17.1,!=3.17.0",
+- "ninja",
+ "pybind11>2.6",
+ "oldest-supported-numpy; python_version>'3.7' or platform_machine=='aarch64' or platform_python_implementation=='PyPy'",
+ "numpy==1.16.3; python_version<='3.7' and platform_machine!='aarch64' or platform_python_implementation=='PyPy'",