aboutsummaryrefslogtreecommitdiff
path: root/make.inc.example
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2014-08-23 01:31:15 +0000
committerjulie <julielangou@users.noreply.github.com>2014-08-23 01:31:15 +0000
commitcd88b0b21d67974b5c671a56bed20eecf4da5344 (patch)
tree46d789396801abf5f00f71eea028ef7fa7d9d321 /make.inc.example
parent29788da14783f44c4ec6baa58963377a74055841 (diff)
Update make.inc's following the integration of CBLAS
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