summaryrefslogtreecommitdiff
path: root/INSTALL/make.inc.SUN4
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/make.inc.SUN4')
-rw-r--r--INSTALL/make.inc.SUN412
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL/make.inc.SUN4 b/INSTALL/make.inc.SUN4
index 7844fd4c..6d27db0a 100644
--- a/INSTALL/make.inc.SUN4
+++ b/INSTALL/make.inc.SUN4
@@ -33,6 +33,18 @@ TIMER = EXT_ETIME
# If neither of this works...you can use the NONE value... In that case, SECOND and DSECND will always return 0
# TIMER = NONE
#
+# Configuration LAPACKE: Native C interface to LAPACK
+# To generate LAPACKE library: type 'make lapackelib'
+# Configuration file: turned off (default)
+# Complex types: C99 (default)
+# Name pattern: mixed case (default)
+# (64-bit) Data model: LP64 (default)
+#
+# CC is the C compiler, normally invoked with options CFLAGS.
+#
+CC = cc
+CFLAGS = -O3
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#