LAPACK  3.5.0
LAPACK: Linear Algebra PACKage
 All Classes Files Functions Variables Typedefs Macros
decouple_gcc.diff
Go to the documentation of this file.
1 Index: lapack-3.4.2/install/make.inc.gfortran
2 ===================================================================
3 --- lapack-3.4.2.orig/install/make.inc.gfortran 2012-04-13 20:13:07.000000000 +0200
4 +++ lapack-3.4.2/install/make.inc.gfortran 2012-09-26 12:58:45.025523212 +0200
5 @@ -42,7 +42,7 @@
6  #
7  # CC is the C compiler, normally invoked with options CFLAGS.
8  #
9 -CC = gcc
10 +CC = /usr/bin/cc
11  CFLAGS = -O3
12  #
13  # LAPACKE has also the interface to some routines from tmglib,