Closed tyronerees closed 5 years ago
Merging #19 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #19 +/- ##
=======================================
Coverage 90.99% 90.99%
=======================================
Files 3 3
Lines 2255 2255
=======================================
Hits 2052 2052
Misses 203 203
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 29ea3ee...3a299ff. Read the comment docs.
Compiler-specific flags, etc, should now be removed, so different compilers can be used by just setting an environment variable.
@talassio: could you check this works for you. Setting
export FC=nagfor
export F77=nagfor
before calling (or as a flag to cmake) should be enough to switch to the nag compiler (although gfortran would still be needed for, e.g, coverage tests)
Fixes issue #16