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

Antonio Rojas arojas at gemini.archlinux.org
Sat Apr 23 19:12:34 UTC 2022


    Date: Saturday, April 23, 2022 @ 19:12:34
  Author: arojas
Revision: 1187927

-ffat-lto-objects

Modified:
  vtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 19:11:36 UTC (rev 1187926)
+++ PKGBUILD	2022-04-23 19:12:34 UTC (rev 1187927)
@@ -7,7 +7,7 @@
 
 pkgname=vtk
 pkgver=9.1.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Software system for 3D computer graphics, image processing, and visualization"
 arch=(x86_64)
 url="https://www.vtk.org/"
@@ -82,6 +82,7 @@
   local _tkver=$(echo 'puts $tcl_version' | tclsh)
   cmake -B build -S VTK-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_CXX_FLAGS="$CXXFLAGS -ffat-lto-objects" \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LICENSEDIR=share/licenses/vtk \
     -DCMAKE_SKIP_RPATH=OFF \



More information about the arch-commits mailing list