File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
pkgs/development/libraries/givaro Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 1212stdenv . mkDerivation rec {
1313 pname = "givaro" ;
1414 version = "4.2.0" ;
15+
1516 src = fetchFromGitHub {
1617 owner = "linbox-team" ;
17- repo = pname ;
18- rev = "v${ version } " ;
18+ repo = "givaro" ;
19+ tag = "v${ version } " ;
1920 sha256 = "sha256-KR0WJc0CSvaBnPRott4hQJhWNBb/Wi6MIhcTExtVobQ=" ;
2021 } ;
22+
2123 patches = [
2224 # Pull upstream fix for gcc-13:
2325 # https://github.com/linbox-team/givaro/pull/218
@@ -83,6 +85,7 @@ stdenv.mkDerivation rec {
8385
8486 meta = {
8587 description = "C++ library for arithmetic and algebraic computations" ;
88+ homepage = "https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/" ;
8689 mainProgram = "givaro-config" ;
8790 license = lib . licenses . cecill-b ;
8891 maintainers = [ lib . maintainers . raskin ] ;
You can’t perform that action at this time.
0 commit comments