Skip to content

Conversation

@bradking
Copy link
Contributor

CMake will automatically generate the proper flag to tell each compiler
that our sources use fixed format. Drop our manual use of -qfixed for
the XL Fortran compiler because it breaks CMake's FortranCInterface
detection (which uses free-format sources).

CMake will automatically generate the proper flag to tell each compiler
that our sources use fixed format.  Drop our manual use of `-qfixed` for
the XL Fortran compiler because it breaks CMake's FortranCInterface
detection (which uses free-format sources).
@codecov
Copy link

codecov bot commented Mar 23, 2020

Codecov Report

Merging #399 into master will not change coverage by %.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #399   +/-   ##
=======================================
  Coverage   83.24%   83.24%           
=======================================
  Files        1808     1808           
  Lines      170183   170183           
=======================================
  Hits       141666   141666           
  Misses      28517    28517           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dba6115...a56239b. Read the comment docs.

@julielangou julielangou merged commit 8e1e16c into Reference-LAPACK:master Apr 21, 2020
@julielangou
Copy link
Contributor

Thank you @bradking

@bradking bradking deleted the cmake-fortran-fixed-format branch April 21, 2020 18:49
christoph-conrads pushed a commit to christoph-conrads/lapack that referenced this pull request May 23, 2021
…ixed-format

cmake: Tell CMake that our Fortran sources are in fixed format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants