[arch-commits] Commit in giac/repos (8 files)

Antonio Rojas arojas at archlinux.org
Wed Jan 18 15:24:18 UTC 2017


    Date: Wednesday, January 18, 2017 @ 15:24:17
  Author: arojas
Revision: 207887

archrelease: copy trunk to community-i686, community-x86_64

Added:
  giac/repos/community-i686/PKGBUILD
    (from rev 207886, giac/trunk/PKGBUILD)
  giac/repos/community-i686/giac-pari-thread.patch
    (from rev 207886, giac/trunk/giac-pari-thread.patch)
  giac/repos/community-x86_64/PKGBUILD
    (from rev 207886, giac/trunk/PKGBUILD)
  giac/repos/community-x86_64/giac-pari-thread.patch
    (from rev 207886, giac/trunk/giac-pari-thread.patch)
Deleted:
  giac/repos/community-i686/PKGBUILD
  giac/repos/community-i686/giac-pari-thread.patch
  giac/repos/community-x86_64/PKGBUILD
  giac/repos/community-x86_64/giac-pari-thread.patch

-----------------------------------------+
 /PKGBUILD                               |  102 ++++++++++++++++++++++++++++++
 /giac-pari-thread.patch                 |   22 ++++++
 community-i686/PKGBUILD                 |   51 ---------------
 community-i686/giac-pari-thread.patch   |   11 ---
 community-x86_64/PKGBUILD               |   51 ---------------
 community-x86_64/giac-pari-thread.patch |   11 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-01-18 15:23:43 UTC (rev 207886)
+++ community-i686/PKGBUILD	2017-01-18 15:24:17 UTC (rev 207887)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-9
-pkgver=${_pkgver//-/.}
-pkgrel=2
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
-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%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-i686/PKGBUILD (from rev 207886, giac/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-01-18 15:24:17 UTC (rev 207887)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.3-13
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz" giac-pari-thread.patch)
+md5sums=('909c3301f3c455464eaea6a5bc6216a6'
+         '1e871126c1c6b5be2447984ee7749e8e')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+# Fix build against thread enabled pari
+  patch -p1 -i ../giac-pari-thread.patch
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-i686/giac-pari-thread.patch
===================================================================
--- community-i686/giac-pari-thread.patch	2017-01-18 15:23:43 UTC (rev 207886)
+++ community-i686/giac-pari-thread.patch	2017-01-18 15:24:17 UTC (rev 207887)
@@ -1,11 +0,0 @@
---- giac-1.2.2/src/pari.cc.orig	2016-12-21 22:36:08.403918549 +0000
-+++ giac-1.2.2/src/pari.cc	2016-12-21 22:36:30.450537200 +0000
-@@ -53,7 +53,7 @@
- extern "C" {
- #include <pari/pari.h>
- #include <pari/paripriv.h>
--  extern void *PARI_stack_limit;
-+  extern THREAD void *PARI_stack_limit;
-   extern entree functions_basic[];
- }
- #if PARI_VERSION_CODE<PARI_VERSION(2,4,0) // 132096

Copied: giac/repos/community-i686/giac-pari-thread.patch (from rev 207886, giac/trunk/giac-pari-thread.patch)
===================================================================
--- community-i686/giac-pari-thread.patch	                        (rev 0)
+++ community-i686/giac-pari-thread.patch	2017-01-18 15:24:17 UTC (rev 207887)
@@ -0,0 +1,11 @@
+--- giac-1.2.2/src/pari.cc.orig	2016-12-21 22:36:08.403918549 +0000
++++ giac-1.2.2/src/pari.cc	2016-12-21 22:36:30.450537200 +0000
+@@ -53,7 +53,7 @@
+ extern "C" {
+ #include <pari/pari.h>
+ #include <pari/paripriv.h>
+-  extern void *PARI_stack_limit;
++  extern THREAD void *PARI_stack_limit;
+   extern entree functions_basic[];
+ }
+ #if PARI_VERSION_CODE<PARI_VERSION(2,4,0) // 132096

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-01-18 15:23:43 UTC (rev 207886)
+++ community-x86_64/PKGBUILD	2017-01-18 15:24:17 UTC (rev 207887)
@@ -1,51 +0,0 @@
-# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgbase=giac
-pkgname=(xcas libgiac)
-_pkgver=1.2.3-9
-pkgver=${_pkgver//-/.}
-pkgrel=2
-pkgdesc="A free computer algebra system"
-arch=(i686 x86_64)
-url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
-license=(GPL3)
-makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
-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%.*}
-
-  ./configure --prefix=/usr
-  make
-}
-
-package_xcas() {
-  depends=(libgiac fltk)
-  conflicts=(giac)
-  provides=(giac)
-  replaces=(giac)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{lib,include}
-}
-
-package_libgiac() {
-  pkgdesc="Giac shared library"
-  depends=(mpfi gsl pari ntl lapack libpng)
-
-  cd $pkgbase-${pkgver%.*}
-  make DESTDIR="$pkgdir" install
-
-  rm -r "$pkgdir"/usr/{bin,share}
-}

Copied: giac/repos/community-x86_64/PKGBUILD (from rev 207886, giac/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-01-18 15:24:17 UTC (rev 207887)
@@ -0,0 +1,51 @@
+# $Id: PKGBUILD 175037 2016-05-12 15:18:07Z arojas $
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgbase=giac
+pkgname=(xcas libgiac)
+_pkgver=1.2.3-13
+pkgver=${_pkgver//-/.}
+pkgrel=1
+pkgdesc="A free computer algebra system"
+arch=(i686 x86_64)
+url="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html"
+license=(GPL3)
+makedepends=(mpfi gsl pari ntl lapack libpng libjpeg fltk)
+source=("http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgbase}_${_pkgver}.tar.gz" giac-pari-thread.patch)
+md5sums=('909c3301f3c455464eaea6a5bc6216a6'
+         '1e871126c1c6b5be2447984ee7749e8e')
+
+prepare() {
+  cd $pkgbase-${pkgver%.*}
+# Fix build against thread enabled pari
+  patch -p1 -i ../giac-pari-thread.patch
+}
+
+build() {
+  cd $pkgbase-${pkgver%.*}
+
+  ./configure --prefix=/usr
+  make
+}
+
+package_xcas() {
+  depends=(libgiac fltk)
+  conflicts=(giac)
+  provides=(giac)
+  replaces=(giac)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{lib,include}
+}
+
+package_libgiac() {
+  pkgdesc="Giac shared library"
+  depends=(mpfi gsl pari ntl lapack libpng)
+
+  cd $pkgbase-${pkgver%.*}
+  make DESTDIR="$pkgdir" install
+
+  rm -r "$pkgdir"/usr/{bin,share}
+}

Deleted: community-x86_64/giac-pari-thread.patch
===================================================================
--- community-x86_64/giac-pari-thread.patch	2017-01-18 15:23:43 UTC (rev 207886)
+++ community-x86_64/giac-pari-thread.patch	2017-01-18 15:24:17 UTC (rev 207887)
@@ -1,11 +0,0 @@
---- giac-1.2.2/src/pari.cc.orig	2016-12-21 22:36:08.403918549 +0000
-+++ giac-1.2.2/src/pari.cc	2016-12-21 22:36:30.450537200 +0000
-@@ -53,7 +53,7 @@
- extern "C" {
- #include <pari/pari.h>
- #include <pari/paripriv.h>
--  extern void *PARI_stack_limit;
-+  extern THREAD void *PARI_stack_limit;
-   extern entree functions_basic[];
- }
- #if PARI_VERSION_CODE<PARI_VERSION(2,4,0) // 132096

Copied: giac/repos/community-x86_64/giac-pari-thread.patch (from rev 207886, giac/trunk/giac-pari-thread.patch)
===================================================================
--- community-x86_64/giac-pari-thread.patch	                        (rev 0)
+++ community-x86_64/giac-pari-thread.patch	2017-01-18 15:24:17 UTC (rev 207887)
@@ -0,0 +1,11 @@
+--- giac-1.2.2/src/pari.cc.orig	2016-12-21 22:36:08.403918549 +0000
++++ giac-1.2.2/src/pari.cc	2016-12-21 22:36:30.450537200 +0000
+@@ -53,7 +53,7 @@
+ extern "C" {
+ #include <pari/pari.h>
+ #include <pari/paripriv.h>
+-  extern void *PARI_stack_limit;
++  extern THREAD void *PARI_stack_limit;
+   extern entree functions_basic[];
+ }
+ #if PARI_VERSION_CODE<PARI_VERSION(2,4,0) // 132096



More information about the arch-commits mailing list