1b69c21022
Also tested on amd64. PR: 231505 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket)
24 lines
460 B
Makefile
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>
|