aboutsummaryrefslogtreecommitdiff
path: root/make.inc.example
diff options
context:
space:
mode:
Diffstat (limited to 'make.inc.example')
-rw-r--r--make.inc.example7
1 files changed, 4 insertions, 3 deletions
diff --git a/make.inc.example b/make.inc.example
index 0f28d6bf..a1af4986 100644
--- a/make.inc.example
+++ b/make.inc.example
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
-# LAPACK, Version 3.5.0 #
-# November 2013 #
+# LAPACK, Version 3.6.0 #
+# November 2014 #
####################################################################
#
SHELL = /bin/sh
@@ -22,7 +22,7 @@ LOADOPTS =
# Timer for the SECOND and DSECND routines
#
# Default : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME
-#TIMER = EXT_ETIME
+# TIMER = EXT_ETIME
# For RS6K : SECOND and DSECND will use a call to the EXTERNAL FUNCTION ETIME_
# TIMER = EXT_ETIME_
# For gfortran compiler: SECOND and DSECND will use a call to the INTERNAL FUNCTION ETIME
@@ -66,6 +66,7 @@ XBLASLIB =
# possible.)
#
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a