1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/math/sympol/Makefile
Mark Linimon d80d307020 Add compiler:c++11-lang to USES to fix build on GCC-based systems:
sympol/CMakeFiles/sympolbin.dir/sympol.cpp.o:(.text+0xac4): undefined reference to `boost::program_options::options_description::options_description(std::string const&, unsigned int, unsigned int)'

Approved by:	portmgr (tier-2 blanket)
2021-01-02 03:12:53 +00:00

30 lines
596 B
Makefile

# $FreeBSD$
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>