Merge pull request #201896 from mweinelt/qiskit-terra-broken
This commit is contained in:
commit
8baeb06010
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ buildPythonPackage rec {
|
|||
|
||||
|
||||
meta = with lib; {
|
||||
broken = (stdenv.isLinux && stdenv.isAarch64) || stdenv.isDarwin;
|
||||
broken = true; # tests segfault python
|
||||
description = "Provides the foundations for Qiskit.";
|
||||
longDescription = ''
|
||||
Allows the user to write quantum circuits easily, and takes care of the constraints of real hardware.
|
||||
|
|
Loading…
Reference in a new issue