Hello community, here is the log from the commit of package mathgl for openSUSE:Factory checked in at 2015-03-05 15:40:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mathgl (Old) and /work/SRC/openSUSE:Factory/.mathgl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mathgl" Changes: -------- --- /work/SRC/openSUSE:Factory/mathgl/mathgl.changes 2015-02-18 12:09:23.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.mathgl.new/mathgl.changes 2015-03-05 18:16:15.000000000 +0100 @@ -1,0 +2,5 @@ +Sat Feb 28 22:25:44 UTC 2015 - [email protected] + +- Build with MPI support + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mathgl.spec ++++++ --- /var/tmp/diff_new_pack.S5opUy/_old 2015-03-05 18:16:16.000000000 +0100 +++ /var/tmp/diff_new_pack.S5opUy/_new 2015-03-05 18:16:16.000000000 +0100 @@ -62,7 +62,7 @@ BuildRequires: libtool BuildRequires: lua51-devel BuildRequires: octave-devel -# BuildRequires: openmpi-devel +BuildRequires: openmpi-devel BuildRequires: python-devel BuildRequires: python-numpy-devel BuildRequires: swig @@ -106,6 +106,17 @@ into other programs. MathGL integrates into FLTK, Qt and OpenGL applications. +%package -n %{libname}-mpi%{libversion} +Summary: MathGL library with MPI support +Group: System/Libraries + +%description -n %{libname}-mpi%{libversion} +MathGL is a cross-platform library for making high-quality scientific +graphics. It provides fast data plotting and handling of large data +arrays, as well as window and console modes and for easy embedding +into other programs. MathGL integrates into FLTK, Qt and +OpenGL applications. + %package -n %{libname}-fltk%{libversion} Summary: MathGL FLTK widget library for making high-quality scientific graphics Group: System/Libraries @@ -404,7 +415,7 @@ -DMGL_LIB_INSTALL_DIR:PATH=%{_lib} \ -DTEXMFDIR:PATH=%{_datadir}/texmf/ \ -Denable-double=on \ - -Denable-mpi=off \ + -Denable-mpi=on \ -Denable-pthread=off \ -Denable-openmp=on \ -Denable-ltdl=on \ @@ -480,6 +491,10 @@ %postun -n %{libname}%{libversion} -p /sbin/ldconfig +%post -n %{libname}-mpi%{libversion} -p /sbin/ldconfig + +%postun -n %{libname}-mpi%{libversion} -p /sbin/ldconfig + %post -n %{libname}-fltk%{libversion} -p /sbin/ldconfig %postun -n %{libname}-fltk%{libversion} -p /sbin/ldconfig @@ -536,6 +551,10 @@ %defattr(-,root,root) %{_libdir}/libmgl.so.%{somajor}* +%files -n %{libname}-mpi%{libversion} +%defattr(-,root,root) +%{_libdir}/libmgl-mpi.so.%{somajor}* + %files -n %{libname}-fltk%{libversion} %defattr(-,root,root) %{_libdir}/libmgl-fltk.so.%{somajor}* -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
