8 stdenv.mkDerivation rec {
12 src = fetchFromGitHub {
16 sha256 = "sha256-HaJmMo4jYmO/j53/nHrL3bvdQMAvp4Nuhhe8Yc7pL88=";
19 nativeBuildInputs = [ cmake ];
21 propagatedBuildInputs = [ eigen ];
24 homepage = "https://spectralib.org/";
25 description = "A C++ library for large scale eigenvalue problems, built on top of Eigen";
26 license = licenses.mpl20;
27 maintainers = with maintainers; [ vonfry ];
28 platforms = platforms.unix;