libomp
brew install libomp
v22.1.8
MIT
keg-only
LLVM's OpenMP runtime library for parallel computing in C, C++, and Fortran.
Why you might care
Build dependency for OpenMP-parallel code compiled with clang; keg-only to avoid conflicts with GCC's libgomp. Required if you're using #pragma omp directives with LLVM's compiler toolchain.
78.9k
30-day installs · #59
219.6k
90-day · #86
676.5k
365-day · #100
Build dependencies
Links
- https://openmp.llvm.org/
- Brew formula source: Formula/lib/libomp.rb
Keg-only reason
it can override GCC headers and result in broken builds
Blurb generated by claude-haiku-4-5 on today.
Raw metadata
{
"aliases": [],
"alternatives": [
"libgomp",
"libomp-gcc"
],
"build_dependencies": [
"cmake"
],
"categories": [
"library",
"compiler"
],
"caveats": null,
"conflicts_with": [],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "LLVM\u0027s OpenMP runtime library",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:40:38+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "libomp",
"github_default_branch": null,
"github_last_commit_at": null,
"github_readme_excerpt": null,
"github_repo": null,
"github_stars": null,
"github_topics": [],
"homepage": "https://openmp.llvm.org/",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": "Welcome to the documentation of OpenMP in LLVM! \u2014 LLVM/OpenMP documentation",
"installs_30d": 78935,
"installs_365d": 676488,
"installs_90d": 219616,
"keg_only": 1,
"keg_only_reason": "it can override GCC headers and result in broken builds",
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": "2026-06-20T23:42:25+00:00",
"llm_model": "claude-haiku-4-5",
"name": "libomp",
"oldnames": [],
"one_liner": "LLVM\u0027s OpenMP runtime library for parallel computing in C, C++, and Fortran.",
"optional_dependencies": [],
"rank_30d": 59,
"rank_365d": 100,
"rank_90d": 86,
"raw_hash": "0abaea47d4153c81",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/lib/libomp.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [
{
"llvm": "build"
}
],
"version_head": null,
"version_stable": "22.1.8",
"versioned_formulae": [],
"why_use_this": "Build dependency for OpenMP-parallel code compiled with clang; keg-only to avoid conflicts with GCC\u0027s libgomp. Required if you\u0027re using #pragma omp directives with LLVM\u0027s compiler toolchain."
}