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

Antonio Rojas arojas at archlinux.org
Sat Dec 19 22:55:34 UTC 2020


    Date: Saturday, December 19, 2020 @ 22:55:34
  Author: arojas
Revision: 780047

archrelease: copy trunk to community-staging-x86_64

Added:
  normaliz/repos/community-staging-x86_64/
  normaliz/repos/community-staging-x86_64/PKGBUILD
    (from rev 780046, normaliz/trunk/PKGBUILD)

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

Copied: normaliz/repos/community-staging-x86_64/PKGBUILD (from rev 780046, normaliz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2020-12-19 22:55:34 UTC (rev 780047)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tarn Burton <twburton at gmail dot com>
+
+pkgname=normaliz
+pkgver=3.8.9
+pkgrel=2
+pkgdesc="A tool for computations in affine monoids, vector configurations, lattice polytopes, and rational cones."
+arch=(x86_64)
+url="https://www.normaliz.uni-osnabrueck.de/"
+license=(GPL)
+depends=(e-antic)
+makedepends=(boost nauty)
+source=("https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz")
+sha256sums=('a4c3eda39ffe42120adfd3bda9433b01d9965516e3f98e401b62752a54bee5dd')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  #https://bugzilla.gnome.org/show_bug.cgi?id=655517
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list