Commit graph

7 commits

Author SHA1 Message Date
7df26522c3 Fix GCC compiler version command to outputting the full version number
The version printed by GCC's -dumpversion option may only be a single
number (the major version). Therefore use the -dumpfullversion option which
guarantees to print the three numbers format 'major.minor.patchlevel'.

Signed-off-by: Christoph Niethammer <niethammer@hlrs.de>
2024-03-28 03:14:18 +01:00
20f1a383f7 Config for the LLVM compiler. 2024-03-28 03:11:44 +01:00
Rainer Keller
28db8095c5 - Specify F77 before Fortran (F90, F2003, F2008) compilers
- Don't use -j2 make option by default, may break some non-conforming source builts
 - Fix a few buglets (like LOGDIR , and when packages are NOT configure-based, aka
   do not create a config.log file)
2024-03-28 02:43:56 +01:00
e439216d85 Added F90 compiler specifications for all modules and fixed typos. 2024-03-28 02:43:56 +01:00
Rainer Keller
fc1a4c3c78 - Some configures do not rely on FC, but also require F90 as option. 2024-03-28 02:43:56 +01:00
Rainer Keller
de6ca340cd - Correct the C++ compiler executable for Laki 2024-03-28 02:43:56 +01:00
d4f1c488a3 Added configurable compiler selection for different platforms. 2024-03-28 02:43:56 +01:00