diff options
Diffstat (limited to 'math/sleef/Makefile')
-rw-r--r-- | math/sleef/Makefile | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/math/sleef/Makefile b/math/sleef/Makefile index 58c39fbe3832..732f706c49ef 100644 --- a/math/sleef/Makefile +++ b/math/sleef/Makefile @@ -1,23 +1,27 @@ PORTNAME= sleef -DISTVERSION= 3.5.1-62 -DISTVERSIONSUFFIX= -g85440a5 +DISTVERSION= 3.8 CATEGORIES= math -MAINTAINER= jmd@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm WWW= https://sleef.org LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake:testing compiler:c11 pathfix +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpfr.so:math/mpfr \ + libfftw3.so:math/fftw3 + +USES= cmake:testing compiler:c11 pathfix ssl +CMAKE_ARGS= -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= shibatch -CMAKE_OFF= BUILD_TESTS -CMAKE_TESTING_ON= BUILD_TESTS +CMAKE_OFF= SLEEF_BUILD_TESTS +CMAKE_TESTING_ON= SLEEF_BUILD_TESTS .include <bsd.port.options.mk> |