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

Florian Pritz bluewind at archlinux.org
Sat Feb 6 11:31:11 UTC 2021


    Date: Saturday, February 6, 2021 @ 11:31:11
  Author: bluewind
Revision: 846507

archrelease: copy trunk to community-testing-x86_64

Added:
  polymake/repos/community-testing-x86_64/
  polymake/repos/community-testing-x86_64/PKGBUILD
    (from rev 846506, polymake/trunk/PKGBUILD)

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

Copied: polymake/repos/community-testing-x86_64/PKGBUILD (from rev 846506, polymake/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2021-02-06 11:31:11 UTC (rev 846507)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=polymake
+pkgver=4.3
+pkgrel=3
+_perlver=`perl -e '$v = $^V->{version}; print $v->[0].".".($v->[1]).".".($v->[2]);'`
+pkgdesc="Open source software for research in polyhedral geometry"
+arch=(x86_64)
+url="https://polymake.org/"
+license=(GPL)
+depends=(normaliz singular ppl lrs perl-xml-writer perl-xml-libxml perl-xml-libxslt
+         perl-term-readline-gnu perl-term-readkey perl-json sympol perl=$_perlver)
+makedepends=(ninja cddlib ant boost bliss libnsl jdk8-openjdk permlib)
+optdepends=('java-runtime: java module')
+source=("https://polymake.org/lib/exe/fetch.php/download/polymake-${pkgver/.r/r}-minimal.tar.bz2")
+sha256sums=('4219dc87e3be7a0f8e97484f1763748ca7dcb36debc5c87656d71f2287e95f72')
+
+build() {
+  cd polymake-$pkgver
+  ./configure \
+    --prefix=/usr \
+    --with-cdd=/usr \
+    --with-lrs=/usr \
+    --with-permlib=/usr \
+    --with-sympol=/usr
+  make
+}
+
+package() {
+  cd polymake-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list