dftlibs / xcfun

XCFun: A library of exchange-correlation functionals with arbitrary-order derivatives
https://dftlibs.org/xcfun/
Mozilla Public License 2.0
58 stars 32 forks source link

C/C++ standards flags #71

Closed robertodr closed 6 years ago

robertodr commented 6 years ago

Description

We now check for the available C++11/C99 standards compiler flags instead of relying on CMake. CMake 3.5 is not aware of these flags for some commercial compilers, leading to compilation failures, see #69

Types of changes

Status

codecov-io commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #71   +/-   ##
=======================================
  Coverage   42.29%   42.29%           
=======================================
  Files          78       78           
  Lines        1785     1785           
=======================================
  Hits          755      755           
  Misses       1030     1030

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 b518183...741ec7c. Read the comment docs.

bast commented 6 years ago

Thanks!