math/mppp: Enable project option MPPP_WITH_BOOST_S11N
... that is needed for one of dependencies.
This commit is contained in:
parent
56da26c50d
commit
03f0555e57
@ -1,6 +1,7 @@
|
||||
PORTNAME= mppp
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.27
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -11,6 +12,7 @@ LICENSE= MPL20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
LIB_DEPENDS= libarb.so:math/arb \
|
||||
libboost_serialization.so:devel/boost-libs \
|
||||
libflint.so:math/flint2 \
|
||||
libgmp.so:math/gmp \
|
||||
libmpc.so:math/mpc \
|
||||
@ -22,7 +24,7 @@ USE_LDCONFIG= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= bluescarni
|
||||
|
||||
CMAKE_ON= MPPP_WITH_ARB MPPP_WITH_MPC MPPP_WITH_MPFR MPPP_ENABLE_IPO
|
||||
CMAKE_ON= MPPP_WITH_ARB MPPP_WITH_MPC MPPP_WITH_MPFR MPPP_ENABLE_IPO MPPP_WITH_BOOST_S11N
|
||||
CMAKE_OFF= MPPP_WITH_QUADMATH # no quad-precision fp type on FreeBSD, requested __float128 reinstantiation, bug#238129
|
||||
TEST_ARGS= -DMPPP_BUILD_TESTS=ON -DMPPP_WITH_QUADMATH=OFF
|
||||
BENCHMARK_ARGS= -DMPPP_BUILD_BENCHMARKS=ON -DMPPP_BENCHMARK_FLINT=ON -DMPPP_BENCHMARK_BOOST=ON
|
||||
|
Loading…
Reference in New Issue
Block a user