diff --git a/math/sleef/Makefile b/math/sleef/Makefile index 6e53667c2ffb..db3df4dec066 100644 --- a/math/sleef/Makefile +++ b/math/sleef/Makefile @@ -1,30 +1,30 @@ # Created by: Johannes M Dieterich PORTNAME= sleef DISTVERSION= 3.5.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MAINTAINER= jmd@FreeBSD.org COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= cmake compiler:c11 USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= shibatch CFLAGS_powerpc64= -mpower8-vector .include -.if ${ARCH:Mpowerpc64*} -PLIST_SUB+= NO_PPC64="@comment " +.if ${ARCH:Mpowerpc64*} || ${ARCH:Marmv?} +PLIST_SUB+= GNUABI="@comment " .else -PLIST_SUB+= NO_PPC64="" +PLIST_SUB+= GNUABI="" .endif .include diff --git a/math/sleef/pkg-descr b/math/sleef/pkg-descr index 3de8c8f868c5..f6289d3fdf72 100644 --- a/math/sleef/pkg-descr +++ b/math/sleef/pkg-descr @@ -1,7 +1,7 @@ SIMD Library for Evaluating Elementary Functions, vectorized libm and DFT In this library, functions for evaluating some elementary functions are implemented. It provides a vectorized libm alternativ. The library also includes DFT subroutines. -WWW: https://github.com/shibara/sleef +WWW: https://sleef.org diff --git a/math/sleef/pkg-plist b/math/sleef/pkg-plist index 114cfab88176..0fed0d7d0654 100644 --- a/math/sleef/pkg-plist +++ b/math/sleef/pkg-plist @@ -1,12 +1,12 @@ include/sleef.h include/sleefdft.h lib/libsleef.so lib/libsleef.so.3 lib/libsleef.so.3.5.0 lib/libsleefdft.so lib/libsleefdft.so.3 lib/libsleefdft.so.3.5.0 -%%NO_PPC64%%lib/libsleefgnuabi.so -%%NO_PPC64%%lib/libsleefgnuabi.so.3 -%%NO_PPC64%%lib/libsleefgnuabi.so.3.5 +%%GNUABI%%lib/libsleefgnuabi.so +%%GNUABI%%lib/libsleefgnuabi.so.3 +%%GNUABI%%lib/libsleefgnuabi.so.3.5 libdata/pkgconfig/sleef.pc