CONFIG: provide separate default settings for clang/gcc (fixes #1566)
- the foamConfigurePaths script is quite simplistic and aggressive in what it changes. This was particularly evident when using it to change gcc/clang versions. Restructured the corresponding compiler settings to define default versions (eg, "default_gcc_version") that limits the scope of changes performed by foamConfigurePaths and makes it easier to understand if changing manually.
Showing
- bin/tools/foamConfigurePaths 20 additions, 18 deletionsbin/tools/foamConfigurePaths
- etc/config.csh/compiler 22 additions, 8 deletionsetc/config.csh/compiler
- etc/config.csh/example/compiler 6 additions, 4 deletionsetc/config.csh/example/compiler
- etc/config.csh/example/compiler-Gcc92 28 additions, 0 deletionsetc/config.csh/example/compiler-Gcc92
- etc/config.sh/compiler 57 additions, 98 deletionsetc/config.sh/compiler
- etc/config.sh/example/compiler 6 additions, 10 deletionsetc/config.sh/example/compiler
- etc/config.sh/example/compiler-Gcc92 28 additions, 0 deletionsetc/config.sh/example/compiler-Gcc92
Please register or sign in to comment