summaryrefslogtreecommitdiff
path: root/math/umfpack/files/patch-Make+Make.freebsd
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2006-02-20 08:56:57 +0000
committerThierry Thomas <thierry@FreeBSD.org>2006-02-20 08:56:57 +0000
commitefe40190bb511795d782c7d4b38a6bd08e5143dd (patch)
tree8d8350b5a74f2f439a31f29c3a1793ce458a72b8 /math/umfpack/files/patch-Make+Make.freebsd
parent- updated to 1.2.5 (diff)
- Let the cblas library get overriden from the ports makefile;
- Add a test: target; - Define -fPIC on amd64. PR: 93005 Submitted by: Pedro F. Giffuni <giffunip (at) asme.org>
Diffstat (limited to 'math/umfpack/files/patch-Make+Make.freebsd')
-rw-r--r--math/umfpack/files/patch-Make+Make.freebsd16
1 files changed, 8 insertions, 8 deletions
diff --git a/math/umfpack/files/patch-Make+Make.freebsd b/math/umfpack/files/patch-Make+Make.freebsd
index 6e68a56ca995..fbddae80a542 100644
--- a/math/umfpack/files/patch-Make+Make.freebsd
+++ b/math/umfpack/files/patch-Make+Make.freebsd
@@ -1,13 +1,13 @@
---- Make/Make.freebsd.orig Fri Mar 18 22:29:13 2005
-+++ Make/Make.freebsd Fri Mar 18 22:30:13 2005
+--- Make/Make.freebsd.orig Sun Feb 19 15:26:42 2006
++++ Make/Make.freebsd Sun Feb 19 15:29:05 2006
@@ -6,8 +6,8 @@
# if you use the Intel compiler and the Fortran BLAS.
# Using GNU gcc and f77 compilers:
- CC = gcc
- CFLAGS = -O3 -fPIC
-+ CC ?= cc
-+ CFLAGS ?= -O3 -fPIC
++ CC = %%CC%%
++ CFLAGS = %%CFLAGS%%
# Using Intel's icc and ifc compilers:
# F77 = ifc
@@ -17,14 +17,14 @@
# 2: with the ATLAS C-BLAS (http://www.netlib.org/atlas).
-# CONFIG = -DCBLAS -I../ATLAS/include
-# LIB = -lcblas -latlas -lm
-+CONFIG = -DCBLAS -I../ATLAS/include -I${LOCALBASE}/include
-+LIB = -L${LOCALBASE}/lib -lcblas -latlas -lm
++CONFIG = -DGETRUSAGE -DCBLAS -I../ATLAS/include -I%%LOCALBASE%%/include
++LIB = %%CBLAS_LIBS%% -lm
# 3: with Fortran interface to the ATLAS BLAS
-# CONFIG =
-# LIB = -lf77blas -latlas -lfrtbegin -lg2c -lm
-+# CONFIG = -I${LOCALBASE}/include
-+# LIB = -L${LOCALBASE}/lib -lf77blas -latlas -lfrtbegin -lg2c -lm
++# CONFIG = -I%%LOCALBASE%%/include
++# LIB = -L%%LOCALBASE%%/lib -lf77blas -latlas -lfrtbegin -lg2c -lm
# 4: with Fortran interface to the BLAS, and Goto's BLAS
- CONFIG =