mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
suitesparse-mongoose: new port for the module Mongoose of SuiteSparse
This commit is contained in:
parent
c2572d5d8b
commit
7fecebb491
3 changed files with 38 additions and 0 deletions
25
math/suitesparse-mongoose/Makefile
Normal file
25
math/suitesparse-mongoose/Makefile
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Created by: Thierry Thomas (<thierry@pompo.net>)
|
||||||
|
|
||||||
|
PORTNAME= Mongoose
|
||||||
|
PORTVERSION= 2.0.4
|
||||||
|
CATEGORIES= math
|
||||||
|
|
||||||
|
COMMENT= Symmetric approximate minimum degree
|
||||||
|
|
||||||
|
LICENSE= GPLv3
|
||||||
|
|
||||||
|
USES= cmake:insource localbase:ldflags
|
||||||
|
|
||||||
|
BUILD_WRKSRC= ${WRKSRC}/${PORTNAME}
|
||||||
|
USE_LDCONFIG= yes
|
||||||
|
|
||||||
|
CONFLICTS_INSTALL= mongoose # bin/mongoose
|
||||||
|
|
||||||
|
.include "${.CURDIR}/../../math/suitesparse/bsd.suitesparse.mk"
|
||||||
|
|
||||||
|
post-stage-DOCS-on:
|
||||||
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
|
${INSTALL_DATA} ${BUILD_WRKSRC}/Doc/Mongoose_UserGuide.pdf \
|
||||||
|
${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
6
math/suitesparse-mongoose/pkg-descr
Normal file
6
math/suitesparse-mongoose/pkg-descr
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
This port installs the module Mongoose of SuiteSparse.
|
||||||
|
|
||||||
|
Mongoose is a graph partitioning library. Currently, Mongoose only supports edge
|
||||||
|
partitioning, but in the future a vertex separator extension will be added.
|
||||||
|
|
||||||
|
WWW: http://faculty.cse.tamu.edu/davis/suitesparse.html
|
7
math/suitesparse-mongoose/pkg-plist
Normal file
7
math/suitesparse-mongoose/pkg-plist
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
bin/mongoose
|
||||||
|
include/suitesparse/Mongoose.hpp
|
||||||
|
lib/libmongoose.a
|
||||||
|
lib/libmongoose.so
|
||||||
|
lib/libmongoose.so.2
|
||||||
|
lib/libmongoose.so.2.0.4
|
||||||
|
%%PORTDOCS%%%%DOCSDIR%%/Mongoose_UserGuide.pdf
|
Loading…
Add table
Reference in a new issue