summaryrefslogtreecommitdiff
path: root/INSTALL/make.inc.SUN4SOL2
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/make.inc.SUN4SOL2')
-rw-r--r--INSTALL/make.inc.SUN4SOL212
1 files changed, 12 insertions, 0 deletions
diff --git a/INSTALL/make.inc.SUN4SOL2 b/INSTALL/make.inc.SUN4SOL2
index 09e671fd..0b461622 100644
--- a/INSTALL/make.inc.SUN4SOL2
+++ b/INSTALL/make.inc.SUN4SOL2
@@ -37,6 +37,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.
#