From 36315ed8bf63123958d02fb39db3468c0c84b602 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Sat, 23 Apr 2022 20:02:02 +0000 Subject: [PATCH] community/vtk to 9.1.0-14 --- community/vtk/PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD index ec748fb7a..ca420101a 100644 --- a/community/vtk/PKGBUILD +++ b/community/vtk/PKGBUILD @@ -10,10 +10,11 @@ # - add makedepend on tbb, previously pulled in by ospray # - explicitly disable the fides, adios2 modules due to -DVTK_BUILD_ALL_MODULES=ON # - generalize moving .so files in install +# - removed -ffat-lto-objects from CFLAGS 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/"