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

Antonio Rojas arojas at archlinux.org
Sun Oct 18 18:49:57 UTC 2020


    Date: Sunday, October 18, 2020 @ 18:49:57
  Author: arojas
Revision: 398561

Enable static libs (FS#68325)

Modified:
  qhull/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-18 11:41:11 UTC (rev 398560)
+++ PKGBUILD	2020-10-18 18:49:57 UTC (rev 398561)
@@ -7,7 +7,7 @@
 pkgname=qhull
 pkgver=2020.2
 _pkgver=8.0.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A general dimension code for computing convex hulls and related structures"
 arch=(x86_64)
 url="http://www.qhull.org/"
@@ -19,8 +19,7 @@
 
 build() {
   cmake -B build -S $pkgname-$pkgver \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DBUILD_STATIC_LIBS=OFF
+    -DCMAKE_INSTALL_PREFIX=/usr
   cmake --build build
   cmake --build build --target libqhull # deprecated, needed by octave
 }



More information about the arch-commits mailing list