git: 1fa733cfc510 - main - suitesparse-config: new port for the module SuiteSparse_config
Thierry Thomas
thierry at FreeBSD.org
Tue May 25 10:13:41 UTC 2021
The branch main has been updated by thierry:
URL: https://cgit.FreeBSD.org/ports/commit/?id=1fa733cfc5105fe608d60164fc6590cbb3b4804c
commit 1fa733cfc5105fe608d60164fc6590cbb3b4804c
Author: Thierry Thomas <thierry at FreeBSD.org>
AuthorDate: 2021-05-24 16:40:46 +0000
Commit: Thierry Thomas <thierry at 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 at 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
More information about the dev-commits-ports-all
mailing list