sciapp / gr

GR framework: a graphics library for visualisation applications
Other
328 stars 54 forks source link

msys2 package - #100

Open dsisnero opened 4 years ago

dsisnero commented 4 years ago

Provide an msys2 package for installation on windows

FlorianRhiem commented 4 years ago

Have you tried using the binaries we provide for Windows for 32bit or 64bit?

kojix2 commented 4 years ago

@kou created the msys2 package. https://github.com/msys2/MINGW-packages/pull/6521

kojix2 commented 3 years ago

Updated to 0.51.2 https://github.com/msys2/MINGW-packages/pull/6771

Next time I update, I will provide support for pkg-config.

kojix2 commented 3 years ago

@kou said "It already supports pkg-config. You won't need to make any changes." So I will simply update the version to 0.52.0.

https://github.com/msys2/MINGW-packages/pull/6951

kojix2 commented 3 years ago

Updated to 0.54.0 https://github.com/msys2/MINGW-packages/pull/7854

kojix2 commented 3 years ago

Hi gr developers! Updated to 0.55.0

For this update, @Biswa96 suggested to build with Ninja. According to @Biswa96, there seems to be a problem with the C++ compiler options. If you don't mind, could you take a look at it? https://github.com/msys2/MINGW-packages/pull/8025

Thank you as always.

FlorianRhiem commented 3 years ago

Hey @kojix2, as commented in the discussion in that issue, the compiler option issue should be fixed in a231e58df9b5da2092568c5a2d87b3a3e3ddd08a.

As far as I understand, the CMake build should be usable to generate Ninja build files.