Open ToninoTarsi opened 4 years ago
I tried a second time and now it worked :-( Sorry :-)
The problem is still there and I think it is related to my gfortran 10,2 compiler (current MSYS2 version) that makes type check as errors. I suppose it is possible to disable this error as warning in gfortran 10.2 but I have no idea how. Any hint ?
Thanks
This should be related to https://github.com/wrf-model/WRF/pull/1251/files
Thanks. Thats will help. Regards.
Setting ;:
export FCFLAGS="-w -fallow-argument-mismatch -O2"
export FFLAGS="-w -fallow-argument-mismatch -O2"
solves the netcdf compilation. But then I have similar issue also compiling WRF_Cmake and flags do not help there.
So I changed the issue title and reopened it . For the moment I solved avoiding updating the index in MSYS2 (pacman -Syu) and using old toolchain version. Thanks.
Hi,
I want to compile WRF on windows and I was following this wiki ( https://github.com/WRF-CMake/wrf/blob/wrf-cmake/doc/cmake/LIBS.md#windows ) for installing required libraries on a clean installation of MSYS2
I got a first error compiling netcdf-c but it was easy to solve using :
pacman -S m4
But when I compile netcdf-fortran-4.4.4
I got this error I really do not find a solution
Any help is appreciated.
Regards