Re: [petsc-users] error while compiling PETSc on windows using cygwin

2023-11-02 Thread Maruthi NH
Hi Barry, Thanks for the suggestion. It worked after updating the compilers. Regards, Maruthi On Thu, 2 Nov 2023 at 9:33 PM, Barry Smith wrote: > >It could be you would benefit from having the latest Microsoft compilers > >If you do not need C++ you could use --with-cxx=0 > >

Re: [petsc-users] error while compiling PETSc on windows using cygwin

2023-11-02 Thread Barry Smith
It could be you would benefit from having the latest Microsoft compilers If you do not need C++ you could use --with-cxx=0 Otherwise please send configure.log to petsc-ma...@mcs.anl.gov > On Nov 2, 2023, at 11:20 AM, Maruthi NH wrote: > > Hi all, > > I get the following error

[petsc-users] error while compiling PETSc on windows using cygwin

2023-11-02 Thread Maruthi NH
Hi all, I get the following error while trying to compile PETSc version 3.20.1 on Windows \petsc\include\petsc/private/cpp/unordered_map.hpp(309): error C2938: 'std::enable_if_t' : Failed to specialize alias template This is the configuration file I used to compile PETSc #!/usr/bin/python