From d65850e975eaef4766fda83e36c06ea25bf33578 Mon Sep 17 00:00:00 2001 From: Timo Kaufmann Date: Sat, 16 May 2020 15:06:32 +0200 Subject: [PATCH] palp: 2.1 -> 2.11 According to the homepage[1]: > Small change in Mori.h for compatibility with gcc_10 (thanks to J. Puydt) [May 15, 2020]. Disabling the strictoverflow seems to be no longer necessary (I'm relying on the check phase here). [1] http://hep.itp.tuwien.ac.at/~kreuzer/CY/CYpalp.html --- pkgs/applications/science/math/palp/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/science/math/palp/default.nix b/pkgs/applications/science/math/palp/default.nix index 409324d4abbe..42259a2c689b 100644 --- a/pkgs/applications/science/math/palp/default.nix +++ b/pkgs/applications/science/math/palp/default.nix @@ -9,16 +9,15 @@ let in stdenv.mkDerivation rec { pname = "palp"; - version = "2.1"; + version = "2.11"; src = fetchurl { url = "http://hep.itp.tuwien.ac.at/~kreuzer/CY/palp/palp-${version}.tar.gz"; - sha256 = "1s7s2lc5f0ig1yy7ygsh3sddm3sbq4mxwybqsj8lp9wjdxs7qfrs"; + sha256 = "09l4ysrdkqs91igg1faah75ay6ii684634ggvcxbkjsck65378l4"; }; hardeningDisable = [ "format" - "strictoverflow" # causes runtime failure (tested in checkPhase) ]; patchPhase = stdenv.lib.optionalString stdenv.isDarwin ''