Port details on branch 2022Q2 |
- suitesparse-colamd Column approximate minimum degree ordering algorithm
- 3.3.4 math
=8 3.3.4Version of this port present on the latest quarterly branch. - Maintainer: fortran@FreeBSD.org
 - Port Added: 2021-05-25 10:15:38
- Last Update: 2025-01-11 10:02:35
- Commit Hash: 540ef83
- People watching this port, also watch:: dav1d, libXdamage, indexinfo, libevent, xorg-fonts-truetype
- License: BSD3CLAUSE
- WWW:
- https://faculty.cse.tamu.edu/davis/suitesparse.html
- Description:
- This port installs the module COLAMD 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- suitesparse-colamd>0:math/suitesparse-colamd
- To install the port:
- cd /usr/ports/math/suitesparse-colamd/ && make install clean
- To add the package, run one of these commands:
- pkg install math/suitesparse-colamd
- pkg install suitesparse-colamd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: suitesparse-colamd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724813654
SHA256 (suitesparse/v7.8.2.tar.gz) = 996c48c87baaeb5fc04bd85c7e66d3651a56fe749c531c60926d75b4db5d2181
SIZE (suitesparse/v7.8.2.tar.gz) = 87337633
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- gfortran13 : lang/gcc13
- Library dependencies:
-
- libsuitesparseconfig.so : math/suitesparse-config
- This port is required by:
- for Libraries
-
- biology/augustus
- cad/xyce
- games/naev
- math/dune-fem
- math/dune-pdelab
- math/dune-vtk
- math/freefem++
-
Deleted ports which required this port:
- for Run
-
- math/suitesparse
Configuration Options:
- ===> The following configuration options are available for suitesparse-colamd-3.3.4:
DEMOS=off: Build the demonstrations
DOCS=on: Build and/or install documentation
OPENMP=on: Parallel processing support via OpenMP
OPTIMIZED_CFLAGS=on: Use extra compiler optimizations
===> Use 'make config' to modify these settings
- Options name:
- math_suitesparse-colamd
- USES:
- localbase:ldflags cmake:insource fortran pathfix compiler:c++11-lib
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|