Hello community,

here is the log from the commit of package scalapack for openSUSE:Factory 
checked in at 2018-02-21 14:10:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/scalapack (Old)
 and      /work/SRC/openSUSE:Factory/.scalapack.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "scalapack"

Wed Feb 21 14:10:59 2018 rev:9 rq:575217 version:2.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/scalapack/scalapack.changes      2018-02-06 
16:50:34.748066377 +0100
+++ /work/SRC/openSUSE:Factory/.scalapack.new/scalapack.changes 2018-02-21 
14:11:00.915175209 +0100
@@ -1,0 +2,20 @@
+Sat Feb 10 11:11:13 UTC 2018 - e...@suse.com
+
+- Fix setting of 
+  * LIBRARY_PATH
+  * PKG_CONFIG_PATH (boo#1080426).
+  * Fix headers (boo#1080434).
+
+-------------------------------------------------------------------
+Fri Feb  9 20:07:47 UTC 2018 - e...@suse.com
+
+- Since the OpenBLAS build was fixed, reenable scalapack
+  on s390 (bsc#1079513).
+- Add support for openmpi2 for HPC (FATE#325089).
+
+-------------------------------------------------------------------
+Fri Feb  9 14:44:41 UTC 2018 - cg...@suse.com
+
+- Fix summary in module files (bnc#1080259)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ scalapack.spec ++++++
--- /var/tmp/diff_new_pack.PagYSl/_old  2018-02-21 14:11:01.639149138 +0100
+++ /var/tmp/diff_new_pack.PagYSl/_new  2018-02-21 14:11:01.639149138 +0100
@@ -52,6 +52,15 @@
 %{bcond_without hpc}
 %endif
 
+%if "%flavor" == "gnu-openmpi2-hpc"
+%{?DisOMPI2}
+%define mpi_flavor openmpi
+%define compiler_family gnu
+%undefine c_f_ver
+%define mpi_vers 2
+%{bcond_without hpc}
+%endif
+
 %if "%flavor" == "gnu-openmpi3-hpc"
 %{?DisOMPI3}
 %define mpi_flavor openmpi
@@ -107,10 +116,6 @@
 %{bcond_without hpc}
 %endif
 
-%ifarch s390
-%{?with_hpc:ExclusiveArch:  do_not_build}
-%endif
-
 %define so_ver  2
 %if %{without hpc}
 %if 0%{!?package_name:1}
@@ -296,9 +301,9 @@
 Summary:        Development libraries for BLACS (%{mpi_flavor})
 Group:          Development/Libraries/Parallel
 Requires:       %{libblacsname %_vers} = %{version}
-Requires:       blacs-devel-headers
 %if %{without hpc}
 Requires:       %{mpi_flavor}-devel
+Requires:       blacs-devel-headers
 Obsoletes:      blacs-%{mpi_flavor}-devel < %{version}
 Provides:       blacs-%{mpi_flavor}-devel = %{version}
 %else
@@ -403,7 +408,7 @@
 module-whatis "Name: %{pname} built with %{compiler_family} toolchain and 
%{hpc_mpi_family}."
 module-whatis "Version: %{version}"
 module-whatis "Category: runtime library"
-module-whatis "Description: %{summary}"
+module-whatis "Description: %{SUMMARY:0}"
 module-whatis "URL: %{url}"
 
 set     version                     %{version}
@@ -420,11 +425,14 @@
 setenv          %{hpc_upcase %pname}_DIR        %{hpc_prefix}
 
 if {[file isdirectory  %{hpc_includedir}]} {
-prepend-path    LIBRARY_PATH        %{hpc_libdir}
 prepend-path    CPATH               %{hpc_includedir}
 prepend-path    C_INCLUDE_PATH      %{hpc_includedir}
 prepend-path    CPLUS_INCLUDE_PATH  %{hpc_includedir}
 prepend-path    INCLUDE                         %{hpc_includedir}
+}
+
+if {[file isdirectory  %{hpc_libdir}]} {
+prepend-path    LIBRARY_PATH        %{hpc_libdir}
 %hpc_modulefile_add_pkgconfig_path
 
 setenv          %{hpc_upcase %pname}_LIB        %{hpc_libdir}
@@ -468,10 +476,11 @@
 %defattr(-,root,root,-)
 %{installdir}/%_lib/libscalapack.a
 
+%if %{without hpc}
 %files -n blacs-devel-headers
 %defattr(-,root,root,-)
-%{?with_hpc:%dir %{p_includedir}}
 %{p_includedir}/blacs/
+%endif
 
 %files -n %{libblacsname %_vers}
 %defattr(-,root,root,-)
@@ -480,7 +489,11 @@
 %files -n %{libblacsname %_vers}-devel
 %defattr(-,root,root,-)
 %{installdir}/%_lib/libblacs.so
-%{?with_hpc:%{hpc_pkgconfig_file -n blacs}}
+%if %{with hpc}
+%{hpc_pkgconfig_file -n blacs}
+%dir %{p_includedir}
+%{p_includedir}/blacs
+%endif
 
 %files -n %{libblacsname %_vers}-devel-static
 %defattr(-,root,root,-)

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.PagYSl/_old  2018-02-21 14:11:01.671147985 +0100
+++ /var/tmp/diff_new_pack.PagYSl/_new  2018-02-21 14:11:01.671147985 +0100
@@ -2,6 +2,7 @@
   <package>openmpi</package>
   <package>mvapich2</package>
   <package>gnu-openmpi-hpc</package>
+  <package>gnu-openmpi2-hpc</package>
   <package>gnu-openmpi3-hpc</package>
   <package>gnu-mvapich2-hpc</package>
   <package>gnu-mpich-hpc</package>


Reply via email to