summaryrefslogtreecommitdiff
path: root/math/ufsparse/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/ufsparse/files')
-rw-r--r--math/ufsparse/files/patch-CHOLMOD+Lib+Makefile11
-rw-r--r--math/ufsparse/files/patch-Makefile11
-rw-r--r--math/ufsparse/files/patch-UFconfig+UFconfig.mk71
-rw-r--r--math/ufsparse/files/patch-size_t26
4 files changed, 0 insertions, 119 deletions
diff --git a/math/ufsparse/files/patch-CHOLMOD+Lib+Makefile b/math/ufsparse/files/patch-CHOLMOD+Lib+Makefile
deleted file mode 100644
index 15992ea815f9..000000000000
--- a/math/ufsparse/files/patch-CHOLMOD+Lib+Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- CHOLMOD/Lib/Makefile~ Fri Aug 25 22:44:11 2006
-+++ CHOLMOD/Lib/Makefile Sun Sep 17 21:18:07 2006
-@@ -116,7 +116,7 @@
- $(OBJ): $(INC)
-
- I = -I../../AMD/Include -I../../AMD/Source -I../../COLAMD \
-- -I$(METIS_PATH)/Lib -I../../CCOLAMD -I../../CAMD/Include -I../Include \
-+ -I$(METIS_PATH) -I../../CCOLAMD -I../../CAMD/Include -I../Include \
- -I../../UFconfig
-
-
diff --git a/math/ufsparse/files/patch-Makefile b/math/ufsparse/files/patch-Makefile
deleted file mode 100644
index 5f602e688fd0..000000000000
--- a/math/ufsparse/files/patch-Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile~ Fri Jul 28 04:49:43 2006
-+++ Makefile Sun Sep 17 22:33:10 2006
-@@ -19,7 +19,7 @@
- ( cd CSparse ; $(MAKE) )
- ( cd CXSparse ; $(MAKE) )
- # ( cd LPDASA ; $(MAKE) )
-- ( cd metis-4.0 ; $(MAKE) )
-+# ( cd metis-4.0 ; $(MAKE) )
- # ( cd PARAKLETE ; $(MAKE) )
-
- library: default
diff --git a/math/ufsparse/files/patch-UFconfig+UFconfig.mk b/math/ufsparse/files/patch-UFconfig+UFconfig.mk
deleted file mode 100644
index 4a86cb3d8844..000000000000
--- a/math/ufsparse/files/patch-UFconfig+UFconfig.mk
+++ /dev/null
@@ -1,71 +0,0 @@
---- UFconfig/UFconfig.mk Wed Sep 20 05:36:35 2006
-+++ UFconfig/UFconfig.mk Wed Sep 20 05:36:38 2006
-@@ -31,8 +31,8 @@
- # C compiler and compiler flags: These will normally not give you optimal
- # performance. You should select the optimization parameters that are best
- # for your system. On Linux, use "CFLAGS = -O3 -fexceptions" for example.
--CC = cc
--CFLAGS = -O
-+CC = %%CC%%
-+CFLAGS = %%CFLAGS%%
-
- # ranlib, and ar, for generating libraries
- RANLIB = ranlib
-@@ -43,8 +43,8 @@
- MV = mv -f
-
- # Fortran compiler (not normally required)
--F77 = f77
--F77FLAGS = -O
-+F77 = %%F77%%
-+F77FLAGS = %%FFLAGS%%
- F77LIB =
-
- # C and Fortran libraries
-@@ -77,8 +77,8 @@
- # These settings will probably not work, since there is no fixed convention for
- # naming the BLAS and LAPACK library (*.a or *.so) files. Assume the Goto
- # BLAS are available.
--BLAS = -lgoto -lgfortran
--LAPACK = -llapack
-+BLAS = %%BLAS%%
-+LAPACK = %%LAPACK%%
-
- # The BLAS might not contain xerbla, an error-handling routine for LAPACK and
- # the BLAS. Also, the standard xerbla requires the Fortran I/O library, and
-@@ -106,8 +106,8 @@
- # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
- # You may wish to use an absolute path. METIS is optional. Compile
- # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
--METIS_PATH = ../../metis-4.0
--METIS = ../../metis-4.0/libmetis.a
-+METIS_PATH = %%LOCALBASE%%/include/metis
-+METIS = %%LOCALBASE%%/lib/libmetis.a
-
- # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
- # options:
-@@ -130,7 +130,7 @@
- # -DNRECIPROCAL do not multiply by the reciprocal
- # -DNO_DIVIDE_BY_ZERO do not divide by zero
-
--UMFPACK_CONFIG =
-+UMFPACK_CONFIG = -DGETRUSAGE
-
- #------------------------------------------------------------------------------
- # CHOLMOD configuration
-@@ -180,11 +180,11 @@
-
- # alternatives:
- # CFLAGS = -g -fexceptions \
-- -Wall -W -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
-- -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
-+# -Wall -W -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
-+# -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
- # CFLAGS = -O3 -fexceptions \
-- -Wall -W -Werror -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
-- -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
-+# -Wall -W -Werror -Wshadow -Wmissing-prototypes -Wstrict-prototypes \
-+# -Wredundant-decls -Wnested-externs -Wdisabled-optimization -ansi
- # CFLAGS = -g -fexceptions
- # CFLAGS = -O3
-
diff --git a/math/ufsparse/files/patch-size_t b/math/ufsparse/files/patch-size_t
deleted file mode 100644
index 222eb978face..000000000000
--- a/math/ufsparse/files/patch-size_t
+++ /dev/null
@@ -1,26 +0,0 @@
---- AMD/Include/amd_internal.h.old Tue May 2 20:11:29 2006
-+++ AMD/Include/amd_internal.h Sun Sep 17 22:20:26 2006
-@@ -153,7 +153,9 @@
- #define NULL 0
-
- /* largest value of size_t */
--#define SIZE_T_MAX ((size_t) (-1))
-+#if !defined SIZE_T_MAX
-+#define SIZE_T_MAX ((size_t) (-1)) */
-+#endif
-
- /* ------------------------------------------------------------------------- */
- /* integer type for AMD: int or UF_long */
---- CAMD/Include/camd_internal.h~ Wed Jun 28 06:43:39 2006
-+++ CAMD/Include/camd_internal.h Sun Sep 17 22:22:07 2006
-@@ -154,8 +154,9 @@
- #define NULL 0
-
- /* largest value of size_t */
-+#if !defined SIZE_T_MAX
- #define SIZE_T_MAX ((size_t) (-1))
--
-+#endif
- /* ------------------------------------------------------------------------- */
- /* integer type for CAMD: int or UF_long */
- /* ------------------------------------------------------------------------- */