diff --git a/math/suitesparse-camd/Makefile b/math/suitesparse-camd/Makefile new file mode 100644 index 000000000000..9e4658b42030 --- /dev/null +++ b/math/suitesparse-camd/Makefile @@ -0,0 +1,18 @@ +# Created by: Thierry Thomas () + +PORTNAME= CAMD +PORTVERSION= 2.4.6 +CATEGORIES= math + +COMMENT= Symmetric approximate minimum degree + +LICENSE= BSD3CLAUSE + +USES= localbase:ldflags +OMP_NEEDED= yes + +BUILD_WRKSRC= ${WRKSRC}/${PORTNAME} +USE_LDCONFIG= yes + +.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk" +.include diff --git a/math/suitesparse-camd/pkg-descr b/math/suitesparse-camd/pkg-descr new file mode 100644 index 000000000000..c0dcac974bd2 --- /dev/null +++ b/math/suitesparse-camd/pkg-descr @@ -0,0 +1,5 @@ +This port installs the module CAMD of SuiteSparse. + +CAMD is a set of routines for permuting sparse matrices prior to factorization. + +WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html diff --git a/math/suitesparse-camd/pkg-plist b/math/suitesparse-camd/pkg-plist new file mode 100644 index 000000000000..8abcee6d0dfb --- /dev/null +++ b/math/suitesparse-camd/pkg-plist @@ -0,0 +1,6 @@ +include/suitesparse/camd.h +lib/libcamd.so +lib/libcamd.so.2 +lib/libcamd.so.2.4.6 +%%PORTDOCS%%%%DOCSDIR%%/CAMD_README.txt +%%PORTDOCS%%%%DOCSDIR%%/CAMD_UserGuide.pdf