Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 10:13:35 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: 30e6befe38aa - main - suitesparse-btf: new port for the module BTF of SuiteSparse
Message-ID:  <202105251013.14PADZgA000969@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=30e6befe38aa628eec373259a373c55ac708897d

commit 30e6befe38aa628eec373259a373c55ac708897d
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-05-24 16:38:21 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-05-25 10:00:03 +0000

    suitesparse-btf: new port for the module BTF of SuiteSparse
---
 math/suitesparse-btf/Makefile  | 18 ++++++++++++++++++
 math/suitesparse-btf/pkg-descr | 11 +++++++++++
 math/suitesparse-btf/pkg-plist |  5 +++++
 3 files changed, 34 insertions(+)

diff --git a/math/suitesparse-btf/Makefile b/math/suitesparse-btf/Makefile
new file mode 100644
index 000000000000..f6bcb1f8b5a9
--- /dev/null
+++ b/math/suitesparse-btf/Makefile
@@ -0,0 +1,18 @@
+# Created by: Thierry Thomas (<thierry@pompo.net>)
+
+PORTNAME=	BTF
+PORTVERSION=	1.2.6
+CATEGORIES=	math
+
+COMMENT=	Permutation to block triangular form
+
+LICENSE=	LGPL21+
+
+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-btf/pkg-descr b/math/suitesparse-btf/pkg-descr
new file mode 100644
index 000000000000..5f8a5d5c1373
--- /dev/null
+++ b/math/suitesparse-btf/pkg-descr
@@ -0,0 +1,11 @@
+This port installs the module BTF of SuiteSparse.
+
+BTF is a software package for permuting a matrix into block upper triangular
+form. It includes a maximum transversal algorithm, which finds a permutation
+of a square or rectangular matrix so that it has a zero-free diagonal (if one
+exists); otherwise, it finds a maximal matching which maximizes the number of
+nonzeros on the diagonal. The package also includes a method for finding the
+strongly connected components of a graph. These two methods together give the
+permutation to block upper triangular form.
+
+WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
diff --git a/math/suitesparse-btf/pkg-plist b/math/suitesparse-btf/pkg-plist
new file mode 100644
index 000000000000..393ebeacf29d
--- /dev/null
+++ b/math/suitesparse-btf/pkg-plist
@@ -0,0 +1,5 @@
+include/suitesparse/btf.h
+lib/libbtf.so
+lib/libbtf.so.1
+lib/libbtf.so.1.2.6
+%%PORTDOCS%%%%DOCSDIR%%/BTF_README.txt



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