freebsd-ports/math/lrslib/Makefile
Gerald Pfeifer 879e75a659 Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.

Suggested by:	tijl
2019-04-22 13:16:33 +00:00

32 lines
699 B
Makefile

# $FreeBSD$
PORTNAME= lrslib
DISTVERSIONPREFIX= ${PORTNAME}-
DISTVERSION= 062
DISTVERSIONSUFFIX= +autotools-2017-03-03
PORTREVISION= 4
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Reverse search algorithm for vertex enumeration/convex hull problems
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libboost_system.so:devel/boost-libs \
libgmp.so:math/gmp \
libmpi.so:net/mpich
USES= autoreconf fortran gmake libtool localbase:ldflags # fortran because it's built with mpic++
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USE_GITHUB= yes
GH_ACCOUNT= mkoeppe
USE_LDCONFIG= yes
LDFLAGS+= -lthr
post-stage:
@${RM} -r ${STAGEDIR}${DATADIR}
.include <bsd.port.mk>