require 'formula' class Flusspferd :build depends_on 'arabica' depends_on 'gmp' depends_on 'boost' depends_on 'spidermonkey' def install fails_with_llvm system "cmake -H. -Bbuild #{std_cmake_parameters}" system "make install" end end