Skip to content

Commit

Permalink
DOC: Added documentation on which flags to use with gcc-10
Browse files Browse the repository at this point in the history
  • Loading branch information
pastewka committed May 27, 2020
1 parent 84ae53d commit 6aada93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg.gnu
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
fcompiler=gfortran
f90flags=-cpp -fPIC -ffree-form -ffree-line-length-none -x f95-cpp-input
f77flags=-cpp -fPIC -x f77-cpp-input
# For gcc-10, add this to f77flags: -fallow-argument-mismatch

[build_ext]
libraries=gfortran
Expand Down
1 change: 1 addition & 0 deletions setup.cfg.gnu_omp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
fcompiler=gfortran
f90flags=-cpp -fPIC -ffree-form -ffree-line-length-none -x f95-cpp-input -fopenmp
f77flags=-cpp -fPIC -x f77-cpp-input
# For gcc-10, add this to f77flags: -fallow-argument-mismatch

[build_ext]
libraries=gomp,gfortran
Expand Down

0 comments on commit 6aada93

Please sign in to comment.