[arch-commits] Commit in pynac/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sun Oct 7 17:06:26 UTC 2018


    Date: Sunday, October 7, 2018 @ 17:06:26
  Author: arojas
Revision: 391034

Disable giac support, it causes incorrect results

Modified:
  pynac/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-07 17:04:43 UTC (rev 391033)
+++ PKGBUILD	2018-10-07 17:06:26 UTC (rev 391034)
@@ -3,12 +3,12 @@
 
 pkgname=pynac
 pkgver=0.7.22
-pkgrel=4
+pkgrel=5
 pkgdesc="Python version of GiNaC, a C++ library for symbolic mathematical calculations"
 arch=(x86_64)
 url="http://pynac.org"
 license=(GPL)
-depends=(python2 singular libgiac)
+depends=(python2 singular) # giac disabled because of https://trac.sagemath.org/ticket/26427
 source=("https://github.com/pynac/pynac/releases/download/pynac-$pkgver/pynac-$pkgver.tar.bz2")
 sha256sums=('7fa8e2a8be77c2a64ac794a5ccb53dcbd232f8a2cccad31b876e90f72fcdc090')
 



More information about the arch-commits mailing list