diff options
author | julie <julielangou@users.noreply.github.com> | 2012-04-13 18:22:32 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2012-04-13 18:22:32 +0000 |
commit | f0b200da5b5bd3233a2d0da2dc1a8d651a66aaba (patch) | |
tree | 4c6ab87104b2510aa3f33c6f7f0a34b47032d574 /INSTALL | |
parent | ac815691de2ed885789fead93fb4938f86a56cf5 (diff) | |
download | lapack-f0b200da5b5bd3233a2d0da2dc1a8d651a66aaba.tar.gz lapack-f0b200da5b5bd3233a2d0da2dc1a8d651a66aaba.tar.bz2 lapack-f0b200da5b5bd3233a2d0da2dc1a8d651a66aaba.zip |
Update version number
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL/dlamchf77.f | 20 | ||||
-rw-r--r-- | INSTALL/ilaver.f | 8 | ||||
-rw-r--r-- | INSTALL/make.inc.ALPHA | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.HPPA | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.IRIX64 | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.O2K | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.SGI5 | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.SUN4 | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.SUN4SOL2 | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.XLF | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.gfortran | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.gfortran_debug | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.ifort | 4 | ||||
-rw-r--r-- | INSTALL/make.inc.pghpf | 4 | ||||
-rw-r--r-- | INSTALL/slamchf77.f | 20 |
15 files changed, 48 insertions, 48 deletions
diff --git a/INSTALL/dlamchf77.f b/INSTALL/dlamchf77.f index 587ee7c7..1e1772c6 100644 --- a/INSTALL/dlamchf77.f +++ b/INSTALL/dlamchf77.f @@ -56,17 +56,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date April 2012 * *> \ingroup auxOTHERauxiliary * * ===================================================================== DOUBLE PRECISION FUNCTION DLAMCH( CMACH ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* April 2012 * * .. Scalar Arguments .. CHARACTER CMACH @@ -186,7 +186,7 @@ *> 'round to nearest' style. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date November 2011 +*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \details \b Further \b Details @@ -205,7 +205,7 @@ *> SUBROUTINE DLAMC1( BETA, T, RND, IEEE1 ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -358,7 +358,7 @@ *> list. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date November 2011 +*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \param[out] BETA @@ -418,7 +418,7 @@ *> \endverbatim SUBROUTINE DLAMC2( BETA, T, RND, EPS, EMIN, RMIN, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -641,7 +641,7 @@ DOUBLE PRECISION FUNCTION DLAMC3( A, B ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -688,7 +688,7 @@ *> SUBROUTINE DLAMC4( EMIN, START, BASE ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -795,7 +795,7 @@ *> SUBROUTINE DLAMC5( BETA, P, EMIN, IEEE, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f index 4fafc714..0a09a2fa 100644 --- a/INSTALL/ilaver.f +++ b/INSTALL/ilaver.f @@ -41,17 +41,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date April 2012 * *> \ingroup auxOTHERauxiliary * * ===================================================================== SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) * -* -- LAPACK computational routine (version 3.4.0) -- +* -- LAPACK computational routine (version 3.4.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* April 2012 * * ===================================================================== * @@ -59,7 +59,7 @@ * ===================================================================== VERS_MAJOR = 3 VERS_MINOR = 4 - VERS_PATCH = 0 + VERS_PATCH = 1 * ===================================================================== * RETURN diff --git a/INSTALL/make.inc.ALPHA b/INSTALL/make.inc.ALPHA index adad07fd..f38aa893 100644 --- a/INSTALL/make.inc.ALPHA +++ b/INSTALL/make.inc.ALPHA @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.HPPA b/INSTALL/make.inc.HPPA index 8de94211..aee46d06 100644 --- a/INSTALL/make.inc.HPPA +++ b/INSTALL/make.inc.HPPA @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.IRIX64 b/INSTALL/make.inc.IRIX64 index b0665e02..00d7a20f 100644 --- a/INSTALL/make.inc.IRIX64 +++ b/INSTALL/make.inc.IRIX64 @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /sbin/sh diff --git a/INSTALL/make.inc.O2K b/INSTALL/make.inc.O2K index 9da7f009..48a45a71 100644 --- a/INSTALL/make.inc.O2K +++ b/INSTALL/make.inc.O2K @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /sbin/sh diff --git a/INSTALL/make.inc.SGI5 b/INSTALL/make.inc.SGI5 index 0472ae42..d57c1e28 100644 --- a/INSTALL/make.inc.SGI5 +++ b/INSTALL/make.inc.SGI5 @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /sbin/sh diff --git a/INSTALL/make.inc.SUN4 b/INSTALL/make.inc.SUN4 index f2f352c9..d8513d39 100644 --- a/INSTALL/make.inc.SUN4 +++ b/INSTALL/make.inc.SUN4 @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.SUN4SOL2 b/INSTALL/make.inc.SUN4SOL2 index ff31e959..9b690c37 100644 --- a/INSTALL/make.inc.SUN4SOL2 +++ b/INSTALL/make.inc.SUN4SOL2 @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.XLF b/INSTALL/make.inc.XLF index f37b36b8..56b3ac9b 100644 --- a/INSTALL/make.inc.XLF +++ b/INSTALL/make.inc.XLF @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.gfortran b/INSTALL/make.inc.gfortran index 1a83c54f..94b5d178 100644 --- a/INSTALL/make.inc.gfortran +++ b/INSTALL/make.inc.gfortran @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.gfortran_debug b/INSTALL/make.inc.gfortran_debug index 46182cdb..edf812a1 100644 --- a/INSTALL/make.inc.gfortran_debug +++ b/INSTALL/make.inc.gfortran_debug @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.ifort b/INSTALL/make.inc.ifort index 3b911975..9d476d85 100644 --- a/INSTALL/make.inc.ifort +++ b/INSTALL/make.inc.ifort @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/make.inc.pghpf b/INSTALL/make.inc.pghpf index 082d3a60..08c5ccee 100644 --- a/INSTALL/make.inc.pghpf +++ b/INSTALL/make.inc.pghpf @@ -1,7 +1,7 @@ #################################################################### # LAPACK make include file. # -# LAPACK, Version 3.4.0 # -# November 2011 # +# LAPACK, Version 3.4.1 # +# April 2012 # #################################################################### # SHELL = /bin/sh diff --git a/INSTALL/slamchf77.f b/INSTALL/slamchf77.f index c6216aa2..6c419e13 100644 --- a/INSTALL/slamchf77.f +++ b/INSTALL/slamchf77.f @@ -60,17 +60,17 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date November 2011 +*> \date April 2012 * *> \ingroup auxOTHERauxiliary * * ===================================================================== REAL FUNCTION SLAMCH( CMACH ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* November 2011 +* April 2012 * * .. Scalar Arguments .. CHARACTER CMACH @@ -190,7 +190,7 @@ *> 'round to nearest' style. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date November 2011 +*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \details \b Further \b Details @@ -209,7 +209,7 @@ *> SUBROUTINE SLAMC1( BETA, T, RND, IEEE1 ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -362,7 +362,7 @@ *> list. *> \endverbatim *> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd.. -*> \date November 2011 +*> \date April 2012 *> \ingroup auxOTHERauxiliary *> *> \param[out] BETA @@ -422,7 +422,7 @@ *> \endverbatim SUBROUTINE SLAMC2( BETA, T, RND, EPS, EMIN, RMIN, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -645,7 +645,7 @@ REAL FUNCTION SLAMC3( A, B ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -692,7 +692,7 @@ *> SUBROUTINE SLAMC4( EMIN, START, BASE ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * @@ -800,7 +800,7 @@ *> SUBROUTINE SLAMC5( BETA, P, EMIN, IEEE, EMAX, RMAX ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK auxiliary routine (version 3.4.1) -- * Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. * November 2010 * |