Date: Tue, 25 May 2021 10:13:48 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: 12739831125b - main - suitesparse-rbio: new port for the module RBio of SuiteSparse Message-ID: <202105251013.14PADmWd001234@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=12739831125b435b75730489a3055a01d90c440f commit 12739831125b435b75730489a3055a01d90c440f Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2021-05-24 16:44:13 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2021-05-25 10:00:08 +0000 suitesparse-rbio: new port for the module RBio of SuiteSparse --- math/suitesparse-rbio/Makefile | 17 +++++++++++++++++ math/suitesparse-rbio/pkg-descr | 5 +++++ math/suitesparse-rbio/pkg-plist | 5 +++++ 3 files changed, 27 insertions(+) diff --git a/math/suitesparse-rbio/Makefile b/math/suitesparse-rbio/Makefile new file mode 100644 index 000000000000..9d83c4ffcd96 --- /dev/null +++ b/math/suitesparse-rbio/Makefile @@ -0,0 +1,17 @@ +# Created by: Thierry Thomas (<thierry@pompo.net>) + +PORTNAME= RBio +PORTVERSION= 2.2.6 +CATEGORIES= math + +COMMENT= Read/write sparse matrices + +LICENSE= GPLv2+ + +USES= localbase:ldflags + +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +USE_LDCONFIG= yes + +.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" +.include <bsd.port.post.mk> diff --git a/math/suitesparse-rbio/pkg-descr b/math/suitesparse-rbio/pkg-descr new file mode 100644 index 000000000000..bc6ff9c47112 --- /dev/null +++ b/math/suitesparse-rbio/pkg-descr @@ -0,0 +1,5 @@ +This port installs the module RBio of SuiteSparse. + +RBio can be used to read and write sparse matrices. + +WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html diff --git a/math/suitesparse-rbio/pkg-plist b/math/suitesparse-rbio/pkg-plist new file mode 100644 index 000000000000..e60a4c117535 --- /dev/null +++ b/math/suitesparse-rbio/pkg-plist @@ -0,0 +1,5 @@ +include/suitesparse/RBio.h +lib/librbio.so +lib/librbio.so.2 +lib/librbio.so.2.2.6 +%%PORTDOCS%%%%DOCSDIR%%/RBIO_README.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251013.14PADmWd001234>