22 Nov
2017
22 Nov
'17
9:43 a.m.
Hi All As VS supports OpenMP2.0 only, I have to use GCC instead for my project with parallelisation in coding. I have downloaded Cygwin and installed the GCC 6.4.0 then updated it to the latest version 5.5.0 on my windows 10. All those binary
On Wed, 22 Nov 2017, at 10:09, Renfan Luo via Boost-users wrote: libraries I built up in VS 2017, I guess, cannot be usable for GCC, so it may be necessary to rebuild them for boost 1.65.1 for GCC. Could you guys show me how to build them?
Cheers Renfan
Hi, check out MSYS2: http://www.msys2.org/ It comes with GCC 7.2 (including OpenMP support) and prebuilt packages of Boost 1.64.0. - Jan