Port details |
- py-heyoka Python library for ODE integration via Taylor's method and LLVM
- 0.21.0_4 math
=0 0.21.0_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2021-08-31 04:48:19
- Last Update: 2023-05-09 10:25:26
- Commit Hash: 8f947d9
- License: MPL20
- Description:
- heyoka.py is a Python 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,
* interoperability with SymPy,
* a high-performance implementation of Taylor's method based on automatic
differentiation techniques and aggressive just-in-time compilation via LLVM.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}heyoka>0:math/py-heyoka@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/math/py-heyoka/ && make install clean
- To add the package, run one of these commands:
- pkg install math/py-heyoka
- pkg install py39-heyoka
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py39-heyoka listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py39-heyoka
- Package flavors (<flavor>: <package>)
- distinfo:
- TIMESTAMP = 1676708533
SHA256 (bluescarni-heyoka.py-v0.21.0_GH0.tar.gz) = 3808ba516fe5165f19118b167704f90176a34e8f268df4f2ec1f1dbc12c8ae95
SIZE (bluescarni-heyoka.py-v0.21.0_GH0.tar.gz) = 102255406
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pybind11>0 : devel/pybind11
- py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- Test dependencies:
-
- py39-matplotlib>0 : math/py-matplotlib@py39
- python3.9 : lang/python39
- Runtime dependencies:
-
- py39-numpy>=1.16,1<1.25,1 : math/py-numpy@py39
- py39-cloudpickle>0 : devel/py-cloudpickle@py39
- py39-mpmath>0 : math/py-mpmath@py39
- py39-sympy>0 : math/py-sympy@py39
- python3.9 : lang/python39
- Library dependencies:
-
- libboost_serialization.so : devel/boost-libs
- libfmt.so : devel/libfmt
- libgmp.so : math/gmp
- libheyoka.so : math/heyoka
- libmp++.so : math/mppp
- libmpc.so : math/mpc
- libmpfr.so : math/mpfr
- libtbb.so : devel/onetbb
- libspdlog.so : devel/spdlog
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_py-heyoka
- USES:
- cmake compiler:c++17-lang python:3.7+
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.21.0_4 09 May 2023 10:25:26
    |
Ganael LAPLANCHE (martymac)  |
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
    |
Dima Panov (fluffy)  |
*/*: bump all direct Boost cunsumers |
0.21.0_2 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
0.21.0_1 03 Mar 2023 15:01:50
    |
Ganael LAPLANCHE (martymac)  |
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
    |
Yuri Victorovich (yuri)  |
math/heyoka: Update 0.20.0 → 0.21.0
Reported by: portscout |
0.20.0_1 16 Jan 2023 19:32:07
    |
Dima Panov (fluffy)  |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
0.20.0 21 Dec 2022 11:01:51
    |
Yuri Victorovich (yuri)  |
math/py-heyoka: Update 0.19.0 -> 0.20.0
Reported by: portscout |
0.19.0_4 19 Dec 2022 09:31:34
    |
Thierry Thomas (thierry)  |
*/*: chase the upgrade of devel/libfmt to 9.1.0
PR: 268081 |
0.19.0_3 03 Nov 2022 11:32:41
    |
Ganael LAPLANCHE (martymac)  |
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
    |
Yuri Victorovich (yuri)  |
math/mppp: Update 0.26 -> 0.27
Reported by: portscout |
0.19.0_1 28 Sep 2022 10:28:09
    |
Ganael LAPLANCHE (martymac)  |
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
    |
Yuri Victorovich (yuri)  |
math/{,py-}heyoka: Update 0.18.0 -> 0.19.0
Reported by: portscout |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
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
    |
Stefan Eßer (se)  |
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 ) |
0.18.0_2 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
0.18.0_1 28 Jul 2022 02:56:08
    |
Yuri Victorovich (yuri)  |
math/py-heyoka: Unbreak build |
0.18.0_1 22 May 2022 20:17:16
    |
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
0.18.0 12 May 2022 18:57:52
    |
Yuri Victorovich (yuri)  |
math/py-heyoka: Update 0.17.0 -> 0.18.0
Reported by: portscout |
0.17.0 27 Jan 2022 20:27:58
    |
Yuri Victorovich (yuri)  |
math/{,py-}heyoka: Update 0.16.0 -> 0.17.0
Reported by: portscout |
0.16.0 26 Nov 2021 22:02:41
    |
Yuri Victorovich (yuri)  |
math/{,py-}heyoka: Update 0.15.0 -> 0.16.0 |
0.15.0 05 Oct 2021 18:36:26
    |
Yuri Victorovich (yuri)  |
math/py-heyoka: Add testsuite to the test target |
0.15.0 04 Oct 2021 19:18:27
    |
Yuri Victorovich (yuri)  |
math/py-heyoka: Update 0.14.0 -> 0.15.0
Reported by: portscout |
0.14.0_1 05 Sep 2021 07:32:00
    |
Yuri Victorovich (yuri)  |
math/mppp: Update 0.24-61 -> 0.26
Reported by: portscout |
0.14.0 31 Aug 2021 04:47:14
    |
Yuri Victorovich (yuri)  |
math/py-heyoka: New port: Python library for ODE integration via Taylor's method
and LLVM |