fangohr / octopus-in-spack

Develop Octopus in spack (software packaging)
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

The package should contain the cxx standards #57

Open LecrisUT opened 2 years ago

LecrisUT commented 2 years ago

Not sure how to do it in spack, but it would be helpful to bail-out immediately if the compiler does not support the cxx standards (over here being c++14), i.e. before it starts to compile the dependencies.

(Similar configuration should be added to libxc as well (c90))

fangohr commented 8 months ago

Which dependency of Octopus needs c++14 (if this is still an issue)?