From e8bcbfc796cff757787b2eacfda4d3020629df63 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Apr 07 2006 18:27:31 +0000 Subject: Resolve lam BR, fix bz 181775 --- diff --git a/blacs.spec b/blacs.spec index 4ff5142..c5e34cd 100644 --- a/blacs.spec +++ b/blacs.spec @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 19%{?dist} +Release: 20%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -19,8 +19,8 @@ BuildRequires: gcc-gfortran # Lam before 7.1.1-5 is missing: # -shared library support # -fPIC compilation flag -BuildRequires: lapack, blas, lam >= 7.1.1-5 -Requires: lapack, blas, lam >= 7.1.1-5 +BuildRequires: lapack, blas, lam >= 2:7.1.1-5 +Requires: lapack, blas, lam >= 2:7.1.1-5 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Patch0: blacs-shared.patch @@ -109,6 +109,9 @@ rm -fr ${RPM_BUILD_ROOT} %{_libdir}/libmpiblacs*.so %changelog +* Fri Apr 7 2006 Tom "spot" Callaway 1.1-20 +- fix lam BR + * Tue Feb 28 2006 Tom "spot" Callaway 1.1-19 - fix broken bits in shared lib (no -fstack-protector for us)