SebWouters / CheMPS2

CheMPS2: a spin-adapted implementation of DMRG for ab initio quantum chemistry
GNU General Public License v2.0
70 stars 34 forks source link

find_package(OpenMP) fails with modern clang versions #65

Closed yurivict closed 6 years ago

yurivict commented 6 years ago

It always fails with my clang-4.0.

Please see the discussion that my question spawned: https://gitlab.kitware.com/cmake/cmake/issues/17474#note_343731

SebWouters commented 6 years ago

It seems this is a problem of combining clang and cmake, rather than a chemps2 issue.