Hello community,

here is the log from the commit of package petsc for openSUSE:Factory checked 
in at 2019-07-21 11:34:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/petsc (Old)
 and      /work/SRC/openSUSE:Factory/.petsc.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "petsc"

Sun Jul 21 11:34:59 2019 rev:15 rq:717127 version:3.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/petsc/petsc.changes      2019-07-05 
13:48:43.437453845 +0200
+++ /work/SRC/openSUSE:Factory/.petsc.new.4126/petsc.changes    2019-07-21 
11:35:00.712770096 +0200
@@ -1,0 +2,14 @@
+Fri Jul 19 16:15:44 UTC 2019 - Egbert Eich <[email protected]>
+
+- Upped memory constraints to 6G for non-ppc systems as well,
+  leaving the special ppc treatment in place in case we need to up it
+  some more there.
+
+-------------------------------------------------------------------
+Wed Jul 17 06:07:56 UTC 2019 - Michel Normand <[email protected]>
+
+- update _constraints for PowerPC more than 4G memory
+- Add BuildRequires libopenblas-gnu-hpc >=  0.3.6 for hpc to  avoid
+  to build when openblas library not available.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ petsc.spec ++++++
--- /var/tmp/diff_new_pack.uAjBpd/_old  2019-07-21 11:35:02.048769822 +0200
+++ /var/tmp/diff_new_pack.uAjBpd/_new  2019-07-21 11:35:02.052769821 +0200
@@ -22,6 +22,7 @@
 %define vers 3.8.3
 %define _vers 3_8_3
 %define so_ver 3
+%define openblas_vers 0.3.6
 
 ExcludeArch:    s390 s390x
 
@@ -246,6 +247,7 @@
 BuildRequires:  
%{mpi_family}%{?mpi_vers}-%{compiler_family}%{?c_f_ver}-hpc-macros-devel
 BuildRequires:  
hdf5%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-%{mpi_family}%{?mpi_vers}-hpc-devel
 BuildRequires:  libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel
+BuildRequires:  libopenblas-%{compiler_family}-hpc >=  %{openblas_vers}
 BuildRequires:  
libscalapack2%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-%{mpi_family}%{?mpi_vers}-hpc-devel
 BuildRequires:  lua-lmod
 BuildRequires:  suse-hpc

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.uAjBpd/_old  2019-07-21 11:35:02.068769819 +0200
+++ /var/tmp/diff_new_pack.uAjBpd/_new  2019-07-21 11:35:02.068769819 +0200
@@ -2,7 +2,18 @@
 <constraints>
   <hardware>
     <memory>
-      <size unit="G">4</size>
+      <size unit="G">6</size>
     </memory>
   </hardware>
+  <overwrite>
+    <conditions>
+      <arch>ppc64</arch>
+      <arch>ppc64le</arch>
+    </conditions>
+    <hardware>
+    <memory>
+      <size unit="G">6</size>
+    </memory>
+    </hardware>
+  </overwrite>
 </constraints>


Reply via email to