diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 22:52:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-06-18 22:52:56 +0000 |
commit | 8712d22249c3151b4cad69d62a1bad5b13de5f46 (patch) | |
tree | 437f794f6a8d4063d447af45dacc11456b438d94 /math/umfpack/files/patch-Make+Make.freebsd | |
parent | [NEW PORT] audio/kirocker: KDE Kicker applet for Amarok (diff) |
- Delete expired port math/umfpack: outdated subset of math/sparsesuite
Diffstat (limited to 'math/umfpack/files/patch-Make+Make.freebsd')
-rw-r--r-- | math/umfpack/files/patch-Make+Make.freebsd | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/math/umfpack/files/patch-Make+Make.freebsd b/math/umfpack/files/patch-Make+Make.freebsd deleted file mode 100644 index dd10e0f4c426..000000000000 --- a/math/umfpack/files/patch-Make+Make.freebsd +++ /dev/null @@ -1,36 +0,0 @@ ---- Make/Make.freebsd.orig Sun May 28 22:27:24 2006 -+++ Make/Make.freebsd Sun May 28 22:35:56 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 = %%CFLAGS%% - - # Using Intel's icc and ifc compilers: - # F77 = ifc -@@ -36,16 +36,16 @@ - # LIB = -lm - - # 2: with the ATLAS C-BLAS (http://www.netlib.org/atlas). --# CONFIG = -DCBLAS -I../ATLAS/include --# 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 = -DGETRUSAGE -+LIB = -L%%LOCALBASE%%/lib %%BLAS%% %%GCCLIBDIR%% %%FORTRANLIBS%% -lm - - # 4: with Fortran interface to the BLAS, and Goto's BLAS -- CONFIG = -- LIB = -lgoto -lxerbla -lfrtbegin -lg2c -lm -+# CONFIG = -+# LIB = -lgoto -lxerbla -lfrtbegin -lg2c -lm - - # 5: with Fortran interface to the BLAS, and Goto's BLAS, and no divide-by-zero - # CONFIG = -DNO_DIVIDE_BY_ZERO |