octave.pkgs.sparsersb: remove librsb null override, unbreak (#115838)
This commit is contained in:
parent
04bdbabcbc
commit
aa202f1c94
|
@ -13,7 +13,7 @@ buildOctavePackage rec {
|
||||||
sha256 = "0nl7qppa1cm51188hqhbfswlih9hmy1yz7v0f5i07z0g0kbd62xw";
|
sha256 = "0nl7qppa1cm51188hqhbfswlih9hmy1yz7v0f5i07z0g0kbd62xw";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [
|
propagatedBuildInputs = [
|
||||||
librsb
|
librsb
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -22,7 +22,5 @@ buildOctavePackage rec {
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ KarlJoad ];
|
maintainers = with maintainers; [ KarlJoad ];
|
||||||
description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations";
|
description = "Interface to the librsb package implementing the RSB sparse matrix format for fast shared-memory sparse matrix computations";
|
||||||
# Mark this way until KarlJoad builds librsb specifically for this package.
|
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -179,11 +179,7 @@ makeScope newScope (self:
|
||||||
|
|
||||||
sockets = callPackage ../development/octave-modules/sockets { };
|
sockets = callPackage ../development/octave-modules/sockets { };
|
||||||
|
|
||||||
sparsersb = callPackage ../development/octave-modules/sparsersb {
|
sparsersb = callPackage ../development/octave-modules/sparsersb { };
|
||||||
librsb = null;
|
|
||||||
# TODO: Package the librsb library to build this package.
|
|
||||||
# http://librsb.sourceforge.net/
|
|
||||||
};
|
|
||||||
|
|
||||||
stk = callPackage ../development/octave-modules/stk { };
|
stk = callPackage ../development/octave-modules/stk { };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue