1 { lib, stdenv, fetchFromGitHub }:
3 stdenv.mkDerivation rec {
7 src = fetchFromGitHub {
11 sha256 = "1hsndim5kjvcwk5svqa4igawzahj982180xj1d7yd0dbjlgxc7w7";
26 cp lib*.a lib*.so $out/lib
31 description = "A lightweight conic solver for second-order cone programming";
32 homepage = "https://www.embotech.com/ECOS";
33 downloadPage = "https://github.com/embotech/ecos/releases";
34 license = licenses.gpl3;
35 platforms = platforms.all;
36 maintainers = with maintainers; [ bhipple ];