givaro: meta.homepage + modernize
This commit is contained in:
parent
45a2b054e6
commit
96f28a6fac
@ -12,12 +12,14 @@
|
|||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "givaro";
|
pname = "givaro";
|
||||||
version = "4.2.0";
|
version = "4.2.0";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linbox-team";
|
owner = "linbox-team";
|
||||||
repo = pname;
|
repo = "givaro";
|
||||||
rev = "v${version}";
|
tag = "v${version}";
|
||||||
sha256 = "sha256-KR0WJc0CSvaBnPRott4hQJhWNBb/Wi6MIhcTExtVobQ=";
|
sha256 = "sha256-KR0WJc0CSvaBnPRott4hQJhWNBb/Wi6MIhcTExtVobQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
# Pull upstream fix for gcc-13:
|
# Pull upstream fix for gcc-13:
|
||||||
# https://github.com/linbox-team/givaro/pull/218
|
# https://github.com/linbox-team/givaro/pull/218
|
||||||
@ -83,6 +85,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "C++ library for arithmetic and algebraic computations";
|
description = "C++ library for arithmetic and algebraic computations";
|
||||||
|
homepage = "https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/";
|
||||||
mainProgram = "givaro-config";
|
mainProgram = "givaro-config";
|
||||||
license = lib.licenses.cecill-b;
|
license = lib.licenses.cecill-b;
|
||||||
maintainers = [ lib.maintainers.raskin ];
|
maintainers = [ lib.maintainers.raskin ];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user