From 3542df4eea0be867b91734fed91d9ee037b99a26 Mon Sep 17 00:00:00 2001 From: julie Date: Sat, 3 Dec 2011 05:37:44 +0000 Subject: 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' --- make.inc.example | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'make.inc.example') 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. # -- cgit v1.2.3