Unverified Commit d9077dbc authored by Mauricio Collares's avatar Mauricio Collares Committed by GitHub
Browse files

nauty: 2.8.8 -> 2.8.9 (#397120)

parents 10af2526 deed74a3
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@
}:
stdenv.mkDerivation rec {
  pname = "nauty";
  version = "2.8.8";
  version = "2.8.9";

  src = fetchurl {
    url = "https://pallini.di.uniroma1.it/nauty${
      builtins.replaceStrings [ "." ] [ "_" ] version
    }.tar.gz";
    sha256 = "sha256-FZ0hVoEKa7JAQQzWHrZBrdhQiNnxXIiM2qN7hoH5Kc4=";
    sha256 = "sha256-yXq0K/SHlqhqWYvOPpJpBHyisywU/CPgcgiiRP5SxO4=";
  };

  outputs = [
@@ -19,6 +19,9 @@ stdenv.mkDerivation rec {
    "dev"
  ];

  # HACK: starting from 2.8.9, the makefile tries to copy .libs/*.a files unconditionally
  dontDisableStatic = true;

  configureFlags = [
    # Prevent nauty from sniffing some cpu features. While those are very
    # widely available, it can lead to nasty bugs when they are not available: