[Gmsh] building on MSYS2

Christophe Geuzaine cgeuzaine at uliege.be
Sun Nov 4 15:07:14 CET 2018



> On 2 Nov 2018, at 09:58, walter steffe <walter.steffe at alice.it> wrote:
> 
> Hello,
>  I would like to report that I have just succesfully built gmsh
> library (with disabled fltk) on MSYS2 platform with mingw-64 compilers.
> 
> To do that it was necessary to change a line (line number 176
> within gmsh 4.04) of the main CMakeLists.txt file:
> 
> if(APPLE)
>  set(GMSH_OS "MacOSX")
> elseif(CYGWIN)
> .....
> 
> now is:
> 
> if(APPLE)
>  set(GMSH_OS "MacOSX")
> elseif(CYGWIN OR MSYS)
> .....
> 
> 
> Settings used for CYGWIN seems good also for MSYS2.
> So I think that you may keep this small change in the future gmsh

Thanks for the patch!

> versions.
> 
> Regards
> Walter
> 
> 
> 
> _______________________________________________
> gmsh mailing list
> gmsh at onelab.info
> http://onelab.info/mailman/listinfo/gmsh

— 
Prof. Christophe Geuzaine
University of Liege, Electrical Engineering and Computer Science 
http://www.montefiore.ulg.ac.be/~geuzaine

Free software: http://gmsh.info | http://getdp.info | http://onelab.info




More information about the gmsh mailing list