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

Antonio Rojas arojas at archlinux.org
Mon Jun 19 21:37:17 UTC 2017


    Date: Monday, June 19, 2017 @ 21:37:16
  Author: arojas
Revision: 238770

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-06-19 21:36:39 UTC (rev 238769)
+++ community-i686/PKGBUILD	2017-06-19 21:37:16 UTC (rev 238770)
@@ -1,30 +0,0 @@
-# $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-i686/PKGBUILD (from rev 238769, gfan/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-06-19 21:37:16 UTC (rev 238770)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=gfan
+pkgver=0.6
+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")
+sha256sums=('12f90de250c19318eb0b183f86b09ae5a0d4acaca4e49ffb90f7a5858fbf455e')
+
+build() {
+  cd gfan$pkgver
+  make cddnoprefix=true
+}
+
+package() {
+  cd gfan$pkgver
+  make PREFIX="$pkgdir"/usr install
+}

Deleted: community-i686/fix-build.patch
===================================================================
--- community-i686/fix-build.patch	2017-06-19 21:36:39 UTC (rev 238769)
+++ community-i686/fix-build.patch	2017-06-19 21:37:16 UTC (rev 238770)
@@ -1,11 +0,0 @@
---- 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");

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-06-19 21:36:39 UTC (rev 238769)
+++ community-x86_64/PKGBUILD	2017-06-19 21:37:16 UTC (rev 238770)
@@ -1,30 +0,0 @@
-# $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-x86_64/PKGBUILD (from rev 238769, gfan/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-06-19 21:37:16 UTC (rev 238770)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Rémy Oudompheng <remy at archlinux.org>
+
+pkgname=gfan
+pkgver=0.6
+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")
+sha256sums=('12f90de250c19318eb0b183f86b09ae5a0d4acaca4e49ffb90f7a5858fbf455e')
+
+build() {
+  cd gfan$pkgver
+  make cddnoprefix=true
+}
+
+package() {
+  cd gfan$pkgver
+  make PREFIX="$pkgdir"/usr install
+}

Deleted: community-x86_64/fix-build.patch
===================================================================
--- community-x86_64/fix-build.patch	2017-06-19 21:36:39 UTC (rev 238769)
+++ community-x86_64/fix-build.patch	2017-06-19 21:37:16 UTC (rev 238770)
@@ -1,11 +0,0 @@
---- 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