[arch-commits] Commit in normaliz/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Fri Jul 2 16:28:49 UTC 2021
Date: Friday, July 2, 2021 @ 16:28:48
Author: arojas
Revision: 970844
archrelease: copy trunk to community-staging-x86_64
Added:
normaliz/repos/community-staging-x86_64/
normaliz/repos/community-staging-x86_64/PKGBUILD
(from rev 970843, normaliz/trunk/PKGBUILD)
----------+
PKGBUILD | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
Copied: normaliz/repos/community-staging-x86_64/PKGBUILD (from rev 970843, normaliz/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2021-07-02 16:28:48 UTC (rev 970844)
@@ -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=1
+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