File: pic.diff

package info (click to toggle)
lapack 3.4.1%2Bdfsg-1%2Bdeb70u1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 103,172 kB
  • sloc: fortran: 469,422; ansic: 127,041; makefile: 3,817; python: 267; sh: 94
file content (21 lines) | stat: -rw-r--r-- 792 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: lapack-3.4.0/lapacke/make.inc
===================================================================
--- lapack-3.4.0.orig/lapacke/make.inc	2011-11-09 23:56:15.000000000 +0100
+++ lapack-3.4.0/lapacke/make.inc	2011-11-16 18:00:42.958453190 +0100
@@ -48,14 +48,14 @@
 # - gfortran, set: LINKER = gfortran
 #
 CC = gcc
-CFLAGS =
+CFLAGS = -fPIC -O2 -Wall
 LINKER = gfortran
 LDFLAGS =
 #
 # The name of the libraries to be created/linked to
 # Ensure that the libraries have the same data model (LP64/ILP64).
 #
-LAPACKE = lapacke.a
+LAPACKE = liblapacke.a
 LIBS =  /Users/julie/Documents/Boulot/lapack-dev/lapack/trunk/lapack_LINUX.a \
         /Users/julie/Documents/Boulot/lapack-dev/lapack/trunk/blas_LINUX.a  -lm
 #  The archiver and the flag(s) to use when building archive (library)