diff --git a/math/obake/Makefile b/math/obake/Makefile index 9000bc7487f0..af31bc9f55a9 100644 --- a/math/obake/Makefile +++ b/math/obake/Makefile @@ -1,36 +1,45 @@ PORTNAME= obake DISTVERSIONPREFIX= v DISTVERSION= 0.7.0-24 DISTVERSIONSUFFIX= -gb8cc71c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math +PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ +PATCHFILES+= 1a53966f5ce8ca5542d3612c780ea4b69be34de2.patch:-p1 \ + dadf4ce2aba713522d1949a16ffbf0fa5d6e6298.patch:-p1 \ + 9310de2cb5cc4c85b54e7e90aa6cd88664380346.patch:-p1 \ + 57da8d5f2d0c50e857979ba74434893b0b392382.patch:-p1 \ + 494df04bd7608bb666efde776241370cb84c96bb.patch:-p1 # adding fmt9 compatibility, see https://github.com/bluescarni/obake/pull/145/commits + MAINTAINER= yuri@FreeBSD.org COMMENT= C++ library for the symbolic manipulation of sparse polynomials & co WWW= https://bluescarni.github.io/obake/ LICENSE= MPL20 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= https://github.com/bluescarni/obake/issues/148 - LIB_DEPENDS= libabsl_base.so:devel/abseil \ libboost_serialization.so:devel/boost-libs \ libfmt.so:devel/libfmt \ libgmp.so:math/gmp \ libmp++.so:math/mppp \ libmpc.so:math/mpc \ libmpfr.so:math/mpfr \ libtbb.so:devel/onetbb USES= cmake:testing compiler:c++17-lang # need compiler:c++20-lang USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= bluescarni CXXFLAGS+= -DBOOST_STACKTRACE_GNU_SOURCE_NOT_REQUIRED CMAKE_TESTING_ON= OBAKE_BUILD_TESTS +post-install: + # remove patch artefacts + @${FIND} ${STAGEDIR}${PREFIX}/include/obake -name "*.orig" -delete + .include diff --git a/math/obake/distinfo b/math/obake/distinfo index 47262c68960e..8cd5cc378310 100644 --- a/math/obake/distinfo +++ b/math/obake/distinfo @@ -1,3 +1,13 @@ -TIMESTAMP = 1671405815 +TIMESTAMP = 1672178723 SHA256 (bluescarni-obake-v0.7.0-24-gb8cc71c_GH0.tar.gz) = b47f24c2d9fda4ceea4ee52329421b90aab6879513a21e8c84944209955df5f9 SIZE (bluescarni-obake-v0.7.0-24-gb8cc71c_GH0.tar.gz) = 407151 +SHA256 (1a53966f5ce8ca5542d3612c780ea4b69be34de2.patch) = f5179471baa9679aabd9f82c270587c49f746d1c0d6a2f3e94f27a29b2161cc9 +SIZE (1a53966f5ce8ca5542d3612c780ea4b69be34de2.patch) = 86326 +SHA256 (dadf4ce2aba713522d1949a16ffbf0fa5d6e6298.patch) = 61e33a538725204352bb4676d9d066c7ef6daa486c51a9d9e164b585b62876e5 +SIZE (dadf4ce2aba713522d1949a16ffbf0fa5d6e6298.patch) = 4971 +SHA256 (9310de2cb5cc4c85b54e7e90aa6cd88664380346.patch) = 1680b5940776073f762b4f8a05128aac144da8acac966625ccbb0021fcf99e99 +SIZE (9310de2cb5cc4c85b54e7e90aa6cd88664380346.patch) = 2341 +SHA256 (57da8d5f2d0c50e857979ba74434893b0b392382.patch) = 814754a9447f2efed9372a73080c29884ccbe71d74d6dde79ea72afeb9f3f892 +SIZE (57da8d5f2d0c50e857979ba74434893b0b392382.patch) = 721 +SHA256 (494df04bd7608bb666efde776241370cb84c96bb.patch) = 381c334d50c375d0251353d1a586fc488946fa880fe0f32bf2b7791a1b851625 +SIZE (494df04bd7608bb666efde776241370cb84c96bb.patch) = 679 diff --git a/math/obake/pkg-plist b/math/obake/pkg-plist index cf449749bd53..4e967b76247d 100644 --- a/math/obake/pkg-plist +++ b/math/obake/pkg-plist @@ -1,84 +1,85 @@ include/obake/byte_size.hpp include/obake/cf/cf_stream_insert.hpp include/obake/cf/cf_tex_stream_insert.hpp include/obake/config.hpp include/obake/detail/abseil.hpp include/obake/detail/atomic_flag_array.hpp include/obake/detail/atomic_lock_guard.hpp include/obake/detail/fcast.hpp +include/obake/detail/fmt_compat.hpp include/obake/detail/fw_utils.hpp include/obake/detail/hc.hpp include/obake/detail/ignore.hpp include/obake/detail/it_diff_check.hpp include/obake/detail/limits.hpp include/obake/detail/make_array.hpp include/obake/detail/mppp_utils.hpp include/obake/detail/not_implemented.hpp include/obake/detail/priority_tag.hpp include/obake/detail/safe_integral_arith.hpp include/obake/detail/ss_func_forward.hpp include/obake/detail/to_string.hpp include/obake/detail/tuple_for_each.hpp include/obake/detail/type_c.hpp include/obake/detail/visibility.hpp include/obake/detail/xoroshiro128_plus.hpp include/obake/exceptions.hpp include/obake/hash.hpp include/obake/key/key_degree.hpp include/obake/key/key_evaluate.hpp include/obake/key/key_is_compatible.hpp include/obake/key/key_is_one.hpp include/obake/key/key_is_zero.hpp include/obake/key/key_merge_symbols.hpp include/obake/key/key_p_degree.hpp include/obake/key/key_stream_insert.hpp include/obake/key/key_tex_stream_insert.hpp include/obake/key/key_trim.hpp include/obake/key/key_trim_identify.hpp include/obake/kpack.hpp include/obake/math/degree.hpp include/obake/math/diff.hpp include/obake/math/evaluate.hpp include/obake/math/fma3.hpp include/obake/math/integrate.hpp include/obake/math/is_zero.hpp include/obake/math/negate.hpp include/obake/math/p_degree.hpp include/obake/math/pow.hpp include/obake/math/safe_cast.hpp include/obake/math/safe_convert.hpp include/obake/math/subs.hpp include/obake/math/trim.hpp include/obake/math/truncate_degree.hpp include/obake/math/truncate_p_degree.hpp include/obake/polynomials/d_packed_monomial.hpp include/obake/polynomials/monomial_diff.hpp include/obake/polynomials/monomial_homomorphic_hash.hpp include/obake/polynomials/monomial_integrate.hpp include/obake/polynomials/monomial_mul.hpp include/obake/polynomials/monomial_pow.hpp include/obake/polynomials/monomial_range_overflow_check.hpp include/obake/polynomials/monomial_subs.hpp include/obake/polynomials/packed_monomial.hpp include/obake/polynomials/polynomial.hpp include/obake/power_series/power_series.hpp include/obake/ranges.hpp include/obake/s11n.hpp include/obake/series.hpp include/obake/stack_trace.hpp include/obake/symbols.hpp include/obake/tex_stream_insert.hpp include/obake/type_name.hpp include/obake/type_traits.hpp lib/cmake/obake/FindDbgEng.cmake lib/cmake/obake/FindTBB.cmake lib/cmake/obake/Findlibbacktrace.cmake lib/cmake/obake/ObakeFindBoost.cmake lib/cmake/obake/ObakeFindDl.cmake lib/cmake/obake/obake-config-version.cmake lib/cmake/obake/obake-config.cmake lib/cmake/obake/obake_export-%%CMAKE_BUILD_TYPE%%.cmake lib/cmake/obake/obake_export.cmake lib/libobake.so lib/libobake.so.8 lib/libobake.so.8.0