M_CLI2 icon indicating copy to clipboard operation
M_CLI2 copied to clipboard

Fortran commandline-interface using a simple prototype command

Results 5 M_CLI2 issues
Sort by recently updated
recently updated
newest added

I was experimenting response file for fpm and running command like `fpm @build` from a powershell terminal on Windows. The issue is that `@` has a special meaning in powershell...

Update the `meson.build` rule and install `m_cli2.mod`. Fix #17 . (Locally tested, `ifort` and `gfortran` are successful under Linux, and `Windows-MSYS2-gfortran` is successful.) In addition, added the standard `fortran_std=f2008` limit,...

The `meson.build` succsesfully build m_cli2 library and install it with appropriate symlinks but there is no rule to install `m_cli2.mod` file that is required as header to use the dynamic...

Kind of a very special niche problem, since conda-forge's GCC toolchain for Windows is stuck at 5.3.0. Compilation of fpm fails for M_CLI2: ``` f951.exe: Warning: -fPIC ignored for target...

#bash-shell completion scripts (using complete(1) and compgen(1)) would be very nice, and bash is almost ubiquitous except for some MSWindows environments. So it a special switch were built in like...