HEX
Server: Apache/2.4.41 (FreeBSD) OpenSSL/1.0.2s mod_fcgid/2.3.9
System: FreeBSD salazo 12.0-RELEASE-p1303-ZFS hostBSD 12.0-RELEASE-p1303-ZFS DMR amd64
User: admin (1000)
PHP: 7.4.3
Disabled: NONE
Upload Files
File: /usr/ports/math/sleef/Makefile
# Created by: Johannes M Dieterich <jmd@FreeBSD.org>

PORTNAME=	sleef
DISTVERSION=	3.5.0
PORTREVISION=	1
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*}
PLIST_SUB+=	NO_PPC64="@comment "
.else
PLIST_SUB+=	NO_PPC64=""
.endif

.include <bsd.port.mk>