. "$GRIMOIRE/FUNCTIONS" &&

if is_version_less $(installed_version gcc) 4.7; then
  depends llvm 'CXX=clang++'
else
  depends -sub CXX gcc
fi
