From owner-dev-commits-ports-main@freebsd.org Tue May 25 10:13:34 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 E40CB64969F; Tue, 25 May 2021 10:13:34 +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 4Fq8zy4hnQz4Z0h; Tue, 25 May 2021 10:13:34 +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 66BDC1BCBF; Tue, 25 May 2021 10:13:34 +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 14PADYIF000949; Tue, 25 May 2021 10:13:34 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14PADYCl000948; Tue, 25 May 2021 10:13:34 GMT (envelope-from git) Date: Tue, 25 May 2021 10:13:34 GMT Message-Id: <202105251013.14PADYCl000948@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: 4a06093726b2 - main - suitesparse-amd: new port for the module AMD 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: 4a06093726b2650242192a9cca45b8debb18256c 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=4a06093726b2650242192a9cca45b8debb18256c commit 4a06093726b2650242192a9cca45b8debb18256c Author: Thierry Thomas AuthorDate: 2021-05-24 16:37:22 +0000 Commit: Thierry Thomas CommitDate: 2021-05-25 10:00:02 +0000 suitesparse-amd: new port for the module AMD of SuiteSparse --- math/suitesparse-amd/Makefile | 24 ++++++++++++++++++++++++ math/suitesparse-amd/pkg-descr | 6 ++++++ math/suitesparse-amd/pkg-plist | 7 +++++++ 3 files changed, 37 insertions(+) diff --git a/math/suitesparse-amd/Makefile b/math/suitesparse-amd/Makefile new file mode 100644 index 000000000000..d48318342f9a --- /dev/null +++ b/math/suitesparse-amd/Makefile @@ -0,0 +1,24 @@ +# Created by: Thierry Thomas () + +PORTNAME= AMD +PORTVERSION= 2.4.6 +CATEGORIES= math + +COMMENT= Symmetric approximate minimum degree + +LICENSE= BSD3CLAUSE + +USES= fortran localbase:ldflags +OMP_NEEDED= yes + +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +ALL_TARGET+= fortran +USE_LDCONFIG= yes + +.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" + +post-stage: + ${INSTALL_DATA} ${BUILD_WRKSRC}/Lib/libamdf77.a \ + ${STAGEDIR}${PREFIX}/lib/ + +.include diff --git a/math/suitesparse-amd/pkg-descr b/math/suitesparse-amd/pkg-descr new file mode 100644 index 000000000000..5452afac4a73 --- /dev/null +++ b/math/suitesparse-amd/pkg-descr @@ -0,0 +1,6 @@ +This port installs the module AMD of SuiteSparse. + +AMD is a set of routines for pre-ordering sparse matrices prior to Cholesky +or LU factorization, using the approximate minimum degree ordering algorithm. + +WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html diff --git a/math/suitesparse-amd/pkg-plist b/math/suitesparse-amd/pkg-plist new file mode 100644 index 000000000000..8b494b692a57 --- /dev/null +++ b/math/suitesparse-amd/pkg-plist @@ -0,0 +1,7 @@ +include/suitesparse/amd.h +lib/libamd.so +lib/libamd.so.2 +lib/libamd.so.2.4.6 +lib/libamdf77.a +%%PORTDOCS%%%%DOCSDIR%%/AMD_README.txt +%%PORTDOCS%%%%DOCSDIR%%/AMD_UserGuide.pdf