freebsd-ports/math/sleef/Makefile
Mark Linimon 1b69c21022 Fix build on gcc-bases archs.
Also tested on amd64.

PR:		231505
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-09-23 05:07:13 +00:00

24 lines
460 B
Makefile

# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
# $FreeBSD$
PORTNAME= sleef
DISTVERSION= 3.3-9
DISTVERSIONSUFFIX= -g3998463
CATEGORIES= math
MAINTAINER= jmd@FreeBSD.org
COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
IGNORE_FreeBSD_10= base compiler too old
USES= cmake:outsource compiler:c11
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= shibatch
.include <bsd.port.mk>