Federico Perini

Results 172 comments of Federico Perini

@certik @minhqdao Thanks for your comments. Let me summarize fpm's current state of the art: - for `executable` targets we have `app/` (default) or an arbitrary user-defined `source-dir` - for...

There are a few things I'd like to point out about this PR before I think it's ready to merge: - I can't find a reference to the "global config...

gfortran + IntelMPI is not among the [supported use cases](https://fpm.fortran-lang.org/spec/metapackages.html#mpi) yet. It seems relatively straightforward to support it, I will leave here a reference to the relevant piece of code:...

[fortran-polyroots](https://github.com/jacobwilliams/polyroots-fortran) builds OK on ARM macOS with both the latest `fpm` release and trunk. Your error message seems to suggest that there is a `ieee_arithmetic.mod` file dangling around somewhere that...

OK @barracuda156 so you want to force include some gcc-12 module, but what compiler version are you using? (typing `which gfortran` shoud reveal it). Generalizing your issue, you'd want to...

Do you think the issue could be caused by the space at the beginning of your folder? > -I /opt/local Another test that may be worth doing is to specify...

[this](https://forum.epw-code.org/viewtopic.php?t=636) similar thread suggests to doublecheck that gfortran's (v 12.2.0) path is in `$LD_LIBRARY_PATH`; but you're including it manually so it should be OK. - because "intrinsic" says it can't...

Now I see - apparently PowerPC does not support gcc's `ieee_arithmetic`: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=100662

Wow, this is great! Congrats @barracuda156 on the fix.

The CI line failing says `:failed command ifort `, I think it is because ubuntu images on Github do _not_ ship ifort anymore. It should self-fix after merge (like you...