From d304fad026899d2db5af26740eeb952698bd6fb2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 3 Apr 2013 00:04:48 -0700 Subject: Wed Apr 3 00:04:48 PDT 2013 --- community/vtk/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'community/vtk/PKGBUILD') diff --git a/community/vtk/PKGBUILD b/community/vtk/PKGBUILD index 607b987e6..592a5ecee 100644 --- a/community/vtk/PKGBUILD +++ b/community/vtk/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 87023 2013-03-25 19:17:06Z bpiotrowski $ +# $Id: PKGBUILD 87540 2013-04-02 19:06:45Z aginiewicz $ # Maintainer: Andrzej Giniewicz # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Christofer Bertonha @@ -12,7 +12,7 @@ pkgname=vtk pkgver=5.10.1 -pkgrel=6 +pkgrel=7 pkgdesc='A software system for 3D computer graphics, image processing, and visualization.' arch=('i686' 'x86_64') url='http://www.vtk.org/' @@ -67,6 +67,7 @@ build() { -DDOCUMENTATION_HTML_HELP:BOOL=ON \ -DDOCUMENTATION_HTML_TARZ:BOOL=ON \ -DBUILD_EXAMPLES:BOOL=ON \ + -DVTK_USE_CHEMISTRY:BOOL=ON \ -DVTK_USE_HYBRID:BOOL=ON \ -DVTK_USE_PARALLEL:BOOL=ON \ -DVTK_USE_PATENTED:BOOL=ON \ @@ -113,4 +114,3 @@ package() { sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \ $(find "${pkgdir}" -name '*.py') } - -- cgit v1.2.3-54-g00ecf