From cd88b0b21d67974b5c671a56bed20eecf4da5344 Mon Sep 17 00:00:00 2001 From: julie Date: Sat, 23 Aug 2014 01:31:15 +0000 Subject: Update make.inc's following the integration of CBLAS --- make.inc.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'make.inc.example') 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 -- cgit v1.2.3