opnsense-ports/math/apron/Makefile
Franco Fichtner 9b53cebac6 */*: sync with upstream
Taken from: FreeBSD
2023-07-24 08:36:38 +02:00

36 lines
1.1 KiB
Makefile

PORTNAME= apron
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.13
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= APRON numerical abstract domain library
WWW= http://apron.cri.ensmp.fr/library/
LICENSE= LGPL21
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_aarch64= uses deprecated fpsetround(3) that isn't even defined on arm64, see https://github.com/antoinemine/apron/issues/47
BROKEN_armv6= uses deprecated fpsetround(3) that isn't even defined on armv6, see https://github.com/antoinemine/apron/issues/47
BROKEN_armv7= uses deprecated fpsetround(3) that isn't even defined on armv7, see https://github.com/antoinemine/apron/issues/47
BROKEN_riscv64= uses deprecated fpsetround(3) that isn't even defined on riscv64, see https://github.com/antoinemine/apron/issues/47
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
libppl.so:devel/ppl
USES= gmake localbase:ldflags
USE_CXXSTD= c++14
USE_GITHUB= yes
GH_ACCOUNT= antoinemine
USE_LDCONFIG= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -prefix ${STAGEDIR}${PREFIX} -no-ocaml -no-java
post-stage:
@${STRIP_CMD} \
${STAGEDIR}${LOCALBASE}/bin/* \
${STAGEDIR}${LOCALBASE}/lib/lib*.so
.include <bsd.port.mk>