diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-20 02:00:32 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-03-20 02:00:32 +0000 |
commit | bd874422fe03b1fe4d43da110a3155036f6f9342 (patch) | |
tree | 3f885df2a14a9c68972b73763f40e101aaa00a7d /math/lapacke/files/patch-make.inc | |
parent | - Add missing (undocumented) DEPENDS (diff) |
update to 3.4.0
PR: 163909
Submitted by: E. Shibusawa (maintainer)
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=293595
Diffstat (limited to '')
-rw-r--r-- | math/lapacke/files/patch-make.inc | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/math/lapacke/files/patch-make.inc b/math/lapacke/files/patch-make.inc index e7d8353c08ea..30f9d54a6e8e 100644 --- a/math/lapacke/files/patch-make.inc +++ b/math/lapacke/files/patch-make.inc @@ -1,31 +1,31 @@ ---- make.inc.orig 2010-10-01 17:17:25.000000000 +0900 -+++ make.inc 2010-12-06 20:00:25.000000000 +0900 -@@ -47,20 +47,20 @@ +--- make.inc.orig 2011-11-10 07:56:15.000000000 +0900 ++++ make.inc 2011-12-03 20:22:18.000000000 +0900 +@@ -47,20 +47,19 @@ # LDFLAGS = -nofor-main # - gfortran, set: LINKER = gfortran # --CC = icc --CFLAGS = -O3 +-CC = gcc +-CFLAGS = +-LINKER = gfortran +-LDFLAGS = +CC = %%CC%% +CFLAGS = %%CFLAGS%% - LINKER = $(CC) --LDFLAGS = ++LINKER = $(CC) +LDFLAGS = %%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 --LIBS = ../../../lapack-3.2.1/lapack.a ../../../lapack-3.2.1/blas.a -lm -+LAPACKE = ./lib/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 ++LAPACKE = ./lib%%LAPACKE_LIBNAME%%.a +LIBS = %%LAPACK%% %%BLAS%% - # # The archiver and the flag(s) to use when building archive (library) # If your system has no ranlib, set RANLIB = echo. # -ARCH = ar --ARCHFLAGS = cr --RANLIB = ranlib +ARCH_ = %%AR%% -+ARCH_FLAGS = cr + ARCHFLAGS = cr +-RANLIB = ranlib +RANLIB = %%RANLIB%% |