diff options
Diffstat (limited to 'math/umfpack/files')
-rw-r--r-- | math/umfpack/files/patch-Make+Make.freebsd | 36 | ||||
-rw-r--r-- | math/umfpack/files/patch-Make+Make.include | 31 |
2 files changed, 0 insertions, 67 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 diff --git a/math/umfpack/files/patch-Make+Make.include b/math/umfpack/files/patch-Make+Make.include deleted file mode 100644 index b2b914783d73..000000000000 --- a/math/umfpack/files/patch-Make+Make.include +++ /dev/null @@ -1,31 +0,0 @@ ---- Make/Make.include.orig Wed Apr 23 14:08:18 2003 -+++ Make/Make.include Thu Jun 19 14:01:42 2003 -@@ -10,15 +10,15 @@ - # AMD, or both AMD and UMFPACK, you only need to edit this one file (and - # optionaly, one of the ../Make/Make.<arch> files below). - --CFLAGS = -O -+CFLAGS ?= -O - RANLIB = ranlib - LIB = -lm - RM = rm -f - MV = mv -f --F77 = f77 --F77FLAGS = -O --F77LIB = --AR = ar -+F77 ?= f77 -+F77FLAGS = ${FFLAGS} -+#F77LIB = -+AR ?= ar - - #------------------------------------------------------------------------------- - # for the AMD and UMFPACK mexFunctions (-DNBLAS and -DNUTIL for UMFPACK only) -@@ -49,6 +49,7 @@ - # CC = ... to redefine the name of your C compiler, for example. Without - # any specific changes, this Makefile should work on nearly all systems. - -+include ../Make/Make.freebsd - # include ../Make/Make.linux - # include ../Make/Make.sgi - # include ../Make/Make.solaris |