aboutsummaryrefslogtreecommitdiff
path: root/INSTALL/make.inc.SUN4
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2008-12-16 17:06:58 +0000
committerjulie <julielangou@users.noreply.github.com>2008-12-16 17:06:58 +0000
commitff981f106bde4ce6a74aa4f4a572c943f5a395b2 (patch)
treea386cad907bcaefd6893535c31d67ec9468e693e /INSTALL/make.inc.SUN4
parente58b61578b55644f6391f3333262b72c1dc88437 (diff)
Diffstat (limited to 'INSTALL/make.inc.SUN4')
-rw-r--r--INSTALL/make.inc.SUN426
1 files changed, 11 insertions, 15 deletions
diff --git a/INSTALL/make.inc.SUN4 b/INSTALL/make.inc.SUN4
index 9e9aeceb..3d7327c3 100644
--- a/INSTALL/make.inc.SUN4
+++ b/INSTALL/make.inc.SUN4
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
-# LAPACK, Version 3.1.1 #
-# February 2007 #
+# LAPACK, Version 3.2 #
+# November 2008 #
####################################################################
#
SHELL = /bin/sh
@@ -23,18 +23,6 @@ NOOPT =
LOADER = f77
LOADOPTS = -dalign -O4 -fast
#
-# For XBLAS library
-# Modify the CC and CFLAGS definitions to refer to the
-# compiler and desired compiler options for your machine.
-# Define LINKER and LINKOPTS to refer to the loader and
-# desired load options for your machine.
-#
-CC = cc
-CFLAGS = -O4
-LINKER = $(CC)
-LDFLAGS =
-EXTRA_LIBS = -lm
-#
# Timer for the SECOND and DSECND routines
#
# Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME
@@ -56,11 +44,19 @@ 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.)
#
-XBLASLIB = libxblas.a
BLASLIB = ../../blas$(PLAT).a
#BLASLIB = -lblas
LAPACKLIB = lapack$(PLAT).a