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

Antonio Rojas arojas at gemini.archlinux.org
Fri Jul 23 16:14:18 UTC 2021


    Date: Friday, July 23, 2021 @ 16:14:18
  Author: arojas
Revision: 984530

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: normaliz/repos/community-staging-x86_64/PKGBUILD (from rev 984529, normaliz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2021-07-23 16:14:18 UTC (rev 984530)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Tarn Burton <twburton at gmail dot com>
+
+pkgname=normaliz
+pkgver=3.9.0
+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=(nauty)
+source=(https://github.com/Normaliz/Normaliz/releases/download/v$pkgver/Normaliz-$pkgver.tar.gz)
+sha256sums=('0f3edf11223894bae958a73a379c7de4c9beb9c53d69ed3c25e27eec2beadbe7')
+
+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