diff --git a/devel/gcem/Makefile b/devel/gcem/Makefile index b10a1bbc0205..72bb64fb21e1 100644 --- a/devel/gcem/Makefile +++ b/devel/gcem/Makefile @@ -1,24 +1,24 @@ PORTNAME= gcem DISTVERSIONPREFIX= v -DISTVERSION= 1.13.1 +DISTVERSION= 1.14.1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org COMMENT= C++ header-only library for Generalized Constant Expression Math LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES= cmake compiler:c++11-lang USE_GITHUB= yes GH_ACCOUNT= kthohr NO_ARCH= yes do-test: @cd ${BUILD_WRKSRC} && \ ${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} -DGCEM_BUILD_TESTS:BOOL=ON ${CMAKE_SOURCE_PATH} && \ ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} gcem_tests && \ (cd tests && ./exp.test) .include diff --git a/devel/gcem/distinfo b/devel/gcem/distinfo index 707b67efc4cb..537ac5c55806 100644 --- a/devel/gcem/distinfo +++ b/devel/gcem/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1599322007 -SHA256 (kthohr-gcem-v1.13.1_GH0.tar.gz) = 69a1973f146a4a5e584193af062359f50bd5b948c4175d58ea2622e1c066b99b -SIZE (kthohr-gcem-v1.13.1_GH0.tar.gz) = 53298 +TIMESTAMP = 1643305852 +SHA256 (kthohr-gcem-v1.14.1_GH0.tar.gz) = fd0860e89f47eeddf5a2280dd6fb3f9b021ce36fe8798116b3f703fa0e01409d +SIZE (kthohr-gcem-v1.14.1_GH0.tar.gz) = 54135 diff --git a/devel/gcem/pkg-plist b/devel/gcem/pkg-plist index f260b00751c8..51a7045024f6 100644 --- a/devel/gcem/pkg-plist +++ b/devel/gcem/pkg-plist @@ -1,65 +1,66 @@ include/gcem.hpp include/gcem_incl/abs.hpp include/gcem_incl/acos.hpp include/gcem_incl/acosh.hpp include/gcem_incl/asin.hpp include/gcem_incl/asinh.hpp include/gcem_incl/atan.hpp include/gcem_incl/atan2.hpp include/gcem_incl/atanh.hpp include/gcem_incl/beta.hpp include/gcem_incl/binomial_coef.hpp include/gcem_incl/ceil.hpp include/gcem_incl/copysign.hpp include/gcem_incl/cos.hpp include/gcem_incl/cosh.hpp include/gcem_incl/erf.hpp include/gcem_incl/erf_inv.hpp include/gcem_incl/exp.hpp include/gcem_incl/expm1.hpp include/gcem_incl/factorial.hpp include/gcem_incl/find_exponent.hpp include/gcem_incl/find_fraction.hpp include/gcem_incl/find_whole.hpp include/gcem_incl/floor.hpp include/gcem_incl/fmod.hpp include/gcem_incl/gcd.hpp include/gcem_incl/gcem_options.hpp include/gcem_incl/incomplete_beta.hpp include/gcem_incl/incomplete_beta_inv.hpp include/gcem_incl/incomplete_gamma.hpp include/gcem_incl/incomplete_gamma_inv.hpp include/gcem_incl/is_even.hpp include/gcem_incl/is_finite.hpp include/gcem_incl/is_inf.hpp include/gcem_incl/is_nan.hpp include/gcem_incl/is_odd.hpp include/gcem_incl/lbeta.hpp include/gcem_incl/lcm.hpp include/gcem_incl/lgamma.hpp include/gcem_incl/lmgamma.hpp include/gcem_incl/log.hpp +include/gcem_incl/log10.hpp include/gcem_incl/log1p.hpp include/gcem_incl/log2.hpp include/gcem_incl/log_binomial_coef.hpp include/gcem_incl/mantissa.hpp include/gcem_incl/max.hpp include/gcem_incl/min.hpp include/gcem_incl/neg_zero.hpp include/gcem_incl/pow.hpp include/gcem_incl/pow_integral.hpp include/gcem_incl/quadrature/gauss_legendre_30.hpp include/gcem_incl/quadrature/gauss_legendre_50.hpp include/gcem_incl/round.hpp include/gcem_incl/sgn.hpp include/gcem_incl/signbit.hpp include/gcem_incl/sin.hpp include/gcem_incl/sinh.hpp include/gcem_incl/sqrt.hpp include/gcem_incl/tan.hpp include/gcem_incl/tanh.hpp include/gcem_incl/tgamma.hpp include/gcem_incl/trunc.hpp lib/cmake/gcem/gcemConfig.cmake lib/cmake/gcem/gcemConfigVersion.cmake lib/cmake/gcem/gcemTargets.cmake