[arch-commits] Commit in singular/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Mon Jun 8 16:53:13 UTC 2020
Date: Monday, June 8, 2020 @ 16:53:11
Author: arojas
Revision: 640593
Fix hang in primdecSY
Modified:
singular/trunk/PKGBUILD
----------+
PKGBUILD | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-08 16:45:47 UTC (rev 640592)
+++ PKGBUILD 2020-06-08 16:53:11 UTC (rev 640593)
@@ -6,7 +6,7 @@
_patchver=2
pkgver=${_majver//-/.}.p${_patchver}
#pkgver=${_majver//-/.}
-pkgrel=2
+pkgrel=3
pkgdesc="Computer Algebra System for polynomial computations"
arch=(x86_64)
url="https://www.singular.uni-kl.de/"
@@ -15,11 +15,18 @@
makedepends=(doxygen polymake)
checkdepends=(python2)
optdepends=('polymake: Polymake module')
-source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz")
+source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}p${_patchver}.tar.gz"
+ primdecSY-hang.patch::"https://github.com/Singular/Sources/commit/0d015456.patch")
#source=("ftp://jim.mathematik.uni-kl.de/pub/Math/Singular/SOURCES/$_majver/singular-${_majver//-/.}.tar.gz")
-sha256sums=('573f4ea5f526c6d80da3feef56362e0069e3b1a889f320ef9882996fbc857587')
+sha256sums=('ee7ac6076d7f8622a1f24d37e9b632bae0700c6e314f56728400be136df64494'
+ '46b7a7ed52ffc212693cafc46fefd1837268ea90636037da292dea6bdb205f2d')
options=(!zipman)
+prepare() {
+ cd singular-${_majver//-/.}
+ patch -p1 -i ../primdecSY-hang.patch # https://www.singular.uni-kl.de:8002/trac/ticket/865
+}
+
build() {
cd singular-${_majver//-/.}
./configure --prefix=/usr --libexecdir=/usr/lib --docdir=/usr/share/doc
More information about the arch-commits
mailing list