Merge pull request #78896 from drewrisinger/dr-pr-lib-scs

lib.science.math.scs: 2.0.2 -> 2.1.1
This commit is contained in:
Marek Mahut 2020-01-31 23:06:39 +01:00 committed by GitHub
commit 7b466774e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "scs";
version = "2.0.2";
version = "2.1.1";
src = fetchFromGitHub {
owner = "cvxgrp";
repo = "scs";
rev = "v${version}";
sha256 = "17lbcmcsniqlyzgbzmjipfd0rrk25a8hzh7l5wl2wp1iwsd8c3a9";
rev = version;
sha256 = "14g5m3lcvrbwpq1bq0liq00jh0gm1947lg3z4jfsp43f6p5alb20";
};
# Actually link and add libgfortran to the rpath
@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
longDescription = ''
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;
platforms = platforms.all;
maintainers = [ maintainers.bhipple ];