Skip to content
Snippets Groups Projects
Commit d1a753db authored by Thierry Thomas's avatar Thierry Thomas
Browse files

suitesparse-ccolamd: new port for the module CCOLAMD of SuiteSparse

parent 3c093f64
No related branches found
No related tags found
No related merge requests found
# Created by: Thierry Thomas (<thierry@pompo.net>)
PORTNAME= CCOLAMD
PORTVERSION= 2.9.6
CATEGORIES= math
COMMENT= Constrained column approximate minimum degree ordering
LICENSE= BSD3CLAUSE
USES= localbase:ldflags
OMP_NEEDED= yes
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
USE_LDCONFIG= yes
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
.include <bsd.port.post.mk>
--- CCOLAMD/Demo/Makefile.orig 2021-05-17 01:04:52 UTC
+++ CCOLAMD/Demo/Makefile
@@ -15,7 +15,6 @@ LIB2 = $(LDFLAGS) -L../../lib -lccolamd -lsuitesparsec
all: library ccolamd_example ccolamd_l_example
library:
- ( cd ../../SuiteSparse_config ; $(MAKE) )
( cd ../Lib ; $(MAKE) )
#------------------------------------------------------------------------------
This port installs the module CCOLAMD of SuiteSparse.
The CCOLAMD column approximate minimum degree ordering algorithm computes a
permutation vector P such that the LU factorization of A (:,P) tends to be
sparser than that of A. The Cholesky factorization of (A (:,P))'*(A (:,P)) will
also tend to be sparser than that of A'*A. CSYMAMD is a symmetric minimum
degree ordering method based on CCOLAMD, also available as a MATLAB-callable
function. It constructs a matrix M such that M'*M has the same pattern as A, and
then uses CCOLAMD to compute a column ordering of M.
WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
include/suitesparse/ccolamd.h
lib/libccolamd.so
lib/libccolamd.so.2
lib/libccolamd.so.2.9.6
%%PORTDOCS%%%%DOCSDIR%%/CCOLAMD_README.txt
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment