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

Antonio Rojas arojas at archlinux.org
Sun Dec 23 21:53:54 UTC 2018


    Date: Sunday, December 23, 2018 @ 21:53:53
  Author: arojas
Revision: 417672

Drop patch, we can fix this in sagemath itself

Modified:
  maxima-ecl/trunk/PKGBUILD
Deleted:
  maxima-ecl/trunk/maxima-sigfpe.patch

---------------------+
 PKGBUILD            |    6 ++----
 maxima-sigfpe.patch |    7 -------
 2 files changed, 2 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-23 21:29:09 UTC (rev 417671)
+++ PKGBUILD	2018-12-23 21:53:53 UTC (rev 417672)
@@ -7,7 +7,7 @@
 _pkgname=maxima
 pkgver=5.42.1
 _eclver=16.1.3
-pkgrel=3
+pkgrel=4
 pkgdesc="A sophisticated computer algebra system (compiled against ecl)"
 arch=(x86_64)
 license=(GPL)
@@ -19,7 +19,7 @@
 provides=(maxima)
 options=(!zipman) # don't zip info pages or they won't work inside maxima
 source=("https://downloads.sourceforge.net/sourceforge/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"
-        build-fasl.patch matrixexp.patch stack.patch maxima-sigfpe.patch)
+        build-fasl.patch matrixexp.patch stack.patch)
 sha256sums=('8f555aec33bc61b5a3ee0fe2e9d6c1179db67a2ff7e0eceb6bb614058eeb40cd'
             '90ced3b33361fa24c2b417e0aeba8956892f0965b4a22d57d0c04115f2a3274b'
             'ef1bc6a15fc982ff8c6aa1800bbbd3284d9e060ca27abf9d8c1266632c0c2619'
@@ -35,8 +35,6 @@
   patch -p1 -i ../matrixexp.patch
 # fix segfaults in sagemath
   patch -p1 -i ../stack.patch
-# fix SIGFPE in sagemath
-  patch -p1 -i ../maxima-sigfpe.patch
 }
 
 build() {

Deleted: maxima-sigfpe.patch
===================================================================
--- maxima-sigfpe.patch	2018-12-23 21:29:09 UTC (rev 417671)
+++ maxima-sigfpe.patch	2018-12-23 21:53:53 UTC (rev 417672)
@@ -1,7 +0,0 @@
---- maxima-5.42.1/src/ecl-port.lisp.orig	2018-12-23 21:10:48.994571328 +0000
-+++ maxima-5.42.1/src/ecl-port.lisp	2018-12-23 21:10:56.384558865 +0000
-@@ -20,4 +20,3 @@
-       s)))
- 
- (si::trap-fpe 'floating-point-underflow nil)
--(si::trap-fpe 'floating-point-overflow t)



More information about the arch-commits mailing list