diff options
Diffstat (limited to 'INSTALL/make.inc.XLF')
-rw-r--r-- | INSTALL/make.inc.XLF | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL/make.inc.XLF b/INSTALL/make.inc.XLF index 5b854b65..f5f49b21 100644 --- a/INSTALL/make.inc.XLF +++ b/INSTALL/make.inc.XLF @@ -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 @@ -72,6 +72,7 @@ XBLASLIB = # #BLASLIB = ../../librefblas.a BLASLIB = -lessl +CBLASLIB = ../../libcblas.a LAPACKLIB = liblapack.a TMGLIB = libtmglib.a LAPACKELIB = liblapacke.a |