From 12739831125b435b75730489a3055a01d90c440f Mon Sep 17 00:00:00 2001 From: Thierry Thomas Date: Mon, 24 May 2021 18:44:13 +0200 Subject: 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(+) create mode 100644 math/suitesparse-rbio/Makefile create mode 100644 math/suitesparse-rbio/pkg-descr create mode 100644 math/suitesparse-rbio/pkg-plist 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 () + +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 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 -- cgit v1.2.3