summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL/make.inc.ALPHA5
-rw-r--r--INSTALL/make.inc.HPPA5
-rw-r--r--INSTALL/make.inc.IRIX645
-rw-r--r--INSTALL/make.inc.O2K5
-rw-r--r--INSTALL/make.inc.SGI55
-rw-r--r--INSTALL/make.inc.SUN45
-rw-r--r--INSTALL/make.inc.SUN4SOL25
-rw-r--r--INSTALL/make.inc.XLF5
-rw-r--r--INSTALL/make.inc.gfortran5
-rw-r--r--INSTALL/make.inc.gfortran_debug5
-rw-r--r--INSTALL/make.inc.ifort5
-rw-r--r--INSTALL/make.inc.pgf955
-rw-r--r--INSTALL/make.inc.pghpf5
-rw-r--r--make.inc.example7
14 files changed, 43 insertions, 29 deletions
diff --git a/INSTALL/make.inc.ALPHA b/INSTALL/make.inc.ALPHA
index 0a3f468c..e667abc1 100644
--- a/INSTALL/make.inc.ALPHA
+++ b/INSTALL/make.inc.ALPHA
@@ -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
@@ -71,6 +71,7 @@ XBLASLIB =
#
#BLASLIB = ../../librefblas.a
BLASLIB = -ldxml
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.HPPA b/INSTALL/make.inc.HPPA
index 396d6227..b2ff7cdc 100644
--- a/INSTALL/make.inc.HPPA
+++ b/INSTALL/make.inc.HPPA
@@ -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
@@ -71,6 +71,7 @@ XBLASLIB =
#
#BLASLIB = ../../librefblas.a
BLASLIB = -lblas
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.IRIX64 b/INSTALL/make.inc.IRIX64
index 20925374..c415eb27 100644
--- a/INSTALL/make.inc.IRIX64
+++ b/INSTALL/make.inc.IRIX64
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
-# LAPACK, Version 3.5.0 #
-# November 2013 #
+# LAPACK, Version 3.6.0 #
+# November 2014 #
####################################################################
#
SHELL = /sbin/sh
@@ -74,6 +74,7 @@ XBLASLIB =
#
#BLASLIB = -lblas
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.O2K b/INSTALL/make.inc.O2K
index c3ab2bdc..ee8c5b00 100644
--- a/INSTALL/make.inc.O2K
+++ b/INSTALL/make.inc.O2K
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
-# LAPACK, Version 3.5.0 #
-# November 2013 #
+# LAPACK, Version 3.6.0 #
+# November 2014 #
####################################################################
#
SHELL = /sbin/sh
@@ -75,6 +75,7 @@ XBLASLIB =
BLASLIB = -lblas
#BLASLIB = -lblas_mp
#BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.SGI5 b/INSTALL/make.inc.SGI5
index def1b809..de31b3e4 100644
--- a/INSTALL/make.inc.SGI5
+++ b/INSTALL/make.inc.SGI5
@@ -1,7 +1,7 @@
####################################################################
# LAPACK make include file. #
-# LAPACK, Version 3.5.0 #
-# November 2013 #
+# LAPACK, Version 3.6.0 #
+# November 2014 #
####################################################################
#
SHELL = /sbin/sh
@@ -71,6 +71,7 @@ XBLASLIB =
#
#BLASLIB = -lblas
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.SUN4 b/INSTALL/make.inc.SUN4
index b2c0239b..2a2ae416 100644
--- a/INSTALL/make.inc.SUN4
+++ b/INSTALL/make.inc.SUN4
@@ -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
@@ -71,6 +71,7 @@ XBLASLIB =
#
#BLASLIB = -lblas
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.SUN4SOL2 b/INSTALL/make.inc.SUN4SOL2
index 3302a38d..bff44642 100644
--- a/INSTALL/make.inc.SUN4SOL2
+++ b/INSTALL/make.inc.SUN4SOL2
@@ -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
@@ -76,6 +76,7 @@ XBLASLIB =
#BLASLIB = ../../librefblas.a
#BLASLIB = -xlic_lib=sunperf_mt
BLASLIB = -xlic_lib=sunperf
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
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
diff --git a/INSTALL/make.inc.gfortran b/INSTALL/make.inc.gfortran
index a9e5c34d..7821b40d 100644
--- a/INSTALL/make.inc.gfortran
+++ b/INSTALL/make.inc.gfortran
@@ -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
@@ -70,6 +70,7 @@ XBLASLIB =
# possible.)
#
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.gfortran_debug b/INSTALL/make.inc.gfortran_debug
index 79ffddf1..03bfda59 100644
--- a/INSTALL/make.inc.gfortran_debug
+++ b/INSTALL/make.inc.gfortran_debug
@@ -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
@@ -70,6 +70,7 @@ XBLASLIB =
# possible.)
#
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.ifort b/INSTALL/make.inc.ifort
index 962689f5..cb186cdf 100644
--- a/INSTALL/make.inc.ifort
+++ b/INSTALL/make.inc.ifort
@@ -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
@@ -70,6 +70,7 @@ XBLASLIB =
# possible.)
#
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.pgf95 b/INSTALL/make.inc.pgf95
index 95ba49f3..9948017a 100644
--- a/INSTALL/make.inc.pgf95
+++ b/INSTALL/make.inc.pgf95
@@ -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
@@ -70,6 +70,7 @@ XBLASLIB =
# possible.)
#
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
diff --git a/INSTALL/make.inc.pghpf b/INSTALL/make.inc.pghpf
index 6c8b4863..31d31285 100644
--- a/INSTALL/make.inc.pghpf
+++ b/INSTALL/make.inc.pghpf
@@ -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
@@ -71,6 +71,7 @@ XBLASLIB =
#
#BLASLIB = -lessl
BLASLIB = ../../librefblas.a
+CBLASLIB = ../../libcblas.a
LAPACKLIB = liblapack.a
TMGLIB = libtmglib.a
LAPACKELIB = liblapacke.a
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