rpms/arpack/F-9 arpack-etime.patch,NONE,1.1 arpack.spec,1.2,1.3

Dominik Mierzejewski rathann at fedoraproject.org
Mon Dec 8 16:39:43 UTC 2008


Author: rathann

Update of /cvs/pkgs/rpms/arpack/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1228

Modified Files:
	arpack.spec 
Added Files:
	arpack-etime.patch 
Log Message:
* Wed Sep 24 2008 Dominik 'Rathann' Mierzejewski <rpm at greysector.net> 2.1-10
- fix libarpack.so: undefined reference to `etime_' with recent gfortran


arpack-etime.patch:

--- NEW FILE arpack-etime.patch ---
diff -up ARPACK/UTIL/second.f.etime ARPACK/UTIL/second.f
--- ARPACK/UTIL/second.f.etime	2008-09-24 22:40:53.000000000 +0200
+++ ARPACK/UTIL/second.f	2008-09-24 22:42:03.000000000 +0200
@@ -21,7 +21,6 @@
 *     ..
 *     .. External Functions ..
       REAL               ETIME
-      EXTERNAL           ETIME
 *     ..
 *     .. Executable Statements ..
 *


Index: arpack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arpack/F-9/arpack.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- arpack.spec	25 Aug 2008 09:13:39 -0000	1.2
+++ arpack.spec	8 Dec 2008 16:39:13 -0000	1.3
@@ -3,7 +3,7 @@
 Summary: Fortran77 subroutines for solving large scale eigenvalue problems
 Name: arpack
 Version: 2.1
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: RiceBSD
 Group: Development/Libraries
 URL: http://www.caam.rice.edu/software/ARPACK/
@@ -16,6 +16,7 @@
 Patch0: arpack-2.1-redhat.patch
 # see http://www.ann.jussieu.fr/pipermail/freefempp/2006/000213.html
 Patch1: arpack-second-bug.patch
+Patch2: arpack-etime.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 BuildRequires: %{?with_gfortran:gcc-gfortran}%{!?with_gfortran:/usr/bin/f77}
 # The correct dependency would be the following, but it doesn't exist on RHEL4/3
@@ -58,6 +59,7 @@
 %setup -q -b 1 -n ARPACK
 %patch0 -p1 -b .rh
 %patch1 -p1 -b .sb
+%patch2 -p1 -b .etime
 mkdir static shared
 
 %build
@@ -109,6 +111,9 @@
 %{_libdir}/libarpack.a
 
 %changelog
+* Wed Sep 24 2008 Dominik 'Rathann' Mierzejewski <rpm at greysector.net> 2.1-10
+- fix libarpack.so: undefined reference to `etime_' with recent gfortran
+
 * Mon Aug 25 2008 Axel Thimm <Axel.Thimm at ATrpms.net> - 2.1-9
 - Patch0 and %%patch make recent rpm silenty fail.
 




More information about the fedora-extras-commits mailing list