forked from pool/paraview
Accepting request 180080 from home:badshah400:branches:science
Enable python scripting for paraview OBS-URL: https://build.opensuse.org/request/show/180080 OBS-URL: https://build.opensuse.org/package/show/science/paraview?expand=0&rev=17
This commit is contained in:
parent
65f8fc8315
commit
b8ad40456b
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jun 20 05:05:52 UTC 2013 - badshah400@gmail.com
|
||||||
|
|
||||||
|
- Enable python scripting with paraview
|
||||||
|
(cmake variable DPARAVIEW_ENABLE_PYTHON:BOOL=ON); had been
|
||||||
|
turned off because earlier versions of paraview had some
|
||||||
|
building issues with this enabled.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Mar 12 00:43:02 UTC 2013 - badshah400@gmail.com
|
Tue Mar 12 00:43:02 UTC 2013 - badshah400@gmail.com
|
||||||
|
|
||||||
|
@ -49,6 +49,7 @@ BuildRequires: libQtWebKit-devel
|
|||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
%py_requires
|
||||||
%if 0%{?suse_version} >= 1140
|
%if 0%{?suse_version} >= 1140
|
||||||
BuildRequires: qt4-assistant-adp-devel
|
BuildRequires: qt4-assistant-adp-devel
|
||||||
%endif
|
%endif
|
||||||
@ -131,7 +132,7 @@ export CXXFLAGS="%{optflags}"
|
|||||||
-DPARAVIEW_BUILD_QT_GUI:BOOL=ON \\\
|
-DPARAVIEW_BUILD_QT_GUI:BOOL=ON \\\
|
||||||
-DPARAVIEW_QT_QMAKE_EXECUTABLE=%{_bindir}/qmake \\\
|
-DPARAVIEW_QT_QMAKE_EXECUTABLE=%{_bindir}/qmake \\\
|
||||||
-DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=ON \\\
|
-DPARAVIEW_BUILD_PLUGIN_SLACTools:BOOL=ON \\\
|
||||||
-DPARAVIEW_ENABLE_PYTHON:BOOL=OFF \\\
|
-DPARAVIEW_ENABLE_PYTHON:BOOL=ON \\\
|
||||||
-DVTK_OPENGL_HAS_OSMESA:BOOL=OFF \\\
|
-DVTK_OPENGL_HAS_OSMESA:BOOL=OFF \\\
|
||||||
-DVTK_USE_SYSTEM_EXPAT:BOOL=ON \\\
|
-DVTK_USE_SYSTEM_EXPAT:BOOL=ON \\\
|
||||||
-DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \\\
|
-DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \\\
|
||||||
|
Loading…
Reference in New Issue
Block a user