@@ -69,6 +69,31 @@ You can install conda using the [miniforge installer](https://github.com/conda-f
69
69
Also, you can install a Fortran compiler from conda-forge by installing the `` fortran-compiler `` package, which installs GFortran.
70
70
71
71
72
+ ### Supported Compilers
73
+
74
+ The following combinations are tested on the default branch of stdlib:
75
+
76
+ Name | Version | Platform | Architecture
77
+ --- | --- | --- | ---
78
+ GCC Fortran | 7, 8, 9, 10 | Ubuntu 18.04 | x86_64
79
+ GCC Fortran | 7, 8, 9, 10 | MacOS Catalina 10.15 | x86_64
80
+ GCC Fortran | 8 | Windows Server 2019 | x86_64
81
+ GCC Fortran (MSYS) | 10 | Windows Server 2019 | x86_64
82
+ GCC Fortran (MinGW) | 10 | Windows Server 2019 | x86_64, i686
83
+ Intel oneAPI classic | 2021.1 | Ubuntu 20.04 | x86_64
84
+
85
+ We try to test as many available compilers and platforms as possible.
86
+ A list of tested compilers which are currently not working and the respective issue are listed below.
87
+
88
+ Name | Version | Platform | Architecture | Status
89
+ --- | --- | --- | --- | ---
90
+ NVIDIA HPC SDK | 20.7, 20.9, 20.11 | Manjaro Linux 20 | x86_64 | [ #107 ] ( https://github.com/fortran-lang/stdlib/issues/107 )
91
+ NAG | 7.0 | RHEL | x86_64 | [ #108 ] ( https://github.com/fortran-lang/stdlib/issues/108 )
92
+ Intel Parallel Studio XE | 16, 17, 18 | OpenSUSE | x86_64 | failed to compile
93
+
94
+ Please share your experience with successful and failing builds for compiler/platform/architecture combinations not covered above.
95
+
96
+
72
97
### Build with CMake
73
98
74
99
Configure the build with
0 commit comments