summaryrefslogtreecommitdiff
path: root/INSTALL
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 /INSTALL
parent29788da14783f44c4ec6baa58963377a74055841 (diff)
downloadlapack-cd88b0b21d67974b5c671a56bed20eecf4da5344.tar.gz
lapack-cd88b0b21d67974b5c671a56bed20eecf4da5344.tar.bz2
lapack-cd88b0b21d67974b5c671a56bed20eecf4da5344.zip
Update make.inc's following the integration of CBLAS
Diffstat (limited to 'INSTALL')
-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
13 files changed, 39 insertions, 26 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