freebsd-ports/math/sleef/Makefile
Johannes M Dieterich fd6f984527 new port: math/sleef
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
2018-09-06 19:31:08 +00:00

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>