[arch-commits] Commit in normaliz/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Aug 24 19:30:12 UTC 2019


    Date: Saturday, August 24, 2019 @ 19:30:11
  Author: arojas
Revision: 501542

Install missing header

Modified:
  normaliz/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-24 19:07:33 UTC (rev 501541)
+++ PKGBUILD	2019-08-24 19:30:11 UTC (rev 501542)
@@ -3,7 +3,7 @@
 
 pkgname=normaliz
 pkgver=3.7.4
-pkgrel=1
+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/"
@@ -25,4 +25,6 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
+
+  install -Dm644 source/libnormaliz/output.h -t "$pkgdir"/usr/include/libnormaliz # https://github.com/Normaliz/Normaliz/issues/262
 }



More information about the arch-commits mailing list