[arch-commits] Commit in sagemath/trunk (PKGBUILD sagemath-ecl-no-sigfpe.patch)

Antonio Rojas arojas at archlinux.org
Sat Dec 16 13:12:43 UTC 2017


    Date: Saturday, December 16, 2017 @ 13:12:42
  Author: arojas
Revision: 274569

Remove broken ECL patch

Modified:
  sagemath/trunk/PKGBUILD
Deleted:
  sagemath/trunk/sagemath-ecl-no-sigfpe.patch

------------------------------+
 PKGBUILD                     |    3 +--
 sagemath-ecl-no-sigfpe.patch |   12 ------------
 2 files changed, 1 insertion(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-16 13:03:24 UTC (rev 274568)
+++ PKGBUILD	2017-12-16 13:12:42 UTC (rev 274569)
@@ -36,7 +36,7 @@
   mcqd coxeter3 bliss-graphs tdlib python2-pkgconfig meataxe libfes)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/sagemath/sage/archive/$pkgver.tar.gz"
         sagemath-env.patch package.patch latte-count.patch jupyter-path.patch sagemath-python3-notebook.patch test-optional.patch
-        r-no-readline.patch fes02.patch sagemath-ecl-no-sigfpe.patch sagemath-threejs.patch pari-stackwarn.patch
+        r-no-readline.patch fes02.patch sagemath-threejs.patch pari-stackwarn.patch
         sagemath-detect-igraph.patch sagemath-networkx2.patch sagemath-linbox-1.5.patch sagemath-pynac-0.7.14.patch
         sagemath-matplotlib2.patch sagemath-scipy-1.0.patch sagemath-lrs.patch sagemath-ipython-prompt.patch)
 sha256sums=('a42b55c2c8ac244535dc9b87171b7d4dd7e1d498099518ab253354fbe2eaaa7b'
@@ -48,7 +48,6 @@
             'ef94908d4ab28d13af622e6e58ec191aa78817d17e4466c7bb6f64ee72a813b9'
             'afd0952b9bb8f52fd428eae36cf719a58ff85a894baae88cbb2124e043768cc7'
             '7fcb52e96935dccb0f958d37c2f4e3918392480b9af53e08562f6cba6c68cb94'
-            'c31809f887bf9acc45c5bd9dd30bb93e73601d3efbf3016594c3c1d241731c8a'
             '514135b920a43f999571a15e97b41e14f5bed59f65b19643864dc23555a7b830'
             'bfd2a20a33ab19a8a8b216a77d07f62e809fe1e1879c4f171ce5dca62fd482e9'
             '28d7789b8d777922ab8871ca43b6afab751428cae875c0343d3962e6a2030b88'

Deleted: sagemath-ecl-no-sigfpe.patch
===================================================================
--- sagemath-ecl-no-sigfpe.patch	2017-12-16 13:03:24 UTC (rev 274568)
+++ sagemath-ecl-no-sigfpe.patch	2017-12-16 13:12:42 UTC (rev 274569)
@@ -1,12 +0,0 @@
-diff --git a/src/sage/libs/ecl.pyx b/src/sage/libs/ecl.pyx
-index 1fafb6c..4f730ad 100644
---- a/src/sage/libs/ecl.pyx
-+++ b/src/sage/libs/ecl.pyx
-@@ -314,6 +314,7 @@ def init_ecl():
-         """))
-     safe_funcall_clobj=cl_eval(string_to_object("(symbol-function 'sage-safe-funcall)"))
- 
-+    cl_eval(string_to_object("(si::trap-fpe T NIL)"))
-     ecl_has_booted = 1
- 
- cdef cl_object ecl_safe_eval(cl_object form) except NULL:



More information about the arch-commits mailing list