diff options
Diffstat (limited to 'make.inc.example')
-rw-r--r-- | make.inc.example | 12 |
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. # |