sundials: remove flokli as maintainer
This commit is contained in:
parent
ef55ac4a6e
commit
3e82dd3d86
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
gfortran
|
gfortran
|
||||||
blas
|
blas
|
||||||
lapack
|
lapack
|
||||||
]
|
]
|
||||||
# KLU support is based on Suitesparse.
|
# KLU support is based on Suitesparse.
|
||||||
# It is tested upstream according to the section 1.1.4 of
|
# It is tested upstream according to the section 1.1.4 of
|
||||||
# [INSTALL_GUIDE.pdf](https://raw.githubusercontent.com/LLNL/sundials/master/INSTALL_GUIDE.pdf)
|
# [INSTALL_GUIDE.pdf](https://raw.githubusercontent.com/LLNL/sundials/master/INSTALL_GUIDE.pdf)
|
||||||
@ -63,7 +63,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Suite of nonlinear differential/algebraic equation solvers";
|
description = "Suite of nonlinear differential/algebraic equation solvers";
|
||||||
homepage = "https://computation.llnl.gov/projects/sundials";
|
homepage = "https://computation.llnl.gov/projects/sundials";
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ flokli idontgetoutmuch ];
|
maintainers = with maintainers; [ idontgetoutmuch ];
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user