fmt needs to be built without -Wl,--as-needed on these archs, add a AS_NEEDED
option to do so. This fixes the build on powerpc and mips64. Thanks to jj@ for
testing on mips64, where there is still an int128 related test failure.
OK jca@ and Ashton Fagg (maintainer)
Port by Ashton Fagg (maintainer)
pkg/DESCR:
fmt is an open-source formatting library providing a fast and safe
alternative to C stdio and C++ iostreams.
Features include:
- Simple format API with positional arguments for localization Format
- string syntax similar to Python's format
- Safe printf implementation including POSIX extensions for positional
arguments
- Fast IEEE 754 floating-point formatter with correct rounding,
shortness and round-trip guarantees