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
heyoka C++ library for ODE integration via Taylor's method and LLVM
1.0.0_7 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_6Version 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-04-17 11:28:34
Commit Hash: 96261a1
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_7/catalog.mk
  3. /usr/local/share/licenses/heyoka-1.0.0_7/LICENSE
  4. /usr/local/share/licenses/heyoka-1.0.0_7/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_7-1.0.0_61.0.0_7---
FreeBSD:13:quarterly1.0.0_61.0.0_6-1.0.0_61.0.0_6---
FreeBSD:14:latest1.0.0_61.0.0_6-1.0.0_61.0.0_7---
FreeBSD:14:quarterly1.0.0_51.0.0_6-1.0.0_51.0.0_6---
FreeBSD:15:latest1.0.0_61.0.0_7n/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.

Number of commits found: 34

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
1.0.0_7
17 Apr 2024 11:28:34
commit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075fcommit hash: 96261a1e5aa94517a2203297c75c66f1269c075f files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.12.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.12.0
1.0.0_6
13 Feb 2024 14:44:22
commit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1ecommit hash: db616534ff99d6268997e2f30858891e20641a1e files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost: bump consumers after library update
1.0.0_5
14 Dec 2023 15:49:40
commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3commit hash: ec5f6e22611156724fe5844ed3783b68e0d404f3 files touched by this commit
Po-Chuan Hsieh (sunpoet) search for other commits by this committer
devel/libfmt: Update to 10.1.1

- Bump PORTREVISION of dependent ports for shlib change

Changes:	https://github.com/fmtlib/fmt/releases
1.0.0_4
06 Dec 2023 01:52:08
commit hash: 4335e739be093fb91944f136118d2f3300389dd9commit hash: 4335e739be093fb91944f136118d2f3300389dd9commit hash: 4335e739be093fb91944f136118d2f3300389dd9commit hash: 4335e739be093fb91944f136118d2f3300389dd9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: update 0.27 → 1.0.0

Reported by:	portscout
1.0.0_3
28 Nov 2023 11:35:02
commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0commit hash: cf5d9b8b96202f197ff6ba7f254fb96bd8e578f0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.11.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.11.0
1.0.0_2
27 Sep 2023 14:36:30
commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487commit hash: 21d8008e86830262f2a33a6dca9ddf2478cd6487 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost*: bump all consumers after 1.83.0
1.0.0_1
21 Aug 2023 10:09:23
commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86commit hash: 22e222cbcea088a86fb58a5659742af50b337d86 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.10.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
1.0.0
11 Aug 2023 08:11:17
commit hash: 10bdd0ec80adec107f8f8570d72cd5ce9980ee23commit hash: 10bdd0ec80adec107f8f8570d72cd5ce9980ee23commit hash: 10bdd0ec80adec107f8f8570d72cd5ce9980ee23commit hash: 10bdd0ec80adec107f8f8570d72cd5ce9980ee23 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: Update 0.21.0 → 1.0.0

Reported by:	portscout
0.21.0_4
09 May 2023 10:25:26
commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0commit hash: 8f947d908a45bc788fc2f299b12ce99d204c57e0 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.9.0

and bump dependent ports' revisions.

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
0.21.0_3
27 Apr 2023 18:25:55
commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6commit hash: 3e45e8e24481fab02384c55a1e655d1dc1b781c6 files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all direct Boost cunsumers
0.21.0_2
23 Apr 2023 09:09:58
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5bcommit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b files touched by this commit
Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
0.21.0_1
03 Mar 2023 15:01:50
commit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37eccommit hash: 1dc256924e84ccc34b09810779e532dee18d37ec files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.8.0

Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set

Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
0.21.0
18 Feb 2023 09:13:41
commit hash: b1bd79df64182832ee5d6befa597c048be8bbfa0commit hash: b1bd79df64182832ee5d6befa597c048be8bbfa0commit hash: b1bd79df64182832ee5d6befa597c048be8bbfa0commit hash: b1bd79df64182832ee5d6befa597c048be8bbfa0 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: Update 0.20.0 → 0.21.0

Reported by:	portscout
0.20.0_2
16 Jan 2023 19:32:07
commit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426bcommit hash: e1287d0d1228d93e469256fa6c4c824b9d20426b files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*:	bump libboost*.so libraries consumert after Boost upgrade
0.20.0_1
19 Dec 2022 09:31:34
commit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493ecommit hash: 2af489c04c7079c98287d0aa27e62fc008e0493e files touched by this commit
Thierry Thomas (thierry) search for other commits by this committer
*/*: chase the upgrade of devel/libfmt to 9.1.0

PR:		268081
0.20.0
19 Dec 2022 08:46:58
commit hash: 7dd682d5ba1e5fad5093e49b4b6859b8076d6176commit hash: 7dd682d5ba1e5fad5093e49b4b6859b8076d6176commit hash: 7dd682d5ba1e5fad5093e49b4b6859b8076d6176commit hash: 7dd682d5ba1e5fad5093e49b4b6859b8076d6176 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: Use USES=llvm

Suggested by:	tcberner@
0.20.0
19 Dec 2022 01:54:31
commit hash: 2ed49d19325837a4603c6cde5fb5d86a15d9f1b2commit hash: 2ed49d19325837a4603c6cde5fb5d86a15d9f1b2commit hash: 2ed49d19325837a4603c6cde5fb5d86a15d9f1b2commit hash: 2ed49d19325837a4603c6cde5fb5d86a15d9f1b2 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: Update 0.19.0 -> 0.20.0

Reported by:	portscout
0.19.0_3
03 Nov 2022 11:32:41
commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60commit hash: e02e127016dfd1b55b694a96ed83ebabed051a60 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.7.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
0.19.0_2
23 Oct 2022 07:52:32
commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9commit hash: b0bbb7a53335e0bd0f72d1cbd8d19b18f7abf5f9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Update 0.26 -> 0.27

Reported by:	portscout
0.19.0_1
28 Sep 2022 10:28:09
commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1commit hash: e3eba48aefc84b8c4b5dcbd57b3aa8cb1d702ee1 files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.6.0

and bump dependent ports' revisions.

Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
0.19.0
21 Sep 2022 06:42:19
commit hash: 776129dbb31852ccdfb1180032ee94cff767332ccommit hash: 776129dbb31852ccdfb1180032ee94cff767332ccommit hash: 776129dbb31852ccdfb1180032ee94cff767332ccommit hash: 776129dbb31852ccdfb1180032ee94cff767332c files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}heyoka: Update 0.18.0 -> 0.19.0

Reported by:	portscout
07 Sep 2022 21:58:51
commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4commit hash: fb16dfecae4a6efac9f3a78e0b759fb7a3c53de4 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Remove WWW entries moved into port Makefiles

Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
0.18.0_2
07 Sep 2022 21:10:59
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 files touched by this commit
Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
0.18.0_2
12 Aug 2022 14:46:53
commit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5edcommit hash: 4cf39decb348615b9c8a28370d987a85d1b8a5ed files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
*/*: bump all consumers after recent boost upgrade
0.18.0_1
22 May 2022 20:17:16
commit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cdcommit hash: b082b3d13e8c4872b73fb681eb99b261926ac9cd files touched by this commit
Dima Panov (fluffy) search for other commits by this committer
devel/boost-all: bump all library consumers after boost upgrade

PR:	246106
0.18.0
11 May 2022 17:22:58
commit hash: beaefdbd74819c62b6875c78a656f963af093c6bcommit hash: beaefdbd74819c62b6875c78a656f963af093c6bcommit hash: beaefdbd74819c62b6875c78a656f963af093c6bcommit hash: beaefdbd74819c62b6875c78a656f963af093c6b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: Update 0.17.1 -> 0.18.0

Reported by:	portscout
0.17.1
14 Feb 2022 22:48:46
commit hash: 13f1828f396111c1bf88516cb36b5c69225d2b5bcommit hash: 13f1828f396111c1bf88516cb36b5c69225d2b5bcommit hash: 13f1828f396111c1bf88516cb36b5c69225d2b5bcommit hash: 13f1828f396111c1bf88516cb36b5c69225d2b5b files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: Update 0.17.0 -> 0.17.1

Reported by:	portscout
0.17.0
27 Jan 2022 20:27:58
commit hash: 8663c30457c5a531e1a10ff1e02562a5c912f443commit hash: 8663c30457c5a531e1a10ff1e02562a5c912f443commit hash: 8663c30457c5a531e1a10ff1e02562a5c912f443commit hash: 8663c30457c5a531e1a10ff1e02562a5c912f443 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}heyoka: Update 0.16.0 -> 0.17.0

Reported by:	portscout
0.16.0_1
05 Jan 2022 16:43:54
commit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4ccommit hash: 4a0e524371da88340fa77947f067069629829d4c files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.5.0

and bump dependent ports' revisions
0.16.0
26 Nov 2021 22:02:41
commit hash: eaa596f685f46e99d24f21441070e382fbc14e3dcommit hash: eaa596f685f46e99d24f21441070e382fbc14e3dcommit hash: eaa596f685f46e99d24f21441070e382fbc14e3dcommit hash: eaa596f685f46e99d24f21441070e382fbc14e3d files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/{,py-}heyoka: Update 0.15.0 -> 0.16.0
0.15.0_1
10 Oct 2021 15:11:27
commit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3acommit hash: 036bda781b0b170e823e3cacc14f25e2bd9c2b3a files touched by this commit
Ganael LAPLANCHE (martymac) search for other commits by this committer
devel/onetbb: Update to 2021.4.0

Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
0.15.0
04 Oct 2021 19:18:27
commit hash: 9a84908a6e232187dad42b7706b0237f82e35e78commit hash: 9a84908a6e232187dad42b7706b0237f82e35e78commit hash: 9a84908a6e232187dad42b7706b0237f82e35e78commit hash: 9a84908a6e232187dad42b7706b0237f82e35e78 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: Update 0.14.0 -> 0.15.0
0.14.0_1
05 Sep 2021 07:32:00
commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9commit hash: d98ae4a89e788c63f64116ead7ca5965003543b9 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/mppp: Update 0.24-61 -> 0.26

Reported by:	portscout
0.14.0
31 Aug 2021 04:47:14
commit hash: d0103b3d7afc2d0dd77f2741c09bbea3dfada685commit hash: d0103b3d7afc2d0dd77f2741c09bbea3dfada685commit hash: d0103b3d7afc2d0dd77f2741c09bbea3dfada685commit hash: d0103b3d7afc2d0dd77f2741c09bbea3dfada685 files touched by this commit
Yuri Victorovich (yuri) search for other commits by this committer
math/heyoka: New port: C++ library for ODE integration via Taylor's method and
LLVM

Number of commits found: 34