blob: bce16d7296c606d9a713c01f2db2fb695a530380 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= sympol
DISTVERSIONPREFIX= v
DISTVERSION= 0.1.9
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= C++ library and tool to work with symmetric polyhedra
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= permlib>0:math/permlib
LIB_DEPENDS= libboost_program_options.so:devel/boost-libs \
libcddgmp.so:math/cddlib \
libgmp.so:math/gmp
USES= cmake compiler:c++11-lang eigen:3 localbase:ldflags
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= tremlin
GH_PROJECT= SymPol
post-install:
@${RM} ${STAGEDIR}${PREFIX}/lib/libcddgmp.so
.include <bsd.port.mk>
|