Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2021 10:13:40 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: 1fa733cfc510 - main - suitesparse-config: new port for the module SuiteSparse_config
Message-ID:  <202105251013.14PADeED001081@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=1fa733cfc5105fe608d60164fc6590cbb3b4804c

commit 1fa733cfc5105fe608d60164fc6590cbb3b4804c
Author:     Thierry Thomas <thierry@FreeBSD.org>
AuthorDate: 2021-05-24 16:40:46 +0000
Commit:     Thierry Thomas <thierry@FreeBSD.org>
CommitDate: 2021-05-25 10:00:05 +0000

    suitesparse-config: new port for the module SuiteSparse_config
---
 math/suitesparse-config/Makefile  | 23 +++++++++++++++++++++++
 math/suitesparse-config/pkg-descr |  4 ++++
 math/suitesparse-config/pkg-plist |  6 ++++++
 3 files changed, 33 insertions(+)

diff --git a/math/suitesparse-config/Makefile b/math/suitesparse-config/Makefile
new file mode 100644
index 000000000000..ef426c7cf8ae
--- /dev/null
+++ b/math/suitesparse-config/Makefile
@@ -0,0 +1,23 @@
+# Created by: Thierry Thomas (<thierry@pompo.net>)
+
+PORTNAME=	config
+PORTVERSION=	${SSPVERSION}
+CATEGORIES=	math
+
+COMMENT=	Common library for SuiteSparse
+
+LICENSE=	GPLv2+
+
+OMP_NEEDED=	yes
+
+BUILD_WRKSRC=	${WRKSRC}/SuiteSparse_config
+USE_LDCONFIG=	yes
+
+.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
+
+post-stage-DOCS-on:
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README.md	\
+		${STAGEDIR}${DOCSDIR}/SuiteSparse_README.md
+
+.include <bsd.port.post.mk>
diff --git a/math/suitesparse-config/pkg-descr b/math/suitesparse-config/pkg-descr
new file mode 100644
index 000000000000..ae428201e99b
--- /dev/null
+++ b/math/suitesparse-config/pkg-descr
@@ -0,0 +1,4 @@
+This port (previously UFconfig) installs a common library used by many modules
+of SuiteSparse.
+
+WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
diff --git a/math/suitesparse-config/pkg-plist b/math/suitesparse-config/pkg-plist
new file mode 100644
index 000000000000..27c7f376fd79
--- /dev/null
+++ b/math/suitesparse-config/pkg-plist
@@ -0,0 +1,6 @@
+include/suitesparse/SuiteSparse_config.h
+lib/libsuitesparseconfig.so
+lib/libsuitesparseconfig.so.5
+lib/libsuitesparseconfig.so.5.10.0
+%%PORTDOCS%%%%DOCSDIR%%/SUITESPARSECONFIG_README.txt
+%%PORTDOCS%%%%DOCSDIR%%/SuiteSparse_README.md



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105251013.14PADeED001081>