1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/math/sleef/Makefile
Johannes M Dieterich d5babb3b84 math/sleef: add ARMv7 patch files
PR:		259922
2022-01-01 11:24:31 -06:00

31 lines
559 B
Makefile

# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
PORTNAME= sleef
DISTVERSION= 3.5.0
PORTREVISION= 3
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
USES= cmake compiler:c11
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= shibatch
CFLAGS_powerpc64= -mpower8-vector
.include <bsd.port.options.mk>
.if ${ARCH:Mpowerpc64*} || ${ARCH:Marmv?}
PLIST_SUB+= GNUABI="@comment "
.else
PLIST_SUB+= GNUABI=""
.endif
.include <bsd.port.mk>