[arch-commits] Commit in gfan/repos (6 files)

Evangelos Foutras foutrelis at archlinux.org
Sat Dec 5 18:06:06 UTC 2015


    Date: Saturday, December 5, 2015 @ 19:06:06
  Author: foutrelis
Revision: 148613

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

Added:
  gfan/repos/community-staging-i686/
  gfan/repos/community-staging-i686/PKGBUILD
    (from rev 148612, gfan/trunk/PKGBUILD)
  gfan/repos/community-staging-i686/fix-build.patch
    (from rev 148612, gfan/trunk/fix-build.patch)
  gfan/repos/community-staging-x86_64/
  gfan/repos/community-staging-x86_64/PKGBUILD
    (from rev 148612, gfan/trunk/PKGBUILD)
  gfan/repos/community-staging-x86_64/fix-build.patch
    (from rev 148612, gfan/trunk/fix-build.patch)

------------------------------------------+
 community-staging-i686/PKGBUILD          |   30 +++++++++++++++++++++++++++++
 community-staging-i686/fix-build.patch   |   11 ++++++++++
 community-staging-x86_64/PKGBUILD        |   30 +++++++++++++++++++++++++++++
 community-staging-x86_64/fix-build.patch |   11 ++++++++++
 4 files changed, 82 insertions(+)

Copied: gfan/repos/community-staging-i686/PKGBUILD (from rev 148612, gfan/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2015-12-05 18:06:06 UTC (rev 148613)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=gfan
+pkgver=0.5
+pkgrel=2
+pkgdesc="A software package for computing Gröbner fans and tropical varieties"
+arch=('i686' 'x86_64')
+url="http://home.imf.au.dk/jensen/software/gfan/gfan.html"
+license=('GPL')
+depends=('cddlib')
+source=("http://home.imf.au.dk/jensen/software/gfan/gfan${pkgver}.tar.gz" 'fix-build.patch')
+md5sums=('2d76d1625e0766c57c2b3ece809c23c8'
+         'e327ec23a3bdf20ce6c8711ab154db50')
+
+prepare() {
+  cd gfan$pkgver
+  patch -p1 -i $srcdir/fix-build.patch
+}
+
+build() {
+  cd gfan$pkgver
+  make
+}
+
+package() {
+  cd gfan$pkgver
+  make PREFIX="$pkgdir"/usr install
+}

Copied: gfan/repos/community-staging-i686/fix-build.patch (from rev 148612, gfan/trunk/fix-build.patch)
===================================================================
--- community-staging-i686/fix-build.patch	                        (rev 0)
+++ community-staging-i686/fix-build.patch	2015-12-05 18:06:06 UTC (rev 148613)
@@ -0,0 +1,11 @@
+--- gfan0.5/app_minkowski.cpp.orig	2013-03-11 19:53:30.252937718 +0100
++++ gfan0.5/app_minkowski.cpp	2013-03-11 19:53:37.346265847 +0100
+@@ -160,7 +160,7 @@
+ 	    //log0 fprintf(Stderr,"4");
+ 	    f.insert(c);
+ 	    //log0 fprintf(Stderr,"5\n");
+-	    static int i;
++	    //static int i;
+ 	    //log0 fprintf(Stderr,"inserted:%i\n",++i);
+ 	  }
+ 	log1 fprintf(Stderr,"Resolving symmetries.\n");

Copied: gfan/repos/community-staging-x86_64/PKGBUILD (from rev 148612, gfan/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2015-12-05 18:06:06 UTC (rev 148613)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=gfan
+pkgver=0.5
+pkgrel=2
+pkgdesc="A software package for computing Gröbner fans and tropical varieties"
+arch=('i686' 'x86_64')
+url="http://home.imf.au.dk/jensen/software/gfan/gfan.html"
+license=('GPL')
+depends=('cddlib')
+source=("http://home.imf.au.dk/jensen/software/gfan/gfan${pkgver}.tar.gz" 'fix-build.patch')
+md5sums=('2d76d1625e0766c57c2b3ece809c23c8'
+         'e327ec23a3bdf20ce6c8711ab154db50')
+
+prepare() {
+  cd gfan$pkgver
+  patch -p1 -i $srcdir/fix-build.patch
+}
+
+build() {
+  cd gfan$pkgver
+  make
+}
+
+package() {
+  cd gfan$pkgver
+  make PREFIX="$pkgdir"/usr install
+}

Copied: gfan/repos/community-staging-x86_64/fix-build.patch (from rev 148612, gfan/trunk/fix-build.patch)
===================================================================
--- community-staging-x86_64/fix-build.patch	                        (rev 0)
+++ community-staging-x86_64/fix-build.patch	2015-12-05 18:06:06 UTC (rev 148613)
@@ -0,0 +1,11 @@
+--- gfan0.5/app_minkowski.cpp.orig	2013-03-11 19:53:30.252937718 +0100
++++ gfan0.5/app_minkowski.cpp	2013-03-11 19:53:37.346265847 +0100
+@@ -160,7 +160,7 @@
+ 	    //log0 fprintf(Stderr,"4");
+ 	    f.insert(c);
+ 	    //log0 fprintf(Stderr,"5\n");
+-	    static int i;
++	    //static int i;
+ 	    //log0 fprintf(Stderr,"inserted:%i\n",++i);
+ 	  }
+ 	log1 fprintf(Stderr,"Resolving symmetries.\n");



More information about the arch-commits mailing list