Hello community,

here is the log from the commit of package quantum-espresso for 
openSUSE:Factory checked in at 2019-11-06 14:05:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/quantum-espresso (Old)
 and      /work/SRC/openSUSE:Factory/.quantum-espresso.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "quantum-espresso"

Wed Nov  6 14:05:53 2019 rev:5 rq:745394 version:5.1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/quantum-espresso/quantum-espresso.changes        
2015-08-10 09:15:55.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.quantum-espresso.new.2990/quantum-espresso.changes  
    2019-11-06 14:05:58.304777602 +0100
@@ -1,0 +2,6 @@
+Fri Nov  1 14:35:58 UTC 2019 - Atri Bhattacharya <badshah...@gmail.com>
+
+- openmpi has been renamed to openmpi1; adapt BuildRequires and
+  file list accordingly.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ quantum-espresso.spec ++++++
--- /var/tmp/diff_new_pack.vmCI8X/_old  2019-11-06 14:06:00.140779523 +0100
+++ /var/tmp/diff_new_pack.vmCI8X/_new  2019-11-06 14:06:00.140779523 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package quantum-espresso
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,13 +23,15 @@
 %define _openmpi 1
 %endif
 
-%define _mpi %{?_openmpi:openmpi} %{?_mvapich2:mvapich2}
+%define omp_ver 1
+
+%define _mpi %{?_openmpi:openmpi}%{omp_ver} %{?_mvapich2:mvapich2}
 
 Name:           quantum-espresso
 Version:        5.1.2
 Release:        0
 Summary:        A suite for electronic-structure calculations and materials 
modeling
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Scientific/Physics
 Url:            http://www.quantum-espresso.org
 Source0:        
http://qe-forge.org/gf/download/frsrelease/185/753/espresso-%{version}.tar.gz
@@ -48,7 +50,7 @@
 BuildRequires:  gcc-fortran
 BuildRequires:  lapack-devel
 %if 0%{?_openmpi}
-BuildRequires:  openmpi-devel
+BuildRequires:  openmpi%{omp_ver}-devel
 %endif
 %if 0%{?_mvapich2}
 BuildRequires:  mvapich2-devel
@@ -156,7 +158,7 @@
 %files openmpi
 %defattr(-,root,root)
 %doc License README
-%{_libdir}/mpi/gcc/openmpi/bin/*.x
+%{_libdir}/mpi/gcc/openmpi%{omp_ver}/bin/*.x
 
 %if 0%{?sles_version}
 %files mvapich2


Reply via email to