about summary refs log tree commit diff
path: root/pkgs/applications/science
diff options
context:
space:
mode:
authorTimo Kaufmann <timokau@zoho.com>2018-07-16 22:45:07 +0200
committerTimo Kaufmann <timokau@zoho.com>2018-07-16 22:46:54 +0200
commit30585139410578e9cbf3091a3f930dcd22de1ebc (patch)
tree3ab1b20627547e85bb79414f6edd9eae5222a5c0 /pkgs/applications/science
parent8f9b985e60de16883b2e67eaf2924144d647f31e (diff)
downloadnixlib-30585139410578e9cbf3091a3f930dcd22de1ebc.tar
nixlib-30585139410578e9cbf3091a3f930dcd22de1ebc.tar.gz
nixlib-30585139410578e9cbf3091a3f930dcd22de1ebc.tar.bz2
nixlib-30585139410578e9cbf3091a3f930dcd22de1ebc.tar.lz
nixlib-30585139410578e9cbf3091a3f930dcd22de1ebc.tar.xz
nixlib-30585139410578e9cbf3091a3f930dcd22de1ebc.tar.zst
nixlib-30585139410578e9cbf3091a3f930dcd22de1ebc.zip
fetchpatch: add option to revert a patch
Diffstat (limited to 'pkgs/applications/science')
-rw-r--r--pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch14
-rw-r--r--pkgs/applications/science/math/sage/sage-src.nix7
2 files changed, 6 insertions, 15 deletions
diff --git a/pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch b/pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch
deleted file mode 100644
index b57e48b86dec..000000000000
--- a/pkgs/applications/science/math/sage/patches/revert-269c1e1551285.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-reverted:
---- b/src/sage/geometry/polyhedron/backend_cdd.py
-+++ a/src/sage/geometry/polyhedron/backend_cdd.py
-@@ -154,7 +154,9 @@
-             ...    [0.62, -1.38, 0.38],[0.144, -1.04, 0.04],
-             ...    [0.1309090909, -1.0290909091, 0.04]]
-             sage: Polyhedron(point_list)
-+            Traceback (most recent call last):
-+            ...
-+            ValueError: *Error: Numerical inconsistency is found.  Use the GMP exact arithmetic.
--            A 3-dimensional polyhedron in RDF^3 defined as the convex hull of 14 vertices
-             sage: Polyhedron(point_list, base_ring=QQ)
-             A 3-dimensional polyhedron in QQ^3 defined as the convex hull of 14 vertices
-         """
diff --git a/pkgs/applications/science/math/sage/sage-src.nix b/pkgs/applications/science/math/sage/sage-src.nix
index 348adf5d5095..a785c310bd3e 100644
--- a/pkgs/applications/science/math/sage/sage-src.nix
+++ b/pkgs/applications/science/math/sage/sage-src.nix
@@ -156,7 +156,12 @@ stdenv.mkDerivation rec {
       sha256 = "0fmw7pzbaxs2dshky6iw9pr8i23p9ih2y2lw661qypdrxh5xw03k";
       stripLen = 1;
     })
-    ./patches/revert-269c1e1551285.patch
+    (fetchpatch {
+      name = "revert-cddlib-doctest-changes.patch";
+      url = "https://git.sagemath.org/sage.git/patch/?id=269c1e1551285566b8ba7a2b890989e5590e9f11";
+      sha256 = "12bcjhq7hm2pmmj2bgjvcffjyls2x7q61ivlnaj5v5bsvhc183iy";
+      revert = true;
+    })
 
 
     # Only formatting changes.