suitesparse-camd: new port for the module CAMD of SuiteSparse
This commit is contained in:
18
math/suitesparse-camd/Makefile
Normal file
18
math/suitesparse-camd/Makefile
Normal file
@@ -0,0 +1,18 @@
|
||||
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
||||
|
||||
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 <bsd.port.post.mk>
|
||||
5
math/suitesparse-camd/pkg-descr
Normal file
5
math/suitesparse-camd/pkg-descr
Normal file
@@ -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
|
||||
6
math/suitesparse-camd/pkg-plist
Normal file
6
math/suitesparse-camd/pkg-plist
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user