Which version of Fortran Package Manager (fpm) support 32-bit window-8?
Please attached download link as well. It will more helpful.
Which version of Fortran Package Manager (fpm) support 32-bit window-8?
Please attached download link as well. It will more helpful.
I don’t think we provide compiled binaries to 32bit systems.
You might have some luck building from sources using PyPi (or GitHub but that’s more complicated).
In a computer with a Python installed run
pip install fpm
Not sure if it will work however, I recall having issues compiling on 32-bit windows machines.
Installing mingw-w64-i686-fpm with MSYS2 seems to work, but for that you need to install the MSYS2 environment.
Have you tried a build using the single-file source file? It is available on the fpm download page