2018-09-06 21:31:08 +02:00
|
|
|
# Created by: Johannes M Dieterich <jmd@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= sleef
|
2019-05-01 03:20:15 +02:00
|
|
|
DISTVERSION= 3.4.0
|
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
2019-07-26 22:46:53 +02:00
|
|
|
PORTREVISION= 1
|
2018-09-06 21:31:08 +02:00
|
|
|
CATEGORIES= math
|
|
|
|
|
|
|
|
MAINTAINER= jmd@FreeBSD.org
|
|
|
|
COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm
|
|
|
|
|
|
|
|
LICENSE= BSL
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
|
|
|
|
|
2018-12-25 21:25:39 +01:00
|
|
|
USES= cmake compiler:c11
|
2018-09-06 21:31:08 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= shibatch
|
|
|
|
|
2019-12-02 19:00:07 +01:00
|
|
|
CFLAGS_powerpc64= -mpower8-vector
|
|
|
|
|
2019-08-20 01:33:39 +02:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == powerpc64
|
|
|
|
PLIST_SUB+= NO_PPC64="@comment "
|
|
|
|
.else
|
|
|
|
PLIST_SUB+= NO_PPC64=""
|
|
|
|
.endif
|
|
|
|
|
2018-09-06 21:31:08 +02:00
|
|
|
.include <bsd.port.mk>
|