[arch-commits] Commit in singular/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 22 14:08:36 UTC 2020
Date: Sunday, March 22, 2020 @ 14:08:35
Author: arojas
Revision: 603506
Run checks
Modified:
singular/trunk/PKGBUILD
----------+
PKGBUILD | 6 ++++++
1 file changed, 6 insertions(+)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-22 13:24:55 UTC (rev 603505)
+++ PKGBUILD 2020-03-22 14:08:35 UTC (rev 603506)
@@ -13,6 +13,7 @@
license=(GPL)
depends=(flint cddlib)
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"
omfree-segfault.patch::"https://github.com/Singular/Sources/commit/7886c15.patch")
@@ -34,6 +35,11 @@
make
}
+check() {
+ cd singular-${_majver//-/.}
+ make check
+}
+
package() {
cd singular-${_majver//-/.}
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list