[arch-commits] Commit in gfan (7 files)

Antonio Rojas arojas at archlinux.org
Sat Dec 20 20:27:52 UTC 2014


    Date: Saturday, December 20, 2014 @ 21:27:52
  Author: arojas
Revision: 124210

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

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

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

Copied: gfan/repos/community-i686/PKGBUILD (from rev 124209, gfan/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2014-12-20 20:27:52 UTC (rev 124210)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=gfan
+pkgver=0.5
+pkgrel=1
+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-i686/fix-build.patch (from rev 124209, gfan/trunk/fix-build.patch)
===================================================================
--- repos/community-i686/fix-build.patch	                        (rev 0)
+++ repos/community-i686/fix-build.patch	2014-12-20 20:27:52 UTC (rev 124210)
@@ -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-x86_64/PKGBUILD (from rev 124209, gfan/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2014-12-20 20:27:52 UTC (rev 124210)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=gfan
+pkgver=0.5
+pkgrel=1
+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-x86_64/fix-build.patch (from rev 124209, gfan/trunk/fix-build.patch)
===================================================================
--- repos/community-x86_64/fix-build.patch	                        (rev 0)
+++ repos/community-x86_64/fix-build.patch	2014-12-20 20:27:52 UTC (rev 124210)
@@ -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