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

Antonio Rojas arojas at archlinux.org
Tue Mar 28 21:10:57 UTC 2017


    Date: Tuesday, March 28, 2017 @ 21:10:56
  Author: arojas
Revision: 219760

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

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

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

Copied: polymake/repos/community-staging-i686/PKGBUILD (from rev 219759, polymake/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-03-28 21:10:56 UTC (rev 219760)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=polymake
+pkgver=3.1
+pkgrel=1
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(i686 x86_64)
+url="https://polymake.org/"
+license=(GPL)
+depends=(mpfr perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu perl-term-readkey)
+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")
+sha256sums=('f751e3c34e5ee3a015a99d1151b357130f15878c0bcea82827a19a12009e7fc0')
+
+prepare() {
+  cd polymake-$pkgver
+# fix lrs headers location
+  sed -e 's|lrslib.h|lrslib/lrslib.h|g' -i bundled/lrs/apps/polytope/src/lrs_interface.cc \
+      -i bundled/sympol/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
+}
+
+build() {
+  cd polymake-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd polymake-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Copied: polymake/repos/community-staging-x86_64/PKGBUILD (from rev 219759, polymake/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-03-28 21:10:56 UTC (rev 219760)
@@ -0,0 +1,33 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=polymake
+pkgver=3.1
+pkgrel=1
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(i686 x86_64)
+url="https://polymake.org/"
+license=(GPL)
+depends=(mpfr perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu perl-term-readkey)
+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")
+sha256sums=('f751e3c34e5ee3a015a99d1151b357130f15878c0bcea82827a19a12009e7fc0')
+
+prepare() {
+  cd polymake-$pkgver
+# fix lrs headers location
+  sed -e 's|lrslib.h|lrslib/lrslib.h|g' -i bundled/lrs/apps/polytope/src/lrs_interface.cc \
+      -i bundled/sympol/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
+}
+
+build() {
+  cd polymake-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd polymake-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list