[Pkg-scicomp-devel] arpack/trunk

Christophe Prud'homme prudhomm at debian.org
Thu Jul 26 22:26:10 UTC 2007


SVN commit 1734 by prudhomm:

ause gfortran

 M  +8 -8      arpack/trunk/ARmake.inc  
 M  +2 -1      arpack/trunk/debian/changelog  


--- arpack/trunk/ARmake.inc #1733:1734
@@ -21,7 +21,7 @@
 #
 # %--------------------------------------%
 # | You should change the definition of  |
-# | home if ARPACK is built some place   | 
+# | home if ARPACK is built some place   |
 # | other than your home directory.      |
 # %--------------------------------------%
 #
@@ -59,12 +59,12 @@
 # %---------------------------------------------------%
 #
 ARPACKLIB  = $(home)/libarpack.a
-LAPACKLIB = 
-BLASLIB = 
+LAPACKLIB =
+BLASLIB =
 #
-ALIBS =  $(ARPACKLIB) $(LAPACKLIB) $(BLASLIB) 
+ALIBS =  $(ARPACKLIB) $(LAPACKLIB) $(BLASLIB)
 #
-# 
+#
 # %---------------------------------------------------------%
 # |                  SECTION 2: COMPILERS                   |
 # |                                                         |
@@ -102,10 +102,10 @@
 # | for your system.                        |
 # %-----------------------------------------%
 #
-FC      = g77
+FC      = gfortran
 FFLAGS	= -O2
 
-LDFLAGS = 
+LDFLAGS =
 CD      = cd
 
 ECHO    = echo
@@ -126,7 +126,7 @@
 #  | ranlib, set RANLIB = touch.                                    |
 #  %----------------------------------------------------------------%
 #
-AR = ar 
+AR = ar
 ARFLAGS = rv
 #RANLIB  = touch
 RANLIB   = ranlib
--- arpack/trunk/debian/changelog #1733:1734
@@ -7,8 +7,9 @@
   [Christophe Prud'homme]
   * RiceBSD.*: added license clarification
   * Bug fix: "Wishlist: parpack", thanks to Viral Shah (Closes: #195579).
+  * debian/control: use gfortran
 
- -- Christophe Prud'homme <prudhomm at debian.org>  Thu, 26 Jul 2007 23:44:50 +0200
+ -- Christophe Prud'homme <prudhomm at debian.org>  Fri, 27 Jul 2007 00:25:11 +0200
 
 arpack (2.1-9) unstable; urgency=low
 



More information about the Pkg-scicomp-devel mailing list