aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse-cxsparse/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/suitesparse-cxsparse/Makefile')
-rw-r--r--math/suitesparse-cxsparse/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/math/suitesparse-cxsparse/Makefile b/math/suitesparse-cxsparse/Makefile
new file mode 100644
index 000000000000..8b3c347a8ae3
--- /dev/null
+++ b/math/suitesparse-cxsparse/Makefile
@@ -0,0 +1,18 @@
+# Created by: Thierry Thomas (<thierry@pompo.net>)
+
+PORTNAME= CXSparse
+PORTVERSION= 3.2.0
+CATEGORIES= math
+
+COMMENT= Extended version of CSparse
+
+LICENSE= LGPL21+
+
+USES= localbase:ldflags
+OMP_NEEDED= yes
+
+BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
+USE_LDCONFIG= yes
+
+.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
+.include <bsd.port.post.mk>