1 { lib, stdenv, fetchFromGitLab, cmake }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitLab {
11 hash = "sha256-C1Bu2H4zxd/2QVzz9AOdoCSRwOYjF41Vr/0S8Fm2kzQ=";
14 nativeBuildInputs = [ cmake ];
17 homepage = "https://eigen.tuxfamily.org";
18 description = "C++ template library for linear algebra: vectors, matrices, and related algorithms";
19 license = licenses.lgpl3Plus;
20 maintainers = with maintainers; [ sander raskin ];
21 platforms = platforms.unix;