notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

Port details on branch 2022Q2
heyoka C++ library for ODE integration via Taylor's method and LLVM
1.0.0_6 math on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 1.0.0_5Version of this port present on the latest quarterly branch.
Maintainer: yuri@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2021-08-31 04:48:15
Last Update: 2024-02-13 14:44:22
Commit Hash: db61653
License: MPL20
WWW:
https://bluescarni.github.io/heyoka/
Description:
heyoka is a C++ library for the integration of ordinary differential equations (ODEs) via Taylor's method. Notable features include: * support for both double-precision and extended-precision floating-point types (80-bit and 128-bit), * the ability to maintain machine precision accuracy over tens of billions of timesteps, * high-precision zero-cost dense output, * accurate and reliable event detection, * batch mode integration to harness the power of modern SIMD instruction sets, * a high-performance implementation of Taylor's method based on automatic differentiation techniques and aggressive just-in-time compilation via LLVM.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (98 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/heyoka-1.0.0_6/catalog.mk
  3. /usr/local/share/licenses/heyoka-1.0.0_6/LICENSE
  4. /usr/local/share/licenses/heyoka-1.0.0_6/MPL20
  5. include/heyoka/callable.hpp
  6. include/heyoka/config.hpp
  7. include/heyoka/detail/binomial.hpp
  8. include/heyoka/detail/cm_utils.hpp
  9. include/heyoka/detail/dfloat.hpp
  10. include/heyoka/detail/div.hpp
  11. include/heyoka/detail/event_detection.hpp
  12. include/heyoka/detail/fmt_compat.hpp
  13. include/heyoka/detail/func_cache.hpp
  14. include/heyoka/detail/fwd_decl.hpp
  15. include/heyoka/detail/igor.hpp
  16. include/heyoka/detail/llvm_fwd.hpp
  17. include/heyoka/detail/llvm_helpers.hpp
  18. include/heyoka/detail/llvm_vector_type.hpp
  19. include/heyoka/detail/logging_impl.hpp
  20. include/heyoka/detail/num_identity.hpp
  21. include/heyoka/detail/num_utils.hpp
  22. include/heyoka/detail/real_helpers.hpp
  23. include/heyoka/detail/simple_timer.hpp
  24. include/heyoka/detail/sleef.hpp
  25. include/heyoka/detail/string_conv.hpp
  26. include/heyoka/detail/sub.hpp
  27. include/heyoka/detail/sum_sq.hpp
  28. include/heyoka/detail/taylor_common.hpp
  29. include/heyoka/detail/type_traits.hpp
  30. include/heyoka/detail/visibility.hpp
  31. include/heyoka/detail/vsop2013/vsop2013_1.hpp
  32. include/heyoka/detail/vsop2013/vsop2013_2.hpp
  33. include/heyoka/detail/vsop2013/vsop2013_3.hpp
  34. include/heyoka/detail/vsop2013/vsop2013_4.hpp
  35. include/heyoka/detail/vsop2013/vsop2013_5.hpp
  36. include/heyoka/detail/vsop2013/vsop2013_6.hpp
  37. include/heyoka/detail/vsop2013/vsop2013_7.hpp
  38. include/heyoka/detail/vsop2013/vsop2013_8.hpp
  39. include/heyoka/detail/vsop2013/vsop2013_9.hpp
  40. include/heyoka/ensemble_propagate.hpp
  41. include/heyoka/exceptions.hpp
  42. include/heyoka/expression.hpp
  43. include/heyoka/func.hpp
  44. include/heyoka/gp.hpp
  45. include/heyoka/heyoka.hpp
  46. include/heyoka/kw.hpp
  47. include/heyoka/llvm_state.hpp
  48. include/heyoka/logging.hpp
  49. include/heyoka/math.hpp
  50. include/heyoka/math/acos.hpp
  51. include/heyoka/math/acosh.hpp
  52. include/heyoka/math/asin.hpp
  53. include/heyoka/math/asinh.hpp
  54. include/heyoka/math/atan.hpp
  55. include/heyoka/math/atan2.hpp
  56. include/heyoka/math/atanh.hpp
  57. include/heyoka/math/constants.hpp
  58. include/heyoka/math/cos.hpp
  59. include/heyoka/math/cosh.hpp
  60. include/heyoka/math/erf.hpp
  61. include/heyoka/math/exp.hpp
  62. include/heyoka/math/kepE.hpp
  63. include/heyoka/math/log.hpp
  64. include/heyoka/math/pow.hpp
  65. include/heyoka/math/prod.hpp
  66. include/heyoka/math/sigmoid.hpp
  67. include/heyoka/math/sin.hpp
  68. include/heyoka/math/sinh.hpp
  69. include/heyoka/math/sqrt.hpp
  70. include/heyoka/math/sum.hpp
  71. include/heyoka/math/tan.hpp
  72. include/heyoka/math/tanh.hpp
  73. include/heyoka/math/time.hpp
  74. include/heyoka/math/tpoly.hpp
  75. include/heyoka/model/fixed_centres.hpp
  76. include/heyoka/model/mascon.hpp
  77. include/heyoka/model/nbody.hpp
  78. include/heyoka/model/pendulum.hpp
  79. include/heyoka/model/rotating.hpp
  80. include/heyoka/model/vsop2013.hpp
  81. include/heyoka/models.hpp
  82. include/heyoka/number.hpp
  83. include/heyoka/param.hpp
  84. include/heyoka/s11n.hpp
  85. include/heyoka/splitmix64.hpp
  86. include/heyoka/step_callback.hpp
  87. include/heyoka/taylor.hpp
  88. include/heyoka/variable.hpp
  89. lib/cmake/heyoka/heyoka-config-version.cmake
  90. lib/cmake/heyoka/heyoka-config.cmake
  91. lib/cmake/heyoka/heyoka_export-release.cmake
  92. lib/cmake/heyoka/heyoka_export.cmake
  93. lib/libheyoka.so
  94. lib/libheyoka.so.22
  95. lib/libheyoka.so.22.0
  96. @owner
  97. @group
  98. @mode
Collapse this list.
Dependency lines:
  • heyoka>0:math/heyoka
To install the port:
cd /usr/ports/math/heyoka/ && make install clean
To add the package, run one of these commands:
  • pkg install math/heyoka
  • pkg install heyoka
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: heyoka
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1691728123 SHA256 (bluescarni-heyoka-v1.0.0_GH0.tar.gz) = 96f2e049e0518c49dbe224fc268ab1ad80abeaa306e2fe7a30e2acffb79c04af SIZE (bluescarni-heyoka-v1.0.0_GH0.tar.gz) = 103578659

Packages (timestamps in pop-ups are UTC):
heyoka
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest1.0.0_61.0.0_6-1.0.0_61.0.0_6---
FreeBSD:13:quarterly1.0.0_51.0.0_5-1.0.0_51.0.0_5---
FreeBSD:14:latest1.0.0_61.0.0_6-1.0.0_61.0.0_6---
FreeBSD:14:quarterly1.0.0_51.0.0_5-1.0.0_51.0.0_5---
FreeBSD:15:latest1.0.0_61.0.0_6n/a1.0.0_5n/a--1.0.0_6
FreeBSD:15:quarterly--n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. cmake : devel/cmake-core
  2. ninja : devel/ninja
  3. llvm-config15 : devel/llvm15
Test dependencies:
  1. xtensor>0 : math/xtensor
  2. xtensor-blas>0 : math/xtensor-blas
Runtime dependencies:
  1. llvm-config15 : devel/llvm15
Library dependencies:
  1. libboost_serialization.so : devel/boost-libs
  2. libfmt.so : devel/libfmt
  3. libgmp.so : math/gmp
  4. libmp++.so : math/mppp
  5. libmpc.so : math/mpc
  6. libmpfr.so : math/mpfr
  7. libtbb.so : devel/onetbb
  8. libsleef.so : math/sleef
  9. libspdlog.so : devel/spdlog
This port is required by:
for Libraries
  1. math/py-heyoka

Configuration Options:
No options to configure
Options name:
math_heyoka
USES:
cmake:testing compiler:c++17-lang llvm:min=15,build,run
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/bluescarni/heyoka/tar.gz/v1.0.0?dummy=/
Collapse this list.

There are no commits on branch 2022Q2 for this port