rpms/scalapack/devel scalapack.spec,1.27,1.28

Deji Akingunola deji at fedoraproject.org
Wed Dec 16 04:41:57 UTC 2009


Author: deji

Update of /cvs/pkgs/rpms/scalapack/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10267

Modified Files:
	scalapack.spec 
Log Message:
* Wed Dec 15 2009 Deji Akingunola <dakingun at gmail.com> - 1.7.5-9
- Buildrequire mpich2-devel-static



Index: scalapack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/scalapack/devel/scalapack.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -p -r1.27 -r1.28
--- scalapack.spec	9 Dec 2009 19:50:49 -0000	1.27
+++ scalapack.spec	16 Dec 2009 04:41:55 -0000	1.28
@@ -18,7 +18,7 @@
 Summary: A subset of LAPACK routines redesigned for heterogenous computing
 Name: scalapack
 Version: 1.7.5
-Release: 8%{?dist}
+Release: 9%{?dist}
 # This is freely distributable without any restrictions.
 License: Public Domain
 Group: Development/Libraries
@@ -90,7 +90,7 @@ This package contains common files which
 %package mpich2
 Summary: ScaLAPACK libraries compiled against mpich2
 Group: Development/Libraries
-BuildRequires: blacs-mpich2-devel, mpich2-devel
+BuildRequires: blacs-mpich2-devel, mpich2-devel-static
 Requires: %{name}-common = %{version}-%{release}
 Requires: environment-modules
 # This is a lie, but something needs to obsolete it.
@@ -200,7 +200,7 @@ This package contains static libraries f
 cd %{name}-%{version}/
 sed -i 's!BLACSdir      =.*!BLACSdir      = %{_libdir}!' SLmake.inc
 cd ..
-for i in lam mpich2 openmpi; do
+for i in mpich2 openmpi; do
   cp -a %{name}-%{version} %{name}-%{version}-$i
   sed -i "s|FOO|$i|g" %{name}-%{version}-$i/SLmake.inc
 done
@@ -301,6 +301,9 @@ rm -fr ${RPM_BUILD_ROOT}
 %{_libdir}/scalapack-openmpi/libscalapack.a
 
 %changelog
+* Wed Dec 15 2009 Deji Akingunola <dakingun at gmail.com> - 1.7.5-9
+- Buildrequire mpich2-devel-static
+
 * Wed Dec  9 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 1.7.5-8
 - drop lam support (Provides/Obsoletes by mpich2, which is a hack, but something's gotta do it)
 - move static libs to static subpackages (resolves bz 545150)




More information about the fedora-extras-commits mailing list