Package Details: mingw-w64-fmt 10.2.1-1

Git Clone URL: https://aur.archlinux.org/mingw-w64-fmt.git (read-only, click to copy)
Package Base: mingw-w64-fmt
Description: Open-source formatting library for C++ (mingw-w64)
Upstream URL: https://fmt.dev/
Licenses: MIT
Submitter: patlefort
Maintainer: patlefort
Last Packager: patlefort
Votes: 1
Popularity: 0.000000
First Submitted: 2020-06-04 10:42 (UTC)
Last Updated: 2024-01-04 13:35 (UTC)

Latest Comments

xantares commented on 2021-08-18 19:36 (UTC)

yes, but its annoying if the build fails in the mean time as this can be a dependency of some packages I want to build from a script (paraview)

patlefort commented on 2021-08-16 22:59 (UTC)

I'm looking into it. I'm working on a patch on mingw32 crt to fix formatting of double precision floating points in hexadecimal. Then all that's left is locale stuff which is quite broken on mingw and as for the os-test bit, it work fine if I run the compiled binary on Windows, so it might just be a wine specific problem.

I'd rather leave the tests so people are aware that there might be some problems but it might work fine for your use case.

xantares commented on 2021-08-14 08:04 (UTC) (edited on 2021-08-14 08:05 (UTC) by xantares)

could you fix or disable testing to build cleanly ?

patlefort commented on 2021-03-25 09:40 (UTC)

Some tests are failing right now but you can still install it by disabling tests. (makepkg with --nocheck or !check in makepkg.conf). 7.1.3-2 built test but didn't actually run them.

chn commented on 2021-03-25 09:34 (UTC)

Build failed.

73% tests passed, 4 tests failed out of 15

Total Test time (real) =  87.60 sec

The following tests FAILED:
          6 - format-test (Failed)
          8 - locale-test (Failed)
         14 - posix-mock-test (Failed)
         15 - os-test (Failed)
Errors while running CTest

But 7.1.3-2 is OK.