[arch-commits] Commit in givaro/repos (4 files)

2016-08-02 Thread Antonio Rojas
Date: Tuesday, August 2, 2016 @ 16:21:25
  Author: arojas
Revision: 184855

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

Added:
  givaro/repos/community-staging-i686/
  givaro/repos/community-staging-i686/PKGBUILD
(from rev 184854, givaro/trunk/PKGBUILD)
  givaro/repos/community-staging-x86_64/
  givaro/repos/community-staging-x86_64/PKGBUILD
(from rev 184854, givaro/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   25 +
 community-staging-x86_64/PKGBUILD |   25 +
 2 files changed, 50 insertions(+)

Copied: givaro/repos/community-staging-i686/PKGBUILD (from rev 184854, 
givaro/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-02 16:21:25 UTC (rev 184855)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.2
+pkgrel=2
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('9f798d715e37734ee66176eb1fd644e1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --disable-simd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: givaro/repos/community-staging-x86_64/PKGBUILD (from rev 184854, 
givaro/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-02 16:21:25 UTC (rev 184855)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.2
+pkgrel=2
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('9f798d715e37734ee66176eb1fd644e1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared --disable-simd
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in givaro/repos (4 files)

2016-08-01 Thread Antonio Rojas
Date: Monday, August 1, 2016 @ 22:38:19
  Author: arojas
Revision: 184789

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

Added:
  givaro/repos/community-staging-i686/
  givaro/repos/community-staging-i686/PKGBUILD
(from rev 184788, givaro/trunk/PKGBUILD)
  givaro/repos/community-staging-x86_64/
  givaro/repos/community-staging-x86_64/PKGBUILD
(from rev 184788, givaro/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: givaro/repos/community-staging-i686/PKGBUILD (from rev 184788, 
givaro/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-08-01 22:38:19 UTC (rev 184789)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('9f798d715e37734ee66176eb1fd644e1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: givaro/repos/community-staging-x86_64/PKGBUILD (from rev 184788, 
givaro/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-08-01 22:38:19 UTC (rev 184789)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.2
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('9f798d715e37734ee66176eb1fd644e1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in givaro/repos (4 files)

2016-05-12 Thread Antonio Rojas
Date: Thursday, May 12, 2016 @ 18:00:23
  Author: arojas
Revision: 175052

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

Added:
  givaro/repos/community-staging-i686/
  givaro/repos/community-staging-i686/PKGBUILD
(from rev 175051, givaro/trunk/PKGBUILD)
  givaro/repos/community-staging-x86_64/
  givaro/repos/community-staging-x86_64/PKGBUILD
(from rev 175051, givaro/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: givaro/repos/community-staging-i686/PKGBUILD (from rev 175051, 
givaro/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 16:00:23 UTC (rev 175052)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('dfe1292cd811909343d179067de92bf7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: givaro/repos/community-staging-x86_64/PKGBUILD (from rev 175051, 
givaro/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 16:00:23 UTC (rev 175052)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=4.0.1
+pkgrel=1
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=(i686 x86_64)
+url="http://givaro.forge.imag.fr/;
+license=(GPL)
+depends=(gmp)
+source=("https://github.com/linbox-team/givaro/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz;)
+md5sums=('dfe1292cd811909343d179067de92bf7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


[arch-commits] Commit in givaro/repos (4 files)

2015-12-05 Thread Bartłomiej Piotrowski
Date: Saturday, December 5, 2015 @ 19:40:28
  Author: bpiotrowski
Revision: 148661

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

Added:
  givaro/repos/community-staging-i686/
  givaro/repos/community-staging-i686/PKGBUILD
(from rev 148660, givaro/trunk/PKGBUILD)
  givaro/repos/community-staging-x86_64/
  givaro/repos/community-staging-x86_64/PKGBUILD
(from rev 148660, givaro/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   30 ++
 community-staging-x86_64/PKGBUILD |   30 ++
 2 files changed, 60 insertions(+)

Copied: givaro/repos/community-staging-i686/PKGBUILD (from rev 148660, 
givaro/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-12-05 18:40:28 UTC (rev 148661)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=('i686' 'x86_64')
+url="http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/;
+license=('GPL')
+depends=('gmp')
+source=("https://forge.imag.fr/frs/download.php/592/$pkgname-$pkgver.tar.gz;)
+md5sums=('6ba1a4672a5d434d2502d17db30c86e5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: givaro/repos/community-staging-x86_64/PKGBUILD (from rev 148660, 
givaro/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2015-12-05 18:40:28 UTC (rev 148661)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Contributor: Rémy Oudompheng 
+
+pkgname=givaro
+pkgver=3.8.0
+pkgrel=2
+pkgdesc="C++ library for arithmetic and algebraic computations"
+arch=('i686' 'x86_64')
+url="http://www-lmc.imag.fr/CASYS/LOGICIELS/givaro/;
+license=('GPL')
+depends=('gmp')
+source=("https://forge.imag.fr/frs/download.php/592/$pkgname-$pkgver.tar.gz;)
+md5sums=('6ba1a4672a5d434d2502d17db30c86e5')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --enable-shared 
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}