Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 10:13:47 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: 7fecebb49185 - main - suitesparse-mongoose: new port for the module Mongoose of SuiteSparse
Message-ID:  <202105251013.14PADlW9001213@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=7fecebb491857c3f466da783fdea82ffb7afc01d

commit 7fecebb491857c3f466da783fdea82ffb7afc01d
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-05-24 16:43:46 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-05-25 10:00:08 +0000

    suitesparse-mongoose: new port for the module Mongoose of SuiteSparse
---
 math/suitesparse-mongoose/Makefile  | 25 +++++++++++++++++++++++++
 math/suitesparse-mongoose/pkg-descr |  6 ++++++
 math/suitesparse-mongoose/pkg-plist |  7 +++++++
 3 files changed, 38 insertions(+)

diff --git a/math/suitesparse-mongoose/Makefile b/math/suitesparse-mongoose/Makefile
new file mode 100644
index 000000000000..d78518b7aa6a
--- /dev/null
+++ b/math/suitesparse-mongoose/Makefile
@@ -0,0 +1,25 @@
+# Created by: Thierry Thomas (<thierry@pompo.net>)
+
+PORTNAME=	Mongoose
+PORTVERSION=	2.0.4
+CATEGORIES=	math
+
+COMMENT=	Symmetric approximate minimum degree
+
+LICENSE=	GPLv3
+
+USES=		cmake:insource localbase:ldflags
+
+BUILD_WRKSRC=	${WRKSRC}/${PORTNAME}
+USE_LDCONFIG=	yes
+
+CONFLICTS_INSTALL=	mongoose # bin/mongoose
+
+.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
+
+post-stage-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/Mongoose_UserGuide.pdf	\
+		${STAGEDIR}${DOCSDIR}
+
+.include <bsd.port.post.mk>
diff --git a/math/suitesparse-mongoose/pkg-descr b/math/suitesparse-mongoose/pkg-descr
new file mode 100644
index 000000000000..7e86c7965722
--- /dev/null
+++ b/math/suitesparse-mongoose/pkg-descr
@@ -0,0 +1,6 @@
+This port installs the module Mongoose of SuiteSparse.
+
+Mongoose is a graph partitioning library. Currently, Mongoose only supports edge
+partitioning, but in the future a vertex separator extension will be added.
+
+WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
diff --git a/math/suitesparse-mongoose/pkg-plist b/math/suitesparse-mongoose/pkg-plist
new file mode 100644
index 000000000000..135b9b89bf43
--- /dev/null
+++ b/math/suitesparse-mongoose/pkg-plist
@@ -0,0 +1,7 @@
+bin/mongoose
+include/suitesparse/Mongoose.hpp
+lib/libmongoose.a
+lib/libmongoose.so
+lib/libmongoose.so.2
+lib/libmongoose.so.2.0.4
+%%PORTDOCS%%%%DOCSDIR%%/Mongoose_UserGuide.pdf



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