aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2006-10-06 11:58:30 +0800
committermaho <maho@FreeBSD.org>2006-10-06 11:58:30 +0800
commit8c71603ab4144492e2bdbe57638f1722f20a5f78 (patch)
treef18812a32c2727628afa91437dacb9142dd01949 /math
parent68df1b49e655bafb1bc9959fbf96b3b0d813e830 (diff)
downloadfreebsd-ports-gnome-8c71603ab4144492e2bdbe57638f1722f20a5f78.tar.gz
freebsd-ports-gnome-8c71603ab4144492e2bdbe57638f1722f20a5f78.tar.zst
freebsd-ports-gnome-8c71603ab4144492e2bdbe57638f1722f20a5f78.zip
math/ufsparse has been renamed to math/suitesparse
PR: 103598
Diffstat (limited to 'math')
-rw-r--r--math/ufsparse/distinfo3
-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
-rw-r--r--math/ufsparse/pkg-descr15
-rw-r--r--math/ufsparse/pkg-plist70
7 files changed, 0 insertions, 207 deletions
diff --git a/math/ufsparse/distinfo b/math/ufsparse/distinfo
deleted file mode 100644
index 1dd7b5ce3b03..000000000000
--- a/math/ufsparse/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (ufsparse/2.1.1/SuiteSparse.tar.gz) = bc01ef2f26e6ad3eed83b4ad62e46a68
-SHA256 (ufsparse/2.1.1/SuiteSparse.tar.gz) = 200f970f2dc596fffe5c9ff9fe6b9f11d3ce9d28a963df1e209942b3f4012ce1
-SIZE (ufsparse/2.1.1/SuiteSparse.tar.gz) = 7839523
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 */
- /* ------------------------------------------------------------------------- */
diff --git a/math/ufsparse/pkg-descr b/math/ufsparse/pkg-descr
deleted file mode 100644
index 907dfe72b760..000000000000
--- a/math/ufsparse/pkg-descr
+++ /dev/null
@@ -1,15 +0,0 @@
-SuiteSparse is a set of sparse matrices libraries.
-It contains:
- * AMD: symmetric approximate minimum degree
- * BTF: permutation to block triangular form (beta)
- * CCOLAMD: constrained column approximate minimum degree
- * COLAMD: column approximate minimum degree
- * CHOLMOD: sparse supernodal Cholesky factorization and update/downdate
- * KLU: sparse LU factorization, for circuit simulation (beta)
- * LDL: a simple LDL^T factorization
- * UMFPACK: sparse multifrontal LU factorization
- * UFconfig: common configuration for all of the above
- * CSparse: a concise sparse matrix package
- * CXSparse: and extended version of CSparse
-
-WWW: http://www.cise.ufl.edu/research/sparse/SuiteSparse/
diff --git a/math/ufsparse/pkg-plist b/math/ufsparse/pkg-plist
deleted file mode 100644
index e60229a78d19..000000000000
--- a/math/ufsparse/pkg-plist
+++ /dev/null
@@ -1,70 +0,0 @@
-include/suitesparse/UFconfig.h
-include/suitesparse/amd.h
-include/suitesparse/amd_internal.h
-include/suitesparse/btf.h
-include/suitesparse/btf_internal.h
-include/suitesparse/camd.h
-include/suitesparse/camd_internal.h
-include/suitesparse/ccolamd.h
-include/suitesparse/cholmod.h
-include/suitesparse/cholmod_blas.h
-include/suitesparse/cholmod_check.h
-include/suitesparse/cholmod_cholesky.h
-include/suitesparse/cholmod_complexity.h
-include/suitesparse/cholmod_config.h
-include/suitesparse/cholmod_core.h
-include/suitesparse/cholmod_internal.h
-include/suitesparse/cholmod_matrixops.h
-include/suitesparse/cholmod_modify.h
-include/suitesparse/cholmod_partition.h
-include/suitesparse/cholmod_supernodal.h
-include/suitesparse/cholmod_template.h
-include/suitesparse/colamd.h
-include/suitesparse/cs.h
-include/suitesparse/klu.h
-include/suitesparse/klu_internal.h
-include/suitesparse/klu_version.h
-include/suitesparse/umfpack.h
-include/suitesparse/umfpack_col_to_triplet.h
-include/suitesparse/umfpack_defaults.h
-include/suitesparse/umfpack_free_numeric.h
-include/suitesparse/umfpack_free_symbolic.h
-include/suitesparse/umfpack_get_determinant.h
-include/suitesparse/umfpack_get_lunz.h
-include/suitesparse/umfpack_get_numeric.h
-include/suitesparse/umfpack_get_symbolic.h
-include/suitesparse/umfpack_global.h
-include/suitesparse/umfpack_load_numeric.h
-include/suitesparse/umfpack_load_symbolic.h
-include/suitesparse/umfpack_numeric.h
-include/suitesparse/umfpack_qsymbolic.h
-include/suitesparse/umfpack_report_control.h
-include/suitesparse/umfpack_report_info.h
-include/suitesparse/umfpack_report_matrix.h
-include/suitesparse/umfpack_report_numeric.h
-include/suitesparse/umfpack_report_perm.h
-include/suitesparse/umfpack_report_status.h
-include/suitesparse/umfpack_report_symbolic.h
-include/suitesparse/umfpack_report_triplet.h
-include/suitesparse/umfpack_report_vector.h
-include/suitesparse/umfpack_save_numeric.h
-include/suitesparse/umfpack_save_symbolic.h
-include/suitesparse/umfpack_scale.h
-include/suitesparse/umfpack_solve.h
-include/suitesparse/umfpack_symbolic.h
-include/suitesparse/umfpack_tictoc.h
-include/suitesparse/umfpack_timer.h
-include/suitesparse/umfpack_transpose.h
-include/suitesparse/umfpack_triplet_to_col.h
-include/suitesparse/umfpack_wsolve.h
-include/ufsparse
-@dirrm include/suitesparse
-lib/libamd.a
-lib/libbtf.a
-lib/libcamd.a
-lib/libccolamd.a
-lib/libcolamd.a
-lib/libcholmod.a
-lib/libklu.a
-lib/libumfpack.a
-lib/libcxsparse.a