wpbonelli
wpbonelli
Does the [`math`](https://github.com/fortran-lang/setup-fortran/tree/math) branch meet your needs? See #81. > Please add support for the intel libraries to ifx; or alternatively kick ifx out of this action and make a...
#57, #79, #80 provide initial support for lfortran. But I wonder about the choice of C/++ compiler, and there are shell caveats on windows. this should probably stay open pending...
I think the macos failures may be related to [GitHub's migrating `macos-latest` to `macos-14`](https://github.blog/changelog/2024-04-01-macos-14-sonoma-is-generally-available-and-the-latest-macos-runner-image). The brew install location has changed with macos-14. @jalvesz you might try changing the paths to...
cf https://github.com/awvwgk/setup-fortran/pull/7, https://github.com/awvwgk/setup-fortran/issues/31 reproducing in ci tests is likely the first step toward solution
libgfortran shouldn't be used at all for an intel fortran build, right? seems like confirmation this is an fpm issue? xref https://github.com/gha3mi/test-setup-fortran/issues/1 where @gha3mi made some progress tracking it down
Thanks for raising, ideally this could be tested (planned in #31). Does anything here help? https://github.com/modflowpy/install-intelfortran-action/issues/10 issues with cmake discovery have been reported before. See also https://github.com/fortran-lang/setup-fortran/issues/6
@praynaud does your issue occur consistently, or only on cache restore? If the latter, perhaps #48 may resolve it
@tkoskela you might try https://github.com/mpi4py/setup-mpi. Note that `setup-mpi` currently must precede, not follow this action. Looking into a way to make them play nice together. Note also `setup-mpi` currently only...
See note in [readme](https://github.com/fortran-lang/setup-fortran?tab=readme-ov-file#runner-compatibility) > Note: LFortran is currently only discoverable by name with bash on Windows, see https://github.com/fortran-lang/setup-fortran/pull/57#issuecomment-2021605094. If you find a solution a patch would be very welcome.
Some notes * We already cache the Intel toolchain on Windows. The key currently rotates daily to avoid a broken state where the cache can neither be restored nor refreshed,...