macOS
brew install clooglocal Homebrew formula metadata
sudo port install cloogMacPorts ports tree · devel/cloog/Portfile · source: api.github.com
brew
Generate code for scanning Z-polyhedra. Version 0.21.1 via Homebrew; verified 2026-06-22.
install
brew install clooglocal Homebrew formula metadata
sudo port install cloogMacPorts ports tree · devel/cloog/Portfile · source: api.github.com
sudo dnf install cloogFedora Rawhide package metadata · cloog · source: dl.fedoraproject.org
overview
Generate code for scanning Z-polyhedra
history
CLooG, the Chunky Loop Generator, is a C software tool and library for generating loops that scan Z-polyhedra. Its official manual says it was originally written to solve code generation problems for optimizing compilers based on the polytope model.
The README records the first version of that file in January 2002, and the Texinfo manual records its first version in July 2002 with a 1.0 release on September 17, 2002. The manual names Cedric Bastoul as author and describes CLooG as part of the Chunky project for data locality improvement.
CLooG's core technical role is polyhedral code generation: given affine constraints and context, it emits pseudo-code or near-compilable code that visits integral points efficiently while avoiding unnecessary control overhead.
The manual says CLooG was used beyond optimizing compilers, including control automata for high-level synthesis and polynomial approximation, and was designed to serve as a back end for automatic parallelizers such as LooPo.
The supplied input shows packaging in Homebrew, dnf, and MacPorts. The official README and build docs also describe classic Unix source distribution concerns: configure, make, make install, GMP, PolyLib, and isl backends.
Users run cloog, optionally with an input file, or call CLooG as a library. The README describes input as affine inequalities over polyhedra and context parameters, and output as scanning code such as nested loops.
Build-time usage is typical autotools C: from Git, fetch submodules and run autogen.sh, then configure, make, and make install. The README documents options for isl, PolyLib, GMP, integer size, and installation prefix.
CLooG matters to compiler-package maintainers because it is a small specialized C library in the polyhedral optimization stack, with optional and historical dependencies such as isl, PolyLib, and GMP. Its packaging exposes the intersection of research compiler tooling and Unix library build systems.
The changelog shows evolution around isl and OpenScop support, including OpenScop input in 0.17.0 and OpenScop coordinate/loop extensions in later 0.18.x releases. That makes it a useful marker package for polyhedral-model toolchains.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
cloog | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/periscop/cloog
install metadata
| Package key | brew:cloog |
|---|---|
| Version | 0.21.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/cloog |
| Homepage | https://github.com/periscop/cloog |
| Repository | https://github.com/periscop/cloog |
| Upstream docs | https://github.com/periscop/cloog#readme |
| License | LGPL-2.1-or-later |
| Source archive | https://github.com/periscop/cloog/releases/download/cloog-0.21.1/cloog-0.21.1.tar.gz |
| Last updated | 2026-06-22T14:03:02-07:00 |
| Pulse | updated |
| Dependencies | gmp, isl |
| Build dependencies | pkgconf |
| Bottle | available (on arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | cloog |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
cloog 0.18.4-24.fc44
The Chunky Loop Generator
sudo dnf install cloogcloog-devel 0.18.4-24.fc44
Development tools for the Chunky Loop Generator
sudo dnf install cloog-develcloog
sudo port install cloogsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.