Loading pkgs/development/octave-modules/sparsersb/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22,5 +22,7 @@ buildOctavePackage rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ KarlJoad ]; description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations"; # Broken since octave>8.x broken = true; }; } pkgs/development/octave-modules/tisean/default.nix +2 −3 Original line number Diff line number Diff line { buildOctavePackage , stdenv , lib , fetchurl # Octave dependencies Loading Loading @@ -30,7 +29,7 @@ buildOctavePackage rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ KarlJoad ]; description = "Port of TISEAN 3.0.1"; # Some gfortran symbols claimed to be missing broken = stdenv.isDarwin; # Broken since octave 8.x update, and wasn't updated since 2021 broken = true; }; } Loading
pkgs/development/octave-modules/sparsersb/default.nix +2 −0 Original line number Diff line number Diff line Loading @@ -22,5 +22,7 @@ buildOctavePackage rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ KarlJoad ]; description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations"; # Broken since octave>8.x broken = true; }; }
pkgs/development/octave-modules/tisean/default.nix +2 −3 Original line number Diff line number Diff line { buildOctavePackage , stdenv , lib , fetchurl # Octave dependencies Loading Loading @@ -30,7 +29,7 @@ buildOctavePackage rec { license = licenses.gpl3Plus; maintainers = with maintainers; [ KarlJoad ]; description = "Port of TISEAN 3.0.1"; # Some gfortran symbols claimed to be missing broken = stdenv.isDarwin; # Broken since octave 8.x update, and wasn't updated since 2021 broken = true; }; }