-
-
Notifications
You must be signed in to change notification settings - Fork 231
Description
Hi Martin, great job on this. I just tried to compile everything on Ubuntu20 in WSL2 on Windows - works like charm. It is great Windows on Arm can be supporte din this way. I just have one request - could you please include gfortran as additional target for the compilation ? Windows on arm does not have native fortran yet - llvm has flang but is not supported for Windows. But gfortran is readily compiled for Windows mingw releases, so very probably would compile without problems. I am no so good to discover proper modification of your scripts in source distribution to add fortran to the terget compilers to build, but it should be possible 9may be even easy). Could you please suggest hot to add fortran to the whole thing ? I need that because i intent to make plottinh to work for Python on arm, fo rthat i need to compile Numpy but for that I need Blaas and Lapack but for that I need fortran on Windows on Arm. I tried to overcome it with ancient f2c convertor, but it cannot do everything.
Many thanks in advance for any help with this - or at least comment. My email is [email protected] if you want to write to me directly.