Port details |
- suitesparse-colamd Column approximate minimum degree ordering algorithm
- 3.3.4 math
=9 3.3.3Version of this port present on the latest quarterly branch. - Maintainer: fortran@FreeBSD.org
![search for ports maintained by this maintainer search for ports maintained by this maintainer](/images/search.jpg) - 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.
¦ ¦ ¦ ¦ ![SVNWeb - no subversion history for this port SVNWeb - no subversion history for this port](/images/subversion-greyed.png)
- 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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.4 11 Jan 2025 10:02:35
![commit hash: 540ef83c7de8095d9a140e7a971c07b0f02fbd23 commit hash: 540ef83c7de8095d9a140e7a971c07b0f02fbd23](/images/git.png) ![commit hash: 540ef83c7de8095d9a140e7a971c07b0f02fbd23 commit hash: 540ef83c7de8095d9a140e7a971c07b0f02fbd23](/images/codeberg.svg) ![commit hash: 540ef83c7de8095d9a140e7a971c07b0f02fbd23 commit hash: 540ef83c7de8095d9a140e7a971c07b0f02fbd23](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse: update to 7.8.2
Release notes at
https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.8.2 |
3.3.3 29 Apr 2024 20:05:35
![commit hash: 0ebe24b8496e867e891712e5499a1fd0d7017d9a commit hash: 0ebe24b8496e867e891712e5499a1fd0d7017d9a](/images/git.png) ![commit hash: 0ebe24b8496e867e891712e5499a1fd0d7017d9a commit hash: 0ebe24b8496e867e891712e5499a1fd0d7017d9a](/images/codeberg.svg) ![commit hash: 0ebe24b8496e867e891712e5499a1fd0d7017d9a commit hash: 0ebe24b8496e867e891712e5499a1fd0d7017d9a](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade to 3.3.3 |
3.3.2 28 Jan 2024 12:02:20
![commit hash: 096bd0410df1cd26a71f4d119f9c72f125b9410f commit hash: 096bd0410df1cd26a71f4d119f9c72f125b9410f](/images/git.png) ![commit hash: 096bd0410df1cd26a71f4d119f9c72f125b9410f commit hash: 096bd0410df1cd26a71f4d119f9c72f125b9410f](/images/codeberg.svg) ![commit hash: 096bd0410df1cd26a71f4d119f9c72f125b9410f commit hash: 096bd0410df1cd26a71f4d119f9c72f125b9410f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade to 3.3.2 |
3.3.1 13 Jan 2024 10:15:03
![commit hash: 40bc7f8e86f73591be94c6a6afeb62a0eb871859 commit hash: 40bc7f8e86f73591be94c6a6afeb62a0eb871859](/images/git.png) ![commit hash: 40bc7f8e86f73591be94c6a6afeb62a0eb871859 commit hash: 40bc7f8e86f73591be94c6a6afeb62a0eb871859](/images/codeberg.svg) ![commit hash: 40bc7f8e86f73591be94c6a6afeb62a0eb871859 commit hash: 40bc7f8e86f73591be94c6a6afeb62a0eb871859](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade COLAMD to 3.3.1 |
3.3.0 31 Dec 2023 14:31:07
![commit hash: 47866d53fb9b7f71937c91cd219a3aacc8ad0801 commit hash: 47866d53fb9b7f71937c91cd219a3aacc8ad0801](/images/git.png) ![commit hash: 47866d53fb9b7f71937c91cd219a3aacc8ad0801 commit hash: 47866d53fb9b7f71937c91cd219a3aacc8ad0801](/images/codeberg.svg) ![commit hash: 47866d53fb9b7f71937c91cd219a3aacc8ad0801 commit hash: 47866d53fb9b7f71937c91cd219a3aacc8ad0801](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade to 3.3.0 |
3.2.1 15 Oct 2023 08:59:08
![commit hash: 6ea4469bf0ce2018accbed062519cd2298f13d55 commit hash: 6ea4469bf0ce2018accbed062519cd2298f13d55](/images/git.png) ![commit hash: 6ea4469bf0ce2018accbed062519cd2298f13d55 commit hash: 6ea4469bf0ce2018accbed062519cd2298f13d55](/images/codeberg.svg) ![commit hash: 6ea4469bf0ce2018accbed062519cd2298f13d55 commit hash: 6ea4469bf0ce2018accbed062519cd2298f13d55](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade to 3.2.1 |
3.2.0 20 Sep 2023 17:44:55
![commit hash: bb398f02aa00cfe288bbb2021ff86d33617ad1a0 commit hash: bb398f02aa00cfe288bbb2021ff86d33617ad1a0](/images/git.png) ![commit hash: bb398f02aa00cfe288bbb2021ff86d33617ad1a0 commit hash: bb398f02aa00cfe288bbb2021ff86d33617ad1a0](/images/codeberg.svg) ![commit hash: bb398f02aa00cfe288bbb2021ff86d33617ad1a0 commit hash: bb398f02aa00cfe288bbb2021ff86d33617ad1a0](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade to 3.2.0 |
3.0.4 01 Jul 2023 16:08:20
![commit hash: 26e77b1199c3b90bd4574213eb7cf091e79439d9 commit hash: 26e77b1199c3b90bd4574213eb7cf091e79439d9](/images/git.png) ![commit hash: 26e77b1199c3b90bd4574213eb7cf091e79439d9 commit hash: 26e77b1199c3b90bd4574213eb7cf091e79439d9](/images/codeberg.svg) ![commit hash: 26e77b1199c3b90bd4574213eb7cf091e79439d9 commit hash: 26e77b1199c3b90bd4574213eb7cf091e79439d9](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse*: upgrade SuiteSparse to v7.1.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.1.0>. |
3.0.3_1 23 Apr 2023 09:09:58
![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/git.png) ![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/codeberg.svg) ![commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Gerald Pfeifer (gerald) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
3.0.3 19 Jan 2023 16:45:37
![commit hash: 5e9bc3296a9842b4245b7853153455805fec1d53 commit hash: 5e9bc3296a9842b4245b7853153455805fec1d53](/images/git.png) ![commit hash: 5e9bc3296a9842b4245b7853153455805fec1d53 commit hash: 5e9bc3296a9842b4245b7853153455805fec1d53](/images/codeberg.svg) ![commit hash: 5e9bc3296a9842b4245b7853153455805fec1d53 commit hash: 5e9bc3296a9842b4245b7853153455805fec1d53](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse*: upgrade to v7.0.0
Release notes at
<https://github.com/DrTimothyAldenDavis/SuiteSparse/releases/tag/v7.0.0> |
3.0.2 15 Dec 2022 21:34:36
![commit hash: abe7fe09c2690a71e83790fa30e310c4bd311883 commit hash: abe7fe09c2690a71e83790fa30e310c4bd311883](/images/git.png) ![commit hash: abe7fe09c2690a71e83790fa30e310c4bd311883 commit hash: abe7fe09c2690a71e83790fa30e310c4bd311883](/images/codeberg.svg) ![commit hash: abe7fe09c2690a71e83790fa30e310c4bd311883 commit hash: abe7fe09c2690a71e83790fa30e310c4bd311883](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade to 3.0.2 |
3.0.0 27 Nov 2022 11:09:54
![commit hash: 7874aed7499c0f7e3a64ab2357ac9108d9e2f79f commit hash: 7874aed7499c0f7e3a64ab2357ac9108d9e2f79f](/images/git.png) ![commit hash: 7874aed7499c0f7e3a64ab2357ac9108d9e2f79f commit hash: 7874aed7499c0f7e3a64ab2357ac9108d9e2f79f](/images/codeberg.svg) ![commit hash: 7874aed7499c0f7e3a64ab2357ac9108d9e2f79f commit hash: 7874aed7499c0f7e3a64ab2357ac9108d9e2f79f](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse-colamd: upgrade to 3.0.0
PR: 267742 |
07 Sep 2022 21:58:51
![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/git.png) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/codeberg.svg) ![commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.9.6 07 Sep 2022 21:10:59
![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/git.png) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/codeberg.svg) ![commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Stefan Eßer (se) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.9.6 20 Jul 2022 14:22:24
![commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da](/images/git.png) ![commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da](/images/codeberg.svg) ![commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da commit hash: f53eb28489aa8f30712cd8772d1a0e05c394a5da](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Tobias C. Berner (tcberner) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
2.9.6 06 Jun 2021 20:18:37
![commit hash: 38e42a5646cb2ad1d75484237bfb41424cc50f1c commit hash: 38e42a5646cb2ad1d75484237bfb41424cc50f1c](/images/git.png) ![commit hash: 38e42a5646cb2ad1d75484237bfb41424cc50f1c commit hash: 38e42a5646cb2ad1d75484237bfb41424cc50f1c](/images/codeberg.svg) ![commit hash: 38e42a5646cb2ad1d75484237bfb41424cc50f1c commit hash: 38e42a5646cb2ad1d75484237bfb41424cc50f1c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
math/suitesparse*: force PORTNAME in lowercase
Force PORTNAME in lowercase, even if upstream uses uppercases.
Requested by: sunpoet@ and danfe@ |
2.9.6 25 May 2021 10:00:05
![commit hash: c05dc3502abadf29b8d965676d96e57e209e2bf4 commit hash: c05dc3502abadf29b8d965676d96e57e209e2bf4](/images/git.png) ![commit hash: c05dc3502abadf29b8d965676d96e57e209e2bf4 commit hash: c05dc3502abadf29b8d965676d96e57e209e2bf4](/images/codeberg.svg) ![commit hash: c05dc3502abadf29b8d965676d96e57e209e2bf4 commit hash: c05dc3502abadf29b8d965676d96e57e209e2bf4](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Thierry Thomas (thierry) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
suitesparse-colamd: new port for the module COLAMD of SuiteSparse |