Hello community,

here is the log from the commit of package vtk for openSUSE:Factory checked in 
at 2015-02-27 11:10:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vtk (Old)
 and      /work/SRC/openSUSE:Factory/.vtk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vtk"

Changes:
--------
--- /work/SRC/openSUSE:Factory/vtk/vtk.changes  2014-09-12 10:03:52.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.vtk.new/vtk.changes     2015-02-27 
11:10:29.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Feb 26 12:30:11 UTC 2015 - [email protected]
+
+- Add MPI support
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vtk.spec ++++++
--- /var/tmp/diff_new_pack.Vjuewn/_old  2015-02-27 11:10:30.000000000 +0100
+++ /var/tmp/diff_new_pack.Vjuewn/_new  2015-02-27 11:10:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vtk
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -61,6 +61,7 @@
 BuildRequires:  libqt4-devel
 BuildRequires:  libtheora-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  openmpi-devel
 BuildRequires:  python-devel
 BuildRequires:  python-qt4-devel
 BuildRequires:  tcl-devel
@@ -101,6 +102,7 @@
 Requires:       libqt4-devel
 Requires:       libtheora-devel
 Requires:       libtiff-devel
+Requires:       openmpi-devel
 Requires:       python-%{name} = %{version}
 Requires:       python-%{name}-qt = %{version}
 
@@ -241,6 +243,8 @@
 mkdir build
 pushd build
 cmake .. \
+    -DCMAKE_CXX_COMPILER:STRING='mpicxx' \
+    -DCMAKE_C_COMPILER:STRING='mpicc' \
     -DBUILD_DOCUMENTATION:BOOL=ON \
     -DBUILD_EXAMPLES:BOOL=ON \
     -DBUILD_SHARED_LIBS:BOOL=ON \
@@ -265,6 +269,7 @@
     -DVTK_WRAP_JAVA:BOOL=ON \
     -DVTK_WRAP_PYTHON_SIP:BOOL=ON \
     -DVTK_WRAP_TCL:BOOL=ON \
+    -DVTK_Group_MPI:BOOL=ON \
     -DVTK_Group_Imaging:BOOL=ON \
     -DVTK_Group_Qt:BOOL=ON \
     -DModule_vtkTestingCore:BOOL=ON \
@@ -399,6 +404,7 @@
 %files -n python-%{name}
 %defattr(-,root,root,-)
 %{_bindir}/%{name}python
+%{_bindir}/p%{name}python
 %{_bindir}/%{name}WrapPython
 %{_bindir}/%{name}WrapPythonInit
 %{_libdir}/%{name}/*Python*.so.*

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to