[arch-commits] Commit in giac/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jan 3 16:56:46 UTC 2017
Date: Tuesday, January 3, 2017 @ 16:56:46
Author: arojas
Revision: 204814
Update to 1.2.3.9
Modified:
giac/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++++++----
1 file changed, 11 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-03 16:05:22 UTC (rev 204813)
+++ PKGBUILD 2017-01-03 16:56:46 UTC (rev 204814)
@@ -3,7 +3,7 @@
pkgbase=giac
pkgname=(xcas libgiac)
-_pkgver=1.2.2-105
+_pkgver=1.2.3-9
pkgver=${_pkgver//-/.}
pkgrel=1
pkgdesc="A free computer algebra system"
@@ -11,9 +11,16 @@
url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
license=(GPL3)
makedepends=(mpfi gsl pari-sage ntl lapack libpng libjpeg fltk)
-source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz")
-md5sums=('1866b23c5e4d7df6a8f33ca5f0525fb4')
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz" giac-pari-thread.patch)
+md5sums=('a493209fa45384632c07fe37d9be9162'
+ '1e871126c1c6b5be2447984ee7749e8e')
+prepare() {
+ cd $pkgbase-${pkgver%.*}
+# Fix build against thread enabled pari
+ patch -p1 -i ../giac-pari-thread.patch
+}
+
build() {
cd $pkgbase-${pkgver%.*}
@@ -35,7 +42,7 @@
package_libgiac() {
pkgdesc="Giac shared library"
- depends=(mpfi gsl pari-sage ntl lapack libpng)
+ depends=(mpfi gsl pari ntl lapack libpng)
cd $pkgbase-${pkgver%.*}
make DESTDIR="$pkgdir" install
More information about the arch-commits
mailing list