Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 10:13:36 GMT
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3c093f64b5dd - main - suitesparse-camd: new port for the module CAMD of SuiteSparse
Message-ID:  <202105251013.14PADa1O000990@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry:

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

commit 3c093f64b5dd1e2a804bca049749b2bcd7063841
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-05-24 16:38:51 +0000
Commit:     Thierry Thomas <thierry@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251013.14PADa1O000990>