Identifier:
|
fortran_captures_build_path
|
Description
|
Contains paths to .f90 files or similar.
|
Identifier:
|
captures_kernel_version_via_CMAKE_SYSTEM
|
Description
|
Uses CMAKE_SYSTEM, which embeds `uname -sr` output; the -r (version) varies. . Instead, use CMAKE_SYSTEM_NAME (`uname -s`), which shouldn't vary. . May also be triggered by use of CMAKE_HOST_SYSTEM, CMAKE_HOST_SYSTEM_VERSION or CMAKE_SYSTEM_VERSION. . Parent issue: captures_kernel_version
|
Identifier:
|
captures_build_arch
|
Description
|
Captures the build arch (`uname -m`, typically i686 v. x86_64).
|