Gentoo Archives: gentoo-dev

From: Torokhov Sergey <torokhov-s-a@××××××.ru>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] fortran-2.eclass: simple check Fortran 2008 Standard Coarray support
Date: Wed, 15 Jun 2022 22:52:35
Message-Id: 16229851655333546@sas8-b297e9d3f415.qloud-c.yandex.net
1 Currently the fortran-2.eclass Fortran compiler dialect is restricted with check of Fortran 2003 standard.
2 Some packages could require to check at least Fortran 2008 support.
3
4 The proposed attached patch offer to check Fortran 2008 compatibility via one of the new most notable feature - Coarrays support (parallel processing feature).
5 Besides the new test file the current check require the passing of GCC (gfortran) compiler option `-fcoarray=single` to check Fortran 2008 compatibility.
6
7 The same patch is available via GIthub pull request: https://github.com/gentoo/gentoo/pull/25920

Attachments

File name MIME type
0001-fortran-2.eclass-simple-check-F2008-Standard-Coarray.patch text/x-diff

Replies

Subject Author
Re: [gentoo-dev] fortran-2.eclass: simple check Fortran 2008 Standard Coarray support Torokhov Sergey <torokhov-s-a@××××××.ru>