lol

haskellPackages.lapack: disable tests because they do not run reliably

remove from broken.yaml

Closes #146231.
Closes #146472.

Co-authored-by: sternenseemann <sternenseemann@systemli.org>

authored by

Henning Thielemann
sternenseemann
and committed by
sternenseemann
ed3fe4c6 1b2ef27e

+4 -17
+3
pkgs/development/haskell-modules/configuration-common.nix
··· 15 15 16 16 self: super: { 17 17 18 + # There are numerical tests on random data, that may fail occasionally 19 + lapack = dontCheck super.lapack; 20 + 18 21 # Arion's test suite needs a Nixpkgs, which is cumbersome to do from Nixpkgs 19 22 # itself. For instance, pkgs.path has dirty sources and puts a huge .git in the 20 23 # store. Testing is done upstream.
-1
pkgs/development/haskell-modules/configuration-hackage2nix/broken.yaml
··· 2789 2789 - language-typescript 2790 2790 - language-vhdl 2791 2791 - language-webidl 2792 - - lapack 2793 2792 - LargeCardinalHierarchy 2794 2793 - Lastik 2795 2794 - latest-npm-version
+1 -8
pkgs/development/haskell-modules/configuration-hackage2nix/transitive-broken.yaml
··· 1570 1570 - hmeap 1571 1571 - hmeap-utils 1572 1572 - hmep 1573 - - hmm-lapack 1574 1573 - hmm-lapack_0_4_1 1575 1574 - hmt 1576 1575 - hmt-diagrams ··· 1917 1916 - language-python-colour 1918 1917 - language-qux 1919 1918 - language-spelling 1920 - - lapack-hmatrix 1919 + - lapack_0_4 1921 1920 - lat 1922 1921 - latex-formulae-hakyll 1923 1922 - latex-formulae-pandoc ··· 1962 1961 - lightstep-haskell 1963 1962 - lighttpd-conf 1964 1963 - lighttpd-conf-qq 1965 - - linear-circuit 1966 - - linear-circuit_0_1_0_3 1967 1964 - linearmap-category 1968 1965 - linearscan-hoopl 1969 1966 - linkchk ··· 2043 2040 - macosx-make-standalone 2044 2041 - magic-wormhole 2045 2042 - magicbane 2046 - - magico 2047 - - magico_0_0_2_2 2048 2043 - mahoro 2049 2044 - maid 2050 2045 - mail-pool ··· 2579 2574 - replicant 2580 2575 - repr 2581 2576 - representable-tries 2582 - - resistor-cube 2583 - - resistor-cube_0_0_1_3 2584 2577 - resource-pool-catchio 2585 2578 - resource-simple 2586 2579 - respond
-8
pkgs/development/haskell-modules/hackage-packages.nix
··· 134619 134619 testHaskellDepends = [ base QuickCheck ]; 134620 134620 description = "Hidden Markov Models using LAPACK primitives"; 134621 134621 license = lib.licenses.bsd3; 134622 - hydraPlatforms = lib.platforms.none; 134623 134622 }) {}; 134624 134623 134625 134624 "hmm-lapack_0_4_1" = callPackage ··· 163599 163598 ]; 163600 163599 description = "Numerical Linear Algebra using LAPACK"; 163601 163600 license = lib.licenses.bsd3; 163602 - hydraPlatforms = lib.platforms.none; 163603 - broken = true; 163604 163601 }) {}; 163605 163602 163606 163603 "lapack_0_4" = callPackage ··· 163632 163629 description = "Numerical Linear Algebra using LAPACK"; 163633 163630 license = lib.licenses.bsd3; 163634 163631 hydraPlatforms = lib.platforms.none; 163635 - broken = true; 163636 163632 }) {}; 163637 163633 163638 163634 "lapack-carray" = callPackage ··· 163717 163713 ]; 163718 163714 description = "Conversion of objects between 'lapack' and 'hmatrix'"; 163719 163715 license = lib.licenses.bsd3; 163720 - hydraPlatforms = lib.platforms.none; 163721 163716 }) {}; 163722 163717 163723 163718 "large-hashable" = callPackage ··· 168091 168086 ]; 168092 168087 description = "Compute resistance of linear electrical circuits"; 168093 168088 license = lib.licenses.bsd3; 168094 - hydraPlatforms = lib.platforms.none; 168095 168089 }) {}; 168096 168090 168097 168091 "linear-circuit_0_1_0_3" = callPackage ··· 174132 174126 ]; 174133 174127 description = "Compute solutions for Magico puzzle"; 174134 174128 license = lib.licenses.bsd3; 174135 - hydraPlatforms = lib.platforms.none; 174136 174129 }) {}; 174137 174130 174138 174131 "magico_0_0_2_2" = callPackage ··· 229397 229390 executableHaskellDepends = [ base comfort-array lapack ]; 229398 229391 description = "Compute total resistance of a cube of resistors"; 229399 229392 license = lib.licenses.bsd3; 229400 - hydraPlatforms = lib.platforms.none; 229401 229393 }) {}; 229402 229394 229403 229395 "resistor-cube_0_0_1_3" = callPackage