From: Rafael Sadowski Subject: NEW: devel/gcem (new dependency for audio/fluidsynth 2.5) To: ports@openbsd.org Date: Thu, 30 Apr 2026 14:19:47 +0200 Om to import gcem-1.18.0 (header only lib) as a new dependency for audio/fluidsynth 2.5? Comment: C++ compile-time math library Description: GCE-Math (Generalized Constant Expression Math) is a templated C++ library enabling compile-time computation of mathematical functions. Features: - The library is written in C++11 constexpr format, and is C++11/14/17/20 compatible. - Continued fraction expansions and series expansions are implemented using recursive templates. - The gcem:: syntax is identical to that of the C++ standard library (std::). - Tested and accurate to floating-point precision against the C++ standard library. Maintainer: The OpenBSD ports mailing-list WWW: https://github.com/kthohr/gcem