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

Antonio Rojas arojas at archlinux.org
Tue Mar 14 20:34:07 UTC 2017


    Date: Tuesday, March 14, 2017 @ 20:34:07
  Author: arojas
Revision: 216325

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

Added:
  polymake/repos/community-i686/PKGBUILD
    (from rev 216324, polymake/trunk/PKGBUILD)
  polymake/repos/community-x86_64/PKGBUILD
    (from rev 216324, polymake/trunk/PKGBUILD)
Deleted:
  polymake/repos/community-i686/PKGBUILD
  polymake/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   35 ----------------------
 community-x86_64/PKGBUILD |   35 ----------------------
 3 files changed, 70 insertions(+), 70 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-03-14 20:32:41 UTC (rev 216324)
+++ community-i686/PKGBUILD	2017-03-14 20:34:07 UTC (rev 216325)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=polymake
-pkgver=3.0r2
-pkgrel=1
-pkgdesc="Open source software for research in polyhedral geometry"
-arch=(i686 x86_64)
-url="https://polymake.org/"
-license=(GPL)
-depends=(gmp perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu)
-makedepends=(normaliz cddlib lrs bliss-graphs ppl apache-ant singular boost)
-optdepends=('singular: ideal library' 'ppl: polytope library' 'java-runtime: java module')
-source=("https://polymake.org/lib/exe/fetch.php/download/polymake-$pkgver-minimal.tar.bz2")
-md5sums=('c1f5d71cdd86d0339c3e642494d6ac67')
-
-prepare() {
-  cd polymake-3.0
-# fix lrs headers location
-  sed -e 's|lrslib.h|lrslib/lrslib.h|g' -i bundled/lrs/apps/polytope/src/lrs_interface.cc \
-      -i bundled/group/external/sympol/sympol/raycomputationlrs.cpp
-  sed -e 's|<lrslib.h>|<lrslib/lrslib.h>|g' -e 's|\$lrs_path\/include|$lrs_path/include/lrslib|g' -i bundled/lrs/configure.pl
-# fix singular detection
-  sed -e 's|lresources|lsingular_resources|g' -i bundled/singular/configure.pl
-}
-
-build() {
-  cd polymake-3.0
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd polymake-3.0
-  make DESTDIR="$pkgdir" install
-}

Copied: polymake/repos/community-i686/PKGBUILD (from rev 216324, polymake/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-03-14 20:34:07 UTC (rev 216325)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=polymake
+pkgver=3.0r2
+pkgrel=2
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(i686 x86_64)
+url="https://polymake.org/"
+license=(GPL)
+depends=(gmp perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu)
+makedepends=(normaliz cddlib lrs bliss-graphs ppl apache-ant boost) # singular
+optdepends=('singular: ideal library' 'ppl: polytope library' 'java-runtime: java module')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-$pkgver-minimal.tar.bz2")
+md5sums=('c1f5d71cdd86d0339c3e642494d6ac67')
+
+prepare() {
+  cd polymake-3.0
+# fix lrs headers location
+  sed -e 's|lrslib.h|lrslib/lrslib.h|g' -i bundled/lrs/apps/polytope/src/lrs_interface.cc \
+      -i bundled/group/external/sympol/sympol/raycomputationlrs.cpp
+  sed -e 's|<lrslib.h>|<lrslib/lrslib.h>|g' -e 's|\$lrs_path\/include|$lrs_path/include/lrslib|g' -i bundled/lrs/configure.pl
+# fix singular detection
+  sed -e 's|lresources|lsingular_resources|g' -i bundled/singular/configure.pl
+}
+
+build() {
+  cd polymake-3.0
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd polymake-3.0
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-03-14 20:32:41 UTC (rev 216324)
+++ community-x86_64/PKGBUILD	2017-03-14 20:34:07 UTC (rev 216325)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=polymake
-pkgver=3.0r2
-pkgrel=1
-pkgdesc="Open source software for research in polyhedral geometry"
-arch=(i686 x86_64)
-url="https://polymake.org/"
-license=(GPL)
-depends=(gmp perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu)
-makedepends=(normaliz cddlib lrs bliss-graphs ppl apache-ant singular boost)
-optdepends=('singular: ideal library' 'ppl: polytope library' 'java-runtime: java module')
-source=("https://polymake.org/lib/exe/fetch.php/download/polymake-$pkgver-minimal.tar.bz2")
-md5sums=('c1f5d71cdd86d0339c3e642494d6ac67')
-
-prepare() {
-  cd polymake-3.0
-# fix lrs headers location
-  sed -e 's|lrslib.h|lrslib/lrslib.h|g' -i bundled/lrs/apps/polytope/src/lrs_interface.cc \
-      -i bundled/group/external/sympol/sympol/raycomputationlrs.cpp
-  sed -e 's|<lrslib.h>|<lrslib/lrslib.h>|g' -e 's|\$lrs_path\/include|$lrs_path/include/lrslib|g' -i bundled/lrs/configure.pl
-# fix singular detection
-  sed -e 's|lresources|lsingular_resources|g' -i bundled/singular/configure.pl
-}
-
-build() {
-  cd polymake-3.0
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd polymake-3.0
-  make DESTDIR="$pkgdir" install
-}

Copied: polymake/repos/community-x86_64/PKGBUILD (from rev 216324, polymake/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-03-14 20:34:07 UTC (rev 216325)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=polymake
+pkgver=3.0r2
+pkgrel=2
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(i686 x86_64)
+url="https://polymake.org/"
+license=(GPL)
+depends=(gmp perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu)
+makedepends=(normaliz cddlib lrs bliss-graphs ppl apache-ant boost) # singular
+optdepends=('singular: ideal library' 'ppl: polytope library' 'java-runtime: java module')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-$pkgver-minimal.tar.bz2")
+md5sums=('c1f5d71cdd86d0339c3e642494d6ac67')
+
+prepare() {
+  cd polymake-3.0
+# fix lrs headers location
+  sed -e 's|lrslib.h|lrslib/lrslib.h|g' -i bundled/lrs/apps/polytope/src/lrs_interface.cc \
+      -i bundled/group/external/sympol/sympol/raycomputationlrs.cpp
+  sed -e 's|<lrslib.h>|<lrslib/lrslib.h>|g' -e 's|\$lrs_path\/include|$lrs_path/include/lrslib|g' -i bundled/lrs/configure.pl
+# fix singular detection
+  sed -e 's|lresources|lsingular_resources|g' -i bundled/singular/configure.pl
+}
+
+build() {
+  cd polymake-3.0
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd polymake-3.0
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list