rpms/paraview/devel paraview.spec,1.6,1.7

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Wed Oct 4 15:23:23 UTC 2006


Author: orion

Update of /cvs/extras/rpms/paraview/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13734

Modified Files:
	paraview.spec 
Log Message:
- Re-enable OSMESA support for FC6
- Enable python wrapping



Index: paraview.spec
===================================================================
RCS file: /cvs/extras/rpms/paraview/devel/paraview.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- paraview.spec	15 Sep 2006 22:08:51 -0000	1.6
+++ paraview.spec	4 Oct 2006 15:23:23 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           paraview
 Version:        2.4.4
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Parallel visualization application
 
 Group:          Applications/Engineering
@@ -15,7 +15,7 @@
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  cmake, lam-devel
-BuildRequires:  libGLU-devel, libXt-devel
+BuildRequires:  libGLU-devel, libXt-devel, mesa-libOSMesa-devel
 BuildRequires:  python-devel, tk-devel, hdf5-devel
 BuildRequires:  freetype-devel, libjpeg-devel, libpng-devel, libtiff-devel, zlib-devel
 BuildRequires:  expat-devel
@@ -120,6 +120,8 @@
         -DTCL_LIBRARY:PATH=tcl \
         -DTK_LIBRARY:PATH=tk \
         -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=ON \
+        -DPARAVIEW_WRAP_PYTHON:BOOL=ON \
+        -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
         -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
         -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \
         -DVTK_USE_SYSTEM_JPEG:BOOL=ON \
@@ -128,9 +130,6 @@
         -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
         -DBUILD_DOCUMENTATION:BOOL=ON \
         -DBUILD_EXAMPLES:BOOL=ON
-# Broken at the moment
-#        -DPARAVIEW_WRAP_PYTHON:BOOL=ON \
-#
 make
 popd
 mkdir fedora-mpi
@@ -151,9 +150,11 @@
         -DTCL_LIBRARY:PATH=tcl \
         -DTK_LIBRARY:PATH=tk \
         -DPARAVIEW_USE_SYSTEM_HDF5:BOOL=ON \
+        -DPARAVIEW_WRAP_PYTHON:BOOL=ON \
         -DVTK_USE_MPI:BOOL=ON \
         -DMPI_INCLUDE_PATH:PATH=%{_includedir}/lam \
         -DMPI_LIBRARY:STRING="-L%{_libdir}/lam -llammpio -llammpi++ -llamf77mpi -lmpi -llam -laio -lutil -ldl" \
+        -DVTK_OPENGL_HAS_OSMESA:BOOL=ON \
         -DVTK_USE_SYSTEM_EXPAT:BOOL=ON \
         -DVTK_USE_SYSTEM_FREETYPE:BOOL=ON \
         -DVTK_USE_SYSTEM_JPEG:BOOL=ON \
@@ -162,9 +163,6 @@
         -DVTK_USE_SYSTEM_ZLIB:BOOL=ON \
         -DBUILD_DOCUMENTATION:BOOL=ON \
         -DBUILD_EXAMPLES:BOOL=ON
-# Broken at the moment
-#        -DPARAVIEW_WRAP_PYTHON:BOOL=ON \
-#
 make
 
 
@@ -273,7 +271,7 @@
 %{_bindir}/pvbatch
 %{_bindir}/pvclient
 %{_bindir}/pvdataserver
-#%{_bindir}/pvpython
+%{_bindir}/pvpython
 %{_bindir}/pvrenderserver
 %{_bindir}/pvserver
 %{_datadir}/applications/fedora-paraview.desktop
@@ -287,7 +285,7 @@
 %{_bindir}/pvbatch-mpi
 %{_bindir}/pvclient-mpi
 %{_bindir}/pvdataserver-mpi
-#%{_bindir}/pvpython-mpi
+%{_bindir}/pvpython-mpi
 %{_bindir}/pvrenderserver-mpi
 %{_bindir}/pvserver-mpi
 %{_datadir}/applications/fedora-paraview-mpi.desktop
@@ -308,6 +306,10 @@
 
 
 %changelog
+* Wed Oct  4 2006 - Orion Poplawski <orion at cora.wnra.com> - 2.4.4-2
+- Re-enable OSMESA support for FC6
+- Enable python wrapping
+
 * Fri Sep 15 2006 - Orion Poplawski <orion at cora.wnra.com> - 2.4.4-1
 - Update to 2.4.4
 




More information about the scm-commits mailing list