fd6f984527
SLEEF is the SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT. It provides a vectorabi interface for vectorized libm. Reviewed by: zeising (mentor), mat Approved by: zeising (mentor) Differential Revision: https://reviews.freebsd.org/D17045
23 lines
447 B
Makefile
23 lines
447 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
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= shibatch
|
|
|
|
.include <bsd.port.mk>
|