From owner-dev-commits-ports-all@freebsd.org Tue May 25 10:13:45 2021 Return-Path: Delivered-To: dev-commits-ports-all@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 64B0E649554; Tue, 25 May 2021 10:13:45 +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 4Fq9085D3Jz4Yvn; Tue, 25 May 2021 10:13:44 +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 46B251BF2F; Tue, 25 May 2021 10:13:44 +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 14PADi62001151; Tue, 25 May 2021 10:13:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14PADi8j001150; Tue, 25 May 2021 10:13:44 GMT (envelope-from git) Date: Tue, 25 May 2021 10:13:44 GMT Message-Id: <202105251013.14PADi8j001150@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: 21ddf7a6bedc - main - suitesparse-graphblas: new port for the module GraphBLAS 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: 21ddf7a6bedcb93b9a6a36de9e362b24b549e47e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2021 10:13:45 -0000 The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=21ddf7a6bedcb93b9a6a36de9e362b24b549e47e commit 21ddf7a6bedcb93b9a6a36de9e362b24b549e47e Author: Thierry Thomas AuthorDate: 2021-05-24 16:42:19 +0000 Commit: Thierry Thomas CommitDate: 2021-05-25 10:00:06 +0000 suitesparse-graphblas: new port for the module GraphBLAS of SuiteSparse --- math/suitesparse-graphblas/Makefile | 32 ++++++++++++++++++++++++++++++++ math/suitesparse-graphblas/pkg-descr | 11 +++++++++++ math/suitesparse-graphblas/pkg-plist | 5 +++++ 3 files changed, 48 insertions(+) diff --git a/math/suitesparse-graphblas/Makefile b/math/suitesparse-graphblas/Makefile new file mode 100644 index 000000000000..027344cb495b --- /dev/null +++ b/math/suitesparse-graphblas/Makefile @@ -0,0 +1,32 @@ +# Created by: Thierry Thomas () + +PORTNAME= GraphBLAS +PORTVERSION= 5.0.5 +CATEGORIES= math + +COMMENT= Graph algorithms in the language of linear algebra + +LICENSE= APACHE20 + +USES= cmake:insource localbase:ldflags +OMP_NEEDED= yes +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +USE_LDCONFIG= yes + +PORTDOCS= CSC20_OpenMP_GraphBLAS.pdf GraphBLAS_API_C_v13.pdf \ + GraphBLAS_UserGuide.pdf HPEC19.pdf lagraph-grapl19.pdf \ + toms_graphblas.pdf + +.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" + +pre-configure-OPENMP-off: + ${REINPLACE_CMD} -e '/find_package.*OpenMP/d' \ + ${WRKSRC}/GraphBLAS/CMakeLists.txt + +post-stage-DOCS-on: + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for doc in ${PORTDOCS} + ${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/${doc} ${STAGEDIR}${DOCSDIR} +.endfor + +.include diff --git a/math/suitesparse-graphblas/pkg-descr b/math/suitesparse-graphblas/pkg-descr new file mode 100644 index 000000000000..aeaa64bd8c9e --- /dev/null +++ b/math/suitesparse-graphblas/pkg-descr @@ -0,0 +1,11 @@ +This port installs the module GraphBLAS of SuiteSparse. + +SuiteSparse:GraphBLAS is a complete implementation of the GraphBLAS +standard, which defines a set of sparse matrix operations on an extended +algebra of semirings using an almost unlimited variety of operators and +types. When applied to sparse adjacency matrices, these algebraic +operations are equivalent to computations on graphs. GraphBLAS provides +a powerful and expressive framework for creating graph algorithms based +on the elegant mathematics of sparse matrix operations on a semiring. + +WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html diff --git a/math/suitesparse-graphblas/pkg-plist b/math/suitesparse-graphblas/pkg-plist new file mode 100644 index 000000000000..b8328461e62c --- /dev/null +++ b/math/suitesparse-graphblas/pkg-plist @@ -0,0 +1,5 @@ +include/suitesparse/GraphBLAS.h +lib/libgraphblas.a +lib/libgraphblas.so +lib/libgraphblas.so.5 +lib/libgraphblas.so.5.0.4