aboutsummaryrefslogtreecommitdiff
path: root/make.inc.example
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-12-03 05:37:44 +0000
committerjulie <julielangou@users.noreply.github.com>2011-12-03 05:37:44 +0000
commit3542df4eea0be867b91734fed91d9ee037b99a26 (patch)
tree4b73b64c6b6a50a7d472ba2652ad75d5f70ca201 /make.inc.example
parent4bb091197931c4b836fd6eec84b958c2f24a4337 (diff)
Integrate LAPACKE into LAPACK make and CMAKE build system.
First commit, works on my mac! Need to see how to adapt to intel compilers and of course Windows. LAPACKE is not built by default. Is that OK? User need to type 'make lapackelib' to generate the lib I add a couple of examples taken from MKL LAPACKE 'make lapacke_example'
Diffstat (limited to 'make.inc.example')
-rw-r--r--make.inc.example12
1 files changed, 12 insertions, 0 deletions
diff --git a/make.inc.example b/make.inc.example
index 2672f8ea..95e8d315 100644
--- a/make.inc.example
+++ b/make.inc.example
@@ -33,6 +33,18 @@ TIMER = INT_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 = gcc
+CFLAGS = -O3
+#
# The archiver and the flag(s) to use when building archive (library)
# If you system has no ranlib, set RANLIB = echo.
#