rpms/arpack/EL-5 arpack.spec,1.7,1.8

Jussi Lehtola jussilehtola at fedoraproject.org
Tue Jan 19 20:10:29 UTC 2010


Author: jussilehtola

Update of /cvs/pkgs/rpms/arpack/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv25823

Modified Files:
	arpack.spec 
Log Message:
Add missing declaration.


Index: arpack.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arpack/EL-5/arpack.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- arpack.spec	19 Jan 2010 19:52:01 -0000	1.7
+++ arpack.spec	19 Jan 2010 20:10:29 -0000	1.8
@@ -75,7 +75,7 @@ mkdir static shared
 cd shared
 for dir in ../SRC ../UTIL; do
   make -f $dir/Makefile VPATH=$dir srcdir=$dir \
-       FFLAGS="%{optflags} -fPIC" \
+       FC=$FC FFLAGS="%{optflags} -fPIC" \
        single double complex complex16
 done
 gcc -shared -llapack -Wl,-soname,libarpack.so.2 -o libarpack.so.2.1 *.o
@@ -83,7 +83,7 @@ cd ..
 cd static
 for dir in ../SRC ../UTIL; do
   make -f $dir/Makefile VPATH=$dir srcdir=$dir \
-  FFLAGS="%{optflags}" LDFLAGS="-s" \
+  FC=$FC FFLAGS="%{optflags}" LDFLAGS="-s" \
   all
 done
 ar rv libarpack.a *.o



More information about the scm-commits mailing list