Bálint Aradi
Bálint Aradi
The problem is the lack of standard conforming compilers. GNU is not able to compile Fortuno at all and I have a now a change in the pipeline, which would...
Probably yes, it was quite a while that I have tried it with the GNU compiler, probably that was still 12.x. It is a pitty to see, that 13.x still...
Absolutely. The plan is to have a solid framework first without the need for any preprocessors. Then I want to add an include file for cpp/fpp and fypp, respectively, containing...
That's a very interesting idea! But probably, we should go the same root as Catch does, and allow to call the app with a `--list-test-names-only` option, which would simply spit...
@perazz Cool, thanks, it works now, how I'd expect.
The relevant part of the output is following: ``` + mkdir -p build/ifx_F21CDDED5FBAB7F2/app/ + ifx -warn all -check all,nouninit -error-limit 1 -O0 -g -assume byterecl -standard-semantics -traceback -I/opt/intel/oneapi/mpi/2021.12/include/mpi -I/opt/intel/oneapi/mpi/2021.12/include -I/opt/intel/oneapi/mpi/2021.12/include/mpi...
I'd first suggest to check, whether `-standard-semantics` is really needed at all. In earlier times, it was needed because otherwise automatic left-hand-side allocation did not work. But one could work...
Just as a side note, I've tried to build current fpm main (88ebb0adec15) with current ifx (2024.1.0 20240308): ``` FPM_FC=ifx fpm build --verbose ``` but got the error: ``` [...
@perazz Thanks a lot! Actually #1055 seems to be a very promising feature, your and the co-developers work on fpm is really appreciated.
That's a problem with the MacOS workflow. I have fixed it in #70.