Port details on branch 2025Q1 |
- heyoka C++ library for ODE integration via Taylor's method and LLVM
- 6.0.0_2 math
=0 6.0.0_2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2025-01-22 18:45:05
- Last Update: 2025-01-22 18:42:12
- Commit Hash: 52a1f9b
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- 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 = 1726978227
SHA256 (bluescarni-heyoka-v6.0.0_GH0.tar.gz) = 9cf56a6a29db5c72c5203af70d568aede78cb549baf1505b8abd04b888492895
SIZE (bluescarni-heyoka-v6.0.0_GH0.tar.gz) = 104464800
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- llvm-config16 : devel/llvm16
- Test dependencies:
-
- xtensor>0 : math/xtensor
- xtensor-blas>0 : math/xtensor-blas
- Runtime dependencies:
-
- llvm-config16 : devel/llvm16
- Library dependencies:
-
- 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
- libsleef.so : math/sleef
- libspdlog.so : devel/spdlog
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- math_heyoka
- USES:
- cmake:testing compiler:c++20-lang llvm:min=16,build,run
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.0.0_2 22 Jan 2025 18:42:12
    |
Dimitry Andric (dim)  |
math/heyoka: fix build against devel/llvm18 and higher
When building with DEFAULT_VERSIONS+=llvm=18 or higher, math/heyoke
fails to configure, with the following error:
CMake Error at CMakeLists.txt:159 (find_package):
Could not find a configuration file for package "LLVM" that is compatible
with requested version "18".
The following configuration files were considered but not accepted:
/usr/local/llvm15/lib/cmake/llvm/LLVMConfig.cmake, version: 15.0.7
/usr/local/llvm17/lib/cmake/llvm/LLVMConfig.cmake, version: 17.0.6
/usr/local/llvm16/lib/cmake/llvm/LLVMConfig.cmake, version: 16.0.6
/usr/local/llvm18/lib/cmake/llvm/LLVMConfig.cmake, version: 18.1.8 (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|