From d2ace68a96f75c3ea54d33b7d480304312882fbe Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Jan 19 2016 17:36:46 +0000 Subject: Make blacs-openmpi require blacs-common (bug #1299939) Conflicts: scalapack.spec --- diff --git a/scalapack.spec b/scalapack.spec index e1d9030..80334f3 100644 --- a/scalapack.spec +++ b/scalapack.spec @@ -17,7 +17,7 @@ Summary: A subset of LAPACK routines redesigned for heterogeneous computing Name: scalapack Version: 2.0.2 -Release: 6%{?dist} +Release: 7%{?dist} # This is freely distributable without any restrictions. License: Public Domain Group: Development/Libraries @@ -149,6 +149,7 @@ This package contains development libraries for blacs, compiled against mpich. %package -n blacs-mpich-static Summary: Static libraries for blacs (mpich) Group: Development/Libraries +Requires: blacs-mpich-devel = %{version}-%{release} Provides: blacs-mpich2-static = %{version}-%{release} Obsoletes: blacs-mpich2-static < 1.1-50 @@ -226,7 +227,7 @@ This package contains static libraries for ScaLAPACK, compiled against mpich. %package -n blacs-openmpi Summary: BLACS libraries compiled against openmpi Group: Development/Libraries -Requires: %{name}-common = %{version}-%{release} +Requires: blacs-common = %{version}-%{release} %description -n blacs-openmpi The BLACS (Basic Linear Algebra Communication Subprograms) project is @@ -252,6 +253,7 @@ This package contains development libraries for blacs, compiled against openmpi. %package -n blacs-openmpi-static Summary: Static libraries for blacs (openmpi) Group: Development/Libraries +Requires: blacs-openmpi-static = %{version}-%{release} %description -n blacs-openmpi-static This package contains static libraries for blacs, compiled against openmpi. @@ -420,6 +422,9 @@ cp -f README ../ %endif %changelog +* Tue Jan 19 2016 Orion Poplawski - 2.0.2-7 +- Make blacs-openmpi require blacs-common (bug #1299939) + * Thu Dec 18 2014 Tom Callaway - 2.0.2-6 - add missing functions (thanks to d.loveliverpool.ac.uk)