Steps To Install cloog on Mac

Package Information:

Name: cloog
Use: CLooG is a free software and library to generate code for scanning Z-polyhedra.
URL: https://www.bastoul.net/cloog/

Installation Steps:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cloog using brew
    brew install cloog

cloog is ready to use now!