ralna / RALFit

A non-linear least squares solver
Other
25 stars 6 forks source link

Update cmake #19

Closed tyronerees closed 5 years ago

tyronerees commented 5 years ago

Fixes issue #16

codecov-io commented 5 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           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.

tyronerees commented 5 years ago

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)