Skip to content

component/default: system gcc can be used only if all gcc, g++ and gfortran...

Kazuhiko Shiozaki requested to merge check_system_gfortran into master

Some components, like openblas, requires gfortran. Thus checking gcc -dumpfullversion is not enough to determine if we have to use SlapOS gcc or not.

With this merge request, system gcc suite will be used only if all gcc, g++ and gfortran exist and their versions are same.

Merge request reports