setup-fortran icon indicating copy to clipboard operation
setup-fortran copied to clipboard

GitHub action to setup Fortran compiler and toolchain

Results 18 setup-fortran issues
Sort by recently updated
recently updated
newest added

Add support for setting up the LLVM flang compiler `flang-new`. Currently, there are not many distribution channels available for this compiler.

enhancement
help wanted

Possible fix for #56. The issue seems like [incomplete oneapi environment activation](https://github.com/fortran-lang/fpm/discussions/717#discussioncomment-3091462). Previously we ran the activation script for compiler components only*. Run the root activation script instead. @jalvesz @minhqdao...

Hi, I have a compile problem with the setup currently with the combo intel (ifort/ifx) + windows that I don't manage to see where it comes from: https://github.com/jalvesz/fast_math/actions/runs/7534919393/job/20510066540 ```sh Intel(R)...

- mkl libraries included for most MacOS versions - mkl libraries included for all linux versions - new test for mkl installation - currently is not the default, the mkl...

Hi, I am thinking on adding support for certain libraries to setup-fortran, especially LAPACK and BLAS. Do you think setup-fortran is the right place for this?

enhancement

Add support for setting up LFortran with the respective C compiler. The recommended setup for LFortran is currently via conda-forge.

enhancement

Thanks for the project. There is a problem with the mac operating system. It appears that it only works with gfortran version 10. When running a simple `fpm test` on...

bug

# Summary This is for a Windows `fortran` project that uses `cmake` to build and test and uses `Visual Studio 17 2022` as the generator. I need to install the...

It would be great if this could also set up the mpifort/mpif90/mpif77 wrappers for compiling MPI codes

enhancement

It may be worth CI testing whether commonly used build tools (e.g. fpm, meson, CMake) can discover ifx/ifort after install. Issues known or suspected |compiler/version | build tool | platform...

tests