[arch-commits] Commit in brial/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Nov 3 17:59:29 UTC 2020
Date: Tuesday, November 3, 2020 @ 17:59:29
Author: arojas
Revision: 741181
Drop no longer used python bindings
Modified:
brial/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-03 17:35:58 UTC (rev 741180)
+++ PKGBUILD 2020-11-03 17:59:29 UTC (rev 741181)
@@ -2,14 +2,13 @@
pkgname=brial
pkgver=1.2.10
-pkgrel=1
+pkgrel=2
pkgdesc="Library for polynomials over boolean rings"
arch=(x86_64)
url="https://github.com/BRiAl/BRiAl"
license=(GPL)
depends=(m4ri)
-makedepends=(boost python)
-optdepends=('python: Python bindings')
+makedepends=(boost)
source=("https://github.com/BRiAl/BRiAl/releases/download/$pkgver/brial-$pkgver.tar.bz2")
sha256sums=('dd10ab9e0d74e046ec4d84eecbde9de026a2305246ee088883cbae5744b4f18d')
@@ -19,9 +18,6 @@
./configure --prefix=/usr --enable-shared
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # https://bugzilla.gnome.org/show_bug.cgi?id=655517
make
-
- cd sage-brial
- python setup.py build
}
check() {
@@ -33,7 +29,4 @@
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
-
- cd sage-brial
- python setup.py install --skip-build --root="$pkgdir" --optimize=1
}
More information about the arch-commits
mailing list