[paraview] Turn off VTK_INSTALL_PYTHON_USING_CMAKE to install python properly

Orion Poplawski orion at fedoraproject.org
Mon Aug 12 20:42:20 UTC 2013


commit 82f0661ae5d9521bb8371f327589614ae5aaeabe
Author: Orion Poplawski <orion at nwra.com>
Date:   Mon Aug 12 14:40:42 2013 -0600

    Turn off VTK_INSTALL_PYTHON_USING_CMAKE to install python properly

 paraview.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/paraview.spec b/paraview.spec
index efb1039..3b1c6ab 100644
--- a/paraview.spec
+++ b/paraview.spec
@@ -238,6 +238,8 @@ developing applications that use %{name}-mpich.
 %patch1 -p0 -b .system
 %patch2 -p1 -b .Protobuf
 %patch3 -p0 -b .netcdf
+# Install python properly
+sed -i -s '/VTK_INSTALL_PYTHON_USING_CMAKE/s/TRUE/FALSE/' CMakeLists.txt
 #Remove included thirdparty sources just to be sure
 for x in autobahn vtkmpi4py vtkprotobuf twisted zope
 do


More information about the scm-commits mailing list