Closed rouson closed 6 years ago
This issue replaces OpenCoarrays issue 548.
Build fails with clang due to non-standard C. Please see homebrew issue comment 393709839 .
Compilation with clang causes the build to fail.
compilation should succeed with any standards-conforming C compiler
CC=clang FC=gfortran cmake ..
Closing. See comment 408882083
This issue replaces OpenCoarrays issue 548.
Defect/Bug Report
Build fails with clang due to non-standard C. Please see homebrew issue comment 393709839 .
Observed Behavior
Compilation with clang causes the build to fail.
Expected Behavior
compilation should succeed with any standards-conforming C compiler
Steps to Reproduce