Unverified Commit 5e831ad1 authored by R. RyanTM's avatar R. RyanTM Committed by Grimmauld
Browse files

scotch: 7.0.9 -> 7.0.10

parent 4dd008c9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 = [
@@ -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)
  ];