1 ####################################################################
2 # LAPACK make include file. #
3 # LAPACK, Version 3.6.0 #
5 ####################################################################
9 # Modify the FORTRAN and OPTS definitions to refer to the
10 # compiler and desired compiler options for your machine. NOOPT
11 # refers to the compiler options desired when NO OPTIMIZATION is
12 # selected. Define LOADER and LOADOPTS to refer to the loader and
13 # desired load options for your machine.
17 #OPTS = -u -f -dalign -native -xO5 -xarch=v8plusa
18 OPTS = -u -f -dalign -native -xO2 -xarch=v8plusa
24 LOADOPTS = -f -dalign -native -xO2 -xarch=v8plusa
26 # Timer for the SECOND and DSECND routines
28 # Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME
30 # For RS6K : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME_
32 # For gfortran compiler: SECOND and DSECND will use a call to the INTERNAL FUNCTION ETIME
34 # If your Fortran compiler does not provide etime (like Nag Fortran Compiler, etc...)
35 # SECOND and DSECND will use a call to the INTERNAL FUNCTION CPU_TIME
36 # TIMER = INT_CPU_TIME
37 # If neither of this works...you can use the NONE value... In that case, SECOND and DSECND will always return 0
40 # Configuration LAPACKE: Native C interface to LAPACK
41 # To generate LAPACKE library: type 'make lapackelib'
42 # Configuration file: turned off (default)
43 # Complex types: C99 (default)
44 # Name pattern: mixed case (default)
45 # (64-bit) Data model: LP64 (default)
47 # CC is the C compiler, normally invoked with options CFLAGS.
52 # LAPACKE has also the interface to some routines from tmglib,
53 # if LAPACKE_WITH_TMG is selected, we need to add those routines to LAPACKE
54 #LAPACKE_WITH_TMG = Yes
56 # The archiver and the flag(s) to use when building archive (library)
57 # If you system has no ranlib, set RANLIB = echo.
63 # Location of the extended-precision BLAS (XBLAS) Fortran library
64 # used for building and testing extended-precision routines. The
65 # relevant routines will be compiled and XBLAS will be linked only if
66 # USEXBLAS is defined.
72 # The location of the libraries to which you will link. (The
73 # machine-specific, optimized BLAS library should be used whenever
76 #BLASLIB = ../../librefblas.a
77 #BLASLIB = -xlic_lib=sunperf_mt
78 BLASLIB = -xlic_lib=sunperf
79 CBLASLIB = ../../libcblas.a
80 LAPACKLIB = liblapack.a
82 LAPACKELIB = liblapacke.a