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

Florian Pritz bluewind at archlinux.org
Wed Aug 1 12:22:41 UTC 2018


    Date: Wednesday, August 1, 2018 @ 12:22:41
  Author: bluewind
Revision: 366750

archrelease: copy trunk to community-staging-x86_64

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

----------+
 PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

Copied: polymake/repos/community-staging-x86_64/PKGBUILD (from rev 366749, polymake/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2018-08-01 12:22:41 UTC (rev 366750)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=polymake
+_pkgver=3.2
+_patchver=3
+pkgver=$_pkgver.r$_patchver
+pkgrel=2
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(x86_64)
+url="https://polymake.org/"
+license=(GPL)
+depends=(mpfr normaliz singular ppl perl-xml-writer perl-xml-libxml perl-xml-libxslt perl-term-readline-gnu perl-term-readkey)
+makedepends=(ninja cddlib lrs apache-ant boost bliss-graphs libnsl jdk8-openjdk)
+optdepends=('java-runtime: java module')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${_pkgver}r${_patchver}-minimal.tar.bz2")
+sha256sums=('af3e4aa73138dfbcbb50eca0513b64c1ede57ae88fcd384ed6686585005a0161')
+
+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/support/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