python3Packages.qutip: unmark broken on aarch64-linux (#238859)
This commit is contained in:
parent
17a4d42c5f
commit
470ce3bdc9
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
||||||
, cvxopt
|
, cvxopt
|
||||||
, cvxpy
|
, cvxpy
|
||||||
, cython
|
, cython
|
||||||
, doCheck ? true
|
|
||||||
, fetchFromGitHub
|
, fetchFromGitHub
|
||||||
, ipython
|
, ipython
|
||||||
, matplotlib
|
, matplotlib
|
||||||
|
@ -86,7 +85,6 @@ buildPythonPackage rec {
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
broken = (stdenv.isLinux && stdenv.isAarch64);
|
|
||||||
description = "Open-source software for simulating the dynamics of closed and open quantum systems";
|
description = "Open-source software for simulating the dynamics of closed and open quantum systems";
|
||||||
homepage = "https://qutip.org/";
|
homepage = "https://qutip.org/";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
|
Loading…
Reference in a new issue