libraries.science.math.scs: 2.0.2 -> 2.1.1
This commit is contained in:
parent
274d02e477
commit
c13bf84d45
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "scs";
|
pname = "scs";
|
||||||
version = "2.0.2";
|
version = "2.1.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "cvxgrp";
|
owner = "cvxgrp";
|
||||||
repo = "scs";
|
repo = "scs";
|
||||||
rev = "v${version}";
|
rev = version;
|
||||||
sha256 = "17lbcmcsniqlyzgbzmjipfd0rrk25a8hzh7l5wl2wp1iwsd8c3a9";
|
sha256 = "14g5m3lcvrbwpq1bq0liq00jh0gm1947lg3z4jfsp43f6p5alb20";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Actually link and add libgfortran to the rpath
|
# Actually link and add libgfortran to the rpath
|
||||||
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
|
|||||||
longDescription = ''
|
longDescription = ''
|
||||||
Numerical optimization package for solving large-scale convex cone problems
|
Numerical optimization package for solving large-scale convex cone problems
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/cvxgrp/scs;
|
homepage = "https://github.com/cvxgrp/scs";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.bhipple ];
|
maintainers = [ maintainers.bhipple ];
|
||||||
|
Loading…
Reference in New Issue
Block a user