Loading pkgs/by-name/sc/scotch/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "scotch"; version = "7.0.9"; version = "7.0.10"; src = fetchFromGitLab { domain = "gitlab.inria.fr"; owner = "scotch"; repo = "scotch"; rev = "v${finalAttrs.version}"; hash = "sha256-dbf18XdmDP0KgS4H4L7Wnam7kGF88yBcCvehYRRpHvA="; hash = "sha256-qeMgTkoM/RDsZa0T6hmrDLbLuSeR8WNxllyHSlkMVzA="; }; outputs = [ Loading @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "BUILD_PTSCOTCH" withPtScotch) # Prefix Scotch version of MeTiS routines (lib.cmakeBool "SCOTCH_METIS_PREFIX" true) # building tests is broken with SCOTCH_METIS_PREFIX enabled in 7.0.9 # building tests is broken with SCOTCH_METIS_PREFIX enabled, at least since 7.0.9 (lib.cmakeBool "ENABLE_TESTS" false) ]; Loading Loading
pkgs/by-name/sc/scotch/package.nix +3 −3 Original line number Diff line number Diff line Loading @@ -16,14 +16,14 @@ stdenv.mkDerivation (finalAttrs: { pname = "scotch"; version = "7.0.9"; version = "7.0.10"; src = fetchFromGitLab { domain = "gitlab.inria.fr"; owner = "scotch"; repo = "scotch"; rev = "v${finalAttrs.version}"; hash = "sha256-dbf18XdmDP0KgS4H4L7Wnam7kGF88yBcCvehYRRpHvA="; hash = "sha256-qeMgTkoM/RDsZa0T6hmrDLbLuSeR8WNxllyHSlkMVzA="; }; outputs = [ Loading @@ -37,7 +37,7 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "BUILD_PTSCOTCH" withPtScotch) # Prefix Scotch version of MeTiS routines (lib.cmakeBool "SCOTCH_METIS_PREFIX" true) # building tests is broken with SCOTCH_METIS_PREFIX enabled in 7.0.9 # building tests is broken with SCOTCH_METIS_PREFIX enabled, at least since 7.0.9 (lib.cmakeBool "ENABLE_TESTS" false) ]; Loading