Various change: add target to generate doc (man and html) and cleanup make.inc's
authorjulie <julielangou@users.noreply.github.com>
Fri, 11 Nov 2011 21:08:04 +0000 (21:08 +0000)
committerjulie <julielangou@users.noreply.github.com>
Fri, 11 Nov 2011 21:08:04 +0000 (21:08 +0000)
14 files changed:
INSTALL/make.inc.ALPHA
INSTALL/make.inc.HPPA
INSTALL/make.inc.IRIX64
INSTALL/make.inc.O2K
INSTALL/make.inc.RS6K
INSTALL/make.inc.SGI5
INSTALL/make.inc.SUN4
INSTALL/make.inc.SUN4SOL2
INSTALL/make.inc.gfortran
INSTALL/make.inc.gfortran_debug [new file with mode: 0644]
INSTALL/make.inc.ifort
INSTALL/make.inc.pghpf
Makefile
make.inc.example

index 9a1a34e7d816a0136241e70761f0795471082e8e..0d69d7c3c082b29c146811632fa0dbeff80240b3 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _ALPHA
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -57,9 +53,7 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-#BLASLIB      = ../../blas$(PLAT).a
+#BLASLIB      = ../../librefblas.a
 BLASLIB     = -ldxml
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index b692a5d45a26e097de5dadbada64412570630cec..0aac30c3b2c5d76d285d4ef25ef2480da83a96ce 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _HPPA
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -57,9 +53,7 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-#BLASLIB      = ../../blas$(PLAT).a
+#BLASLIB      = ../../librefblas.a
 BLASLIB     = -lblas
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index 27d8138550edcde19443fe9142c3a6f06aa38f39..69c95707d4afd7407ff839191cc2ed18b7d05939 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /sbin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _IRIX64-64
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -60,9 +56,7 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-BLASLIB      = ../../blas$(PLAT).a
 #BLASLIB     = -lblas
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index a7f9b86309623b8163a36312590bb014fd2f6aaf..ed2bd241abd46d1eba592c0e57d3c44a9fc05060 100644 (file)
@@ -1,15 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /sbin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _IRIX64
-#PLAT = _IRIX64mp
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -63,8 +58,6 @@ XBLASLIB     =
 #
 BLASLIB     = -lblas
 #BLASLIB     = -lblas_mp
-#BLASLIB      = ../../blas$(PLAT).a
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+#BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index d4343520940c33b679932cc45c4bdab73e91bf13..05a4595f888b60741c1126a566c6e24f348482ea 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _RS6K
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -57,9 +53,7 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-#BLASLIB      = ../../blas$(PLAT).a
+#BLASLIB      = ../../librefblas.a
 BLASLIB     = -lessl
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index d677ab574590f460ef2244347ff2784d829c6a08..44c99d51c3396e06ec9f3fa8c9a2ec00fa4087bf 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /sbin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _SGI5
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -57,9 +53,7 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-BLASLIB      = ../../blas$(PLAT).a
 #BLASLIB     = -lblas
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index 004840cf025e0e28545c950f9bb3123f2378ac35..7844fd4c3f7db31378df689c7df6cfc80dc550eb 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _SUN4
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -57,9 +53,7 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-BLASLIB      = ../../blas$(PLAT).a
 #BLASLIB     = -lblas
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index 3dc9512e9111396fafc0ce7f101a070a3b3fd314..09e671fdfa32114eec7c7e34eff64831c7467567 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _SUN4SOL2
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -61,10 +57,8 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-#BLASLIB      = ../../blas$(PLAT).a
+#BLASLIB      = ../../librefblas.a
 #BLASLIB     = -xlic_lib=sunperf_mt
 BLASLIB     = -xlic_lib=sunperf
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index 508e7daeb31aa791fa70dc6fcf641f717513d008..2672f8ea6d2f36647e9055d5b08a8161e477558c 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _LINUX
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -57,8 +53,6 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-BLASLIB      = ../../blas$(PLAT).a
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
diff --git a/INSTALL/make.inc.gfortran_debug b/INSTALL/make.inc.gfortran_debug
new file mode 100644 (file)
index 0000000..459e06f
--- /dev/null
@@ -0,0 +1,58 @@
+####################################################################
+#  LAPACK make include file.                                       #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
+####################################################################
+#
+SHELL = /bin/sh
+#  
+#  Modify the FORTRAN and OPTS definitions to refer to the
+#  compiler and desired compiler options for your machine.  NOOPT
+#  refers to the compiler options desired when NO OPTIMIZATION is
+#  selected.  Define LOADER and LOADOPTS to refer to the loader
+#  and desired load options for your machine.
+#
+FORTRAN  = gfortran -fimplicit-none -g
+OPTS     =
+DRVOPTS  = $(OPTS)
+NOOPT    = -g -O0
+LOADER   = gfortran -g
+LOADOPTS =
+#
+# Timer for the SECOND and DSECND routines
+#
+# Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME
+# TIMER    = EXT_ETIME
+# For RS6K : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME_
+# TIMER    = EXT_ETIME_
+# For gfortran compiler: SECOND and DSECND will use a call to the INTERNAL FUNCTION ETIME
+# TIMER    = INT_ETIME
+# If your Fortran compiler does not provide etime (like Nag Fortran Compiler, etc...)
+# SECOND and DSECND will use a call to the Fortran standard INTERNAL FUNCTION CPU_TIME 
+TIMER    = INT_CPU_TIME
+# If neither of this works...you can use the NONE value... In that case, SECOND and DSECND will always return 0
+# TIMER     = NONE
+#
+#  The archiver and the flag(s) to use when building archive (library)
+#  If you system has no ranlib, set RANLIB = echo.
+#
+ARCH     = ar
+ARCHFLAGS= cr
+RANLIB   = ranlib
+#
+#  Location of the extended-precision BLAS (XBLAS) Fortran library
+#  used for building and testing extended-precision routines.  The
+#  relevant routines will be compiled and XBLAS will be linked only if
+#  USEXBLAS is defined.
+#
+# USEXBLAS    = Yes
+XBLASLIB     =
+# XBLASLIB    = -lxblas
+#
+#  The location of the libraries to which you will link.  (The 
+#  machine-specific, optimized BLAS library should be used whenever
+#  possible.)
+#
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index 64ce3f99fb59d3e37dbd562b939242730c3cf1cd..c07a9cfcf6abc874370097765557c9cde73e3608 100644 (file)
@@ -1,17 +1,10 @@
-# -*- Makefile -*-
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
-# See the INSTALL/ directory for more examples.
-#
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _LINUX
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -47,12 +40,6 @@ ARCH     = ar
 ARCHFLAGS= cr
 RANLIB   = ranlib
 #
-#  The location of BLAS library for linking the testing programs.
-#  The target's machine-specific, optimized BLAS library should be
-#  used whenever possible.
-#
-BLASLIB      = ../../blas$(PLAT).a
-#
 #  Location of the extended-precision BLAS (XBLAS) Fortran library
 #  used for building and testing extended-precision routines.  The
 #  relevant routines will be compiled and XBLAS will be linked only if
@@ -62,9 +49,10 @@ BLASLIB      = ../../blas$(PLAT).a
 XBLASLIB     =
 # XBLASLIB    = -lxblas
 #
-#  Names of generated libraries.
+#  The location of the libraries to which you will link.  (The 
+#  machine-specific, optimized BLAS library should be used whenever
+#  possible.)
 #
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index 64e3c083e460d55067b931954f315a3a2b854198..9b23868ec6c9b87687f61bce4d6e64d3300a87a1 100644 (file)
@@ -1,14 +1,10 @@
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.2.1                                           #
-#  April 2009                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _pghpf_SUNMP
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
@@ -57,9 +53,7 @@ XBLASLIB     =
 #  machine-specific, optimized BLAS library should be used whenever
 #  possible.)
 #
-BLASLIB      = ../../blas$(PLAT).a
 #BLASLIB     = -lessl
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a
index acdd40fe4337c5f1d7496bfd0e50cdb06d5bd6a2..6a5a1806f836e344fd398ad2db917fe0c948df07 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 #
 #  Top Level Makefile for LAPACK
-#  Version 3.2.2
-#  June 2010
+#  Version 3.4.0
+#  November 2011
 #
 
 include make.inc
@@ -63,6 +63,23 @@ blas_testing:
                   ./xblat3d < dblat3.in     ; \
                   ./xblat3c < cblat3.in     ; \
                   ./xblat3z < zblat3.in     ) 
+html:
+       @echo "LAPACK HTML PAGES GENRATION with Doxygen"
+       doxygen DOCS/Doxyfile
+       @echo "=================="      
+       @echo "LAPACK HTML PAGES GENRATED in DOCS/explore-html"
+       @echo "Usage: open DOCS/explore-html/index.html"
+       @echo "Online version available at http://www.netlib.org/lapack/explore-html/"
+       @echo "=================="
+
+man:
+       @echo "LAPACK MAN PAGES GENRATION with Doxygen"
+       doxygen DOCS/Doxyfile_man
+       @echo "=================="
+       @echo "LAPACK MAN PAGES GENRATED in DOCS/MAN"
+       @echo "Set your MANPATH env variable accordingly"
+       @echo "Usage: man dgetrf.f"
+       @echo "=================="
 
 cleanlib:
        ( cd INSTALL; $(MAKE) clean )
index 0a84e9fd69786bdb204be7b25f908a90ac405211..2672f8ea6d2f36647e9055d5b08a8161e477558c 100644 (file)
@@ -1,42 +1,35 @@
-# -*- Makefile -*-
 ####################################################################
 #  LAPACK make include file.                                       #
-#  LAPACK, Version 3.3.1                                           #
-#  April 2011                                                      #
+#  LAPACK, Version 3.4.0                                           #
+#  November 2011                                                   #
 ####################################################################
 #
-# See the INSTALL/ directory for more examples.
-#
 SHELL = /bin/sh
-#
-#  The machine (platform) identifier to append to the library names
-#
-PLAT = _LINUX
 #  
 #  Modify the FORTRAN and OPTS definitions to refer to the
 #  compiler and desired compiler options for your machine.  NOOPT
 #  refers to the compiler options desired when NO OPTIMIZATION is
-#  selected.  Define LOADER and LOADOPTS to refer to the loader
-#  and desired load options for your machine.
+#  selected.  Define LOADER and LOADOPTS to refer to the loader and 
+#  desired load options for your machine.
 #
-FORTRAN  = gfortran -fimplicit-none -g
-OPTS     =
+FORTRAN  = gfortran 
+OPTS     = -O2
 DRVOPTS  = $(OPTS)
-NOOPT    = -g -O0
-LOADER   = gfortran -g
+NOOPT    = -O0
+LOADER   = gfortran
 LOADOPTS =
 #
 # Timer for the SECOND and DSECND routines
 #
 # Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME
-# TIMER    = EXT_ETIME
+#TIMER    = EXT_ETIME
 # For RS6K : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME_
 # TIMER    = EXT_ETIME_
 # For gfortran compiler: SECOND and DSECND will use a call to the INTERNAL FUNCTION ETIME
-TIMER    = INT_ETIME
+TIMER    = INT_ETIME
 # If your Fortran compiler does not provide etime (like Nag Fortran Compiler, etc...)
-# SECOND and DSECND will use a call to the Fortran standard INTERNAL FUNCTION CPU_TIME 
-TIMER    = INT_CPU_TIME
+# SECOND and DSECND will use a call to the INTERNAL FUNCTION CPU_TIME
+TIMER    = INT_CPU_TIME
 # If neither of this works...you can use the NONE value... In that case, SECOND and DSECND will always return 0
 # TIMER     = NONE
 #
@@ -47,12 +40,6 @@ ARCH     = ar
 ARCHFLAGS= cr
 RANLIB   = ranlib
 #
-#  The location of BLAS library for linking the testing programs.
-#  The target's machine-specific, optimized BLAS library should be
-#  used whenever possible.
-#
-BLASLIB      = ../../blas$(PLAT).a
-#
 #  Location of the extended-precision BLAS (XBLAS) Fortran library
 #  used for building and testing extended-precision routines.  The
 #  relevant routines will be compiled and XBLAS will be linked only if
@@ -62,9 +49,10 @@ BLASLIB      = ../../blas$(PLAT).a
 XBLASLIB     =
 # XBLASLIB    = -lxblas
 #
-#  Names of generated libraries.
+#  The location of the libraries to which you will link.  (The 
+#  machine-specific, optimized BLAS library should be used whenever
+#  possible.)
 #
-LAPACKLIB    = lapack$(PLAT).a
-TMGLIB       = tmglib$(PLAT).a
-EIGSRCLIB    = eigsrc$(PLAT).a
-LINSRCLIB    = linsrc$(PLAT).a
+BLASLIB      = ../../librefblas.a
+LAPACKLIB    = liblapack.a
+TMGLIB       = libtmglib.a