aboutsummaryrefslogtreecommitdiff
path: root/INSTALL/make.inc.ALPHA
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-11-11 21:08:04 +0000
committerjulie <julielangou@users.noreply.github.com>2011-11-11 21:08:04 +0000
commitba4f3e59e4ad79e32820babcfcccbc77fa2ceef0 (patch)
tree6d188f912f4b15763f459d0defc59cdaebce7ea5 /INSTALL/make.inc.ALPHA
parent891c3081b49834262ca8344a49c3334446fa5b9b (diff)
Various change: add target to generate doc (man and html) and cleanup make.inc's
Diffstat (limited to 'INSTALL/make.inc.ALPHA')
-rw-r--r--INSTALL/make.inc.ALPHA16
1 files changed, 5 insertions, 11 deletions
diff --git a/INSTALL/make.inc.ALPHA b/INSTALL/make.inc.ALPHA
index 9a1a34e7..0d69d7c3 100644
--- a/INSTALL/make.inc.ALPHA
+++ b/INSTALL/make.inc.ALPHA
@@ -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