Skip to content
Snippets Groups Projects
  1. Aug 17, 2019
    • Giovanni Bussi's avatar
      Fixed building python module with clang 8.0 · 32a5193f
      Giovanni Bussi authored
      C++20 has an include file named 'version' that is included in
      cstddef with `include <version>'.
      
      On OSX, case insensitive, file python/VERSION is included by mistake.
      The problem appears when compiling with clang 8.
      
      I noticed this when building conda package on travis, but it can be
      reproduced e.g. using
      
      cd python && make clean && make pip && CC=clang-mp-8.0 python3.7 setup.py build_ext -i
      
      I fixed this putting Plumed.h in a separate directory
      32a5193f
  2. Jul 19, 2019
  3. Jul 18, 2019
  4. Jul 17, 2019
  5. Jul 16, 2019
  6. Jul 15, 2019
  7. Jul 13, 2019
  8. Jul 12, 2019
  9. Jul 11, 2019
  10. Jul 09, 2019
  11. Jul 08, 2019
Loading