rpms/scalapack/FC-3 scalapack-1.7-fedora.patch, 1.1, 1.2 scalapack.spec, 1.2, 1.3

Tom Callaway (spot) fedora-extras-commits at redhat.com
Mon Apr 25 00:38:25 UTC 2005


Author: spot

Update of /cvs/extras/rpms/scalapack/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13651/FC-3

Modified Files:
	scalapack-1.7-fedora.patch scalapack.spec 
Log Message:

use dist tag, fix fc3 package


scalapack-1.7-fedora.patch:

Index: scalapack-1.7-fedora.patch
===================================================================
RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack-1.7-fedora.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- scalapack-1.7-fedora.patch	24 Apr 2005 17:46:32 -0000	1.1
+++ scalapack-1.7-fedora.patch	25 Apr 2005 00:38:23 -0000	1.2
@@ -26,8 +26,7 @@
  #
  #  The fortran and C compilers, loaders, and their flags
  #
--F77           = g77
-+F77           = gfortran
+ F77           = g77
  #F77           = /usr/local/pgi/linux86/bin/pgf77
  CC            = gcc
  NOOPT         = 


Index: scalapack.spec
===================================================================
RCS file: /cvs/extras/rpms/scalapack/FC-3/scalapack.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- scalapack.spec	24 Apr 2005 18:18:07 -0000	1.2
+++ scalapack.spec	25 Apr 2005 00:38:23 -0000	1.3
@@ -1,13 +1,16 @@
+%define dist .fc3
+%define fedora 3
+
 Summary: A subset of LAPACK routines redesigned for distributed memory MIMD parallel computers
 Name: scalapack
 Version: 1.7
-Release: 2
+Release: 3%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/scalapack/scalapack_home.html
 Source0: http://www.netlib.org/scalapack/scalapack.tgz
 BuildRequires: lapack, blas, lam, blacs
-BuildRequires: gcc-gfortran
+BuildRequires: gcc-g77
 Requires: lapack, blas, lam, blacs
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0: scalapack-1.7-fedora.patch
@@ -68,6 +71,10 @@
 %{_libdir}/libscalapack.a
 
 %changelog
+* Sun Apr 24 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.7-3
+- use dist tag
+- fix fc3 BuildRequires
+
 * Tue Apr 19 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.7-2
 - fix buildroot
 - add gcc-gfortran to BuildRequires (gcc-g77 for fc3)




More information about the fedora-extras-commits mailing list