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

Antonio Rojas arojas at archlinux.org
Sun Sep 13 19:40:13 UTC 2020


    Date: Sunday, September 13, 2020 @ 19:40:12
  Author: arojas
Revision: 396005

Install deprecated libqhull.so library, needed by octave

Modified:
  qhull/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-13 18:33:53 UTC (rev 396004)
+++ PKGBUILD	2020-09-13 19:40:12 UTC (rev 396005)
@@ -7,7 +7,7 @@
 pkgname=qhull
 pkgver=2020.2
 _pkgver=8.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A general dimension code for computing convex hulls and related structures"
 arch=(x86_64)
 url="http://www.qhull.org/"
@@ -22,10 +22,12 @@
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_STATIC_LIBS=OFF
   cmake --build build
+  cmake --build build --target libqhull # deprecated, needed by octave
 }
 
 package() { 
   DESTDIR="$pkgdir" cmake --install build
+  install -Dm644 build/libqhull.so* -t "$pkgdir"/usr/lib/
 
   # Install license
   install -Dm644 "$srcdir"/$pkgname-$pkgver/COPYING.txt -t "$pkgdir"/usr/share/licenses/$pkgname/



More information about the arch-commits mailing list