diff options
author | root <root@rshg054.dnsready.net> | 2013-04-03 00:04:48 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-04-03 00:04:48 -0700 |
commit | d304fad026899d2db5af26740eeb952698bd6fb2 (patch) | |
tree | e27756f33de9dec25b2f7b7d2bf3deee3b29ad03 /community/vtk/PKGBUILD | |
parent | c9738c6a1d438f30dfa7363aa847343754f953ac (diff) |
Wed Apr 3 00:04:48 PDT 2013
Diffstat (limited to 'community/vtk/PKGBUILD')
-rw-r--r-- | community/vtk/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
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 <gginiu@gmail.com> # Contributor: Thomas Dziedzic < gostrc at gmail > # Contributor: Christofer Bertonha <christoferbertonha at gmail dot com> @@ -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') } - |