From owner-dev-commits-ports-main@freebsd.org Tue May 25 10:13:35 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 996F464988C; Tue, 25 May 2021 10:13:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Fq8zz3jk1z4Yph; Tue, 25 May 2021 10:13:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 53A081BE23; Tue, 25 May 2021 10:13:35 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14PADZm2000970; Tue, 25 May 2021 10:13:35 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14PADZgA000969; Tue, 25 May 2021 10:13:35 GMT (envelope-from git) Date: Tue, 25 May 2021 10:13:35 GMT Message-Id: <202105251013.14PADZgA000969@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thierry Thomas Subject: git: 30e6befe38aa - main - suitesparse-btf: new port for the module BTF of SuiteSparse MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: thierry X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 30e6befe38aa628eec373259a373c55ac708897d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 10:13:35 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=30e6befe38aa628eec373259a373c55ac708897d commit 30e6befe38aa628eec373259a373c55ac708897d Author: Thierry Thomas AuthorDate: 2021-05-24 16:38:21 +0000 Commit: Thierry Thomas 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 () + +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 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