diff options
Diffstat (limited to 'math/sleef/Makefile')
-rw-r--r-- | math/sleef/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/math/sleef/Makefile b/math/sleef/Makefile index 732f706c49ef..7c0449200a28 100644 --- a/math/sleef/Makefile +++ b/math/sleef/Makefile @@ -1,20 +1,23 @@ PORTNAME= sleef -DISTVERSION= 3.8 +DISTVERSION= 3.9.0 CATEGORIES= math -MAINTAINER= ports@FreeBSD.org +MAINTAINER= thierry@FreeBSD.org COMMENT= SIMD Library for Evaluating Elementary Functions, vectorized libm WWW= https://sleef.org LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt +BUILD_DEPENDS= tlfloat>0:math/tlfloat LIB_DEPENDS= libgmp.so:math/gmp \ libmpfr.so:math/mpfr \ libfftw3.so:math/fftw3 +TEST_DEPENDS= tlfloat>0:math/tlfloat -USES= cmake:testing compiler:c11 pathfix ssl -CMAKE_ARGS= -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON +USES= cmake:testing compiler:c11 pathfix pkgconfig ssl +CMAKE_ARGS= -DSLEEF_BUILD_SHARED_LIBS:BOOL=ON \ + -DSLEEF_DISABLE_FLOAT128:BOOL=ON USE_LDCONFIG= yes USE_GITHUB= yes |