git: 3c093f64b5dd - main - suitesparse-camd: new port for the module CAMD of SuiteSparse

Thierry Thomas thierry at FreeBSD.org
Tue May 25 10:13:36 UTC 2021


The branch main has been updated by thierry:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3c093f64b5dd1e2a804bca049749b2bcd7063841

commit 3c093f64b5dd1e2a804bca049749b2bcd7063841
Author:     Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-05-24 16:38:51 +0000
Commit:     Thierry Thomas <thierry at FreeBSD.org>
CommitDate: 2021-05-25 10:00:03 +0000

    suitesparse-camd: new port for the module CAMD of SuiteSparse
---
 math/suitesparse-camd/Makefile  | 18 ++++++++++++++++++
 math/suitesparse-camd/pkg-descr |  5 +++++
 math/suitesparse-camd/pkg-plist |  6 ++++++
 3 files changed, 29 insertions(+)

diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile
new file mode 100644
index 000000000000..9e4658b42030
--- /dev/null
+++ b/math/suitesparse-camd/Makefile
@@ -0,0 +1,18 @@
+# Created by: Thierry Thomas (<thierry at pompo.net>)
+
+PORTNAME=	CAMD
+PORTVERSION=	2.4.6
+CATEGORIES=	math
+
+COMMENT=	Symmetric approximate minimum degree
+
+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>
diff --git a/math/suitesparse-camd/pkg-descr b/math/suitesparse-camd/pkg-descr
new file mode 100644
index 000000000000..c0dcac974bd2
--- /dev/null
+++ b/math/suitesparse-camd/pkg-descr
@@ -0,0 +1,5 @@
+This port installs the module CAMD of SuiteSparse.
+
+CAMD is a set of routines for permuting sparse matrices prior to factorization.
+
+WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
diff --git a/math/suitesparse-camd/pkg-plist b/math/suitesparse-camd/pkg-plist
new file mode 100644
index 000000000000..8abcee6d0dfb
--- /dev/null
+++ b/math/suitesparse-camd/pkg-plist
@@ -0,0 +1,6 @@
+include/suitesparse/camd.h
+lib/libcamd.so
+lib/libcamd.so.2
+lib/libcamd.so.2.4.6
+%%PORTDOCS%%%%DOCSDIR%%/CAMD_README.txt
+%%PORTDOCS%%%%DOCSDIR%%/CAMD_UserGuide.pdf


More information about the dev-commits-ports-all mailing list