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

Antonio Rojas arojas at gemini.archlinux.org
Thu Nov 25 07:56:50 UTC 2021


    Date: Thursday, November 25, 2021 @ 07:56:50
  Author: arojas
Revision: 1054754

Fix symlinks, add other needed modules

Modified:
  openvdb/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-25 07:32:34 UTC (rev 1054753)
+++ PKGBUILD	2021-11-25 07:56:50 UTC (rev 1054754)
@@ -1,7 +1,7 @@
 # Maintainer : Sven-Hendrik Haase <svenstaro at archlinux.org>
 pkgname=openvdb
 pkgver=9.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='A large suite of tools for the efficient storage and manipulation of sparse volumetric data discretized on three-dimensional grids'
 url='https://github.com/dreamworksanimation/openvdb'
 arch=('x86_64')
@@ -36,7 +36,7 @@
   DESTDIR="${pkgdir}" ninja install
   # Try to workaround FS#72653 for now
   mkdir -p "${pkgdir}"/usr/share/cmake-3.22/Modules/
-  ln -s "${pkgdir}"/usr/lib/cmake/OpenVDB/FindOpenVDB.cmake "${pkgdir}"/usr/share/cmake-3.22/Modules/FindOpenVDB.cmake
+  ln -s /usr/lib/cmake/OpenVDB/{OpenVDBUtils,FindOpenVDB,FindBlosc}.cmake "${pkgdir}"/usr/share/cmake-3.22/Modules/
 }
 
 # vim:set sw=2 sts=2 et:



More information about the arch-commits mailing list