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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Jun 1 23:44:55 UTC 2017


    Date: Thursday, June 1, 2017 @ 23:44:54
  Author: svenstaro
Revision: 232652

upgpkg: alembic 1.7.1-3

disable hdf5 for now

Modified:
  alembic/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-01 23:33:29 UTC (rev 232651)
+++ PKGBUILD	2017-06-01 23:44:54 UTC (rev 232652)
@@ -2,7 +2,7 @@
 
 pkgname=alembic
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A open framework for storing and sharing scene data"
 arch=('i686' 'x86_64')
 url="http://www.alembic.io/"
@@ -19,7 +19,8 @@
 
   cmake .. \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DUSE_HDF5=ON
+    -DUSE_HDF5=OFF
+    # Temporarily disable HDF5 until upstream fixes the linking or until we make a patch.
 
   make
 }



More information about the arch-commits mailing list