macOS
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · Quelle: api.github.com
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für liboil in AI-Agent-Workflows.
Installation
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · Quelle: api.github.com
sudo dnf install liboilFedora Rawhide package metadata · liboil · Quelle: dl.fedoraproject.org
nix profile install nixpkgs#liboilnixpkgs package indexes · pkgs/by-name/li/liboil/package.nix · Quelle: api.github.com
sudo zypper install liboil-0_3-0openSUSE Tumbleweed package metadata · liboil-0_3-0 · Quelle: download.opensuse.org
Überblick
C library of simple functions optimized for various CPUs
Verlauf
liboil, the Library of Optimized Inner Loops, is a freedesktop.org-era C library of simple CPU-optimized routines. It collected small loops such as array conversion, multiplication, summing, and other SIMD-friendly operations behind a reusable API.
The project documentation describes liboil as a library of simple functions optimized for CPUs using techniques such as Altivec, MMX, and SSE. Its goal was to consolidate optimized inner-loop code that multimedia applications and libraries often carried privately.
The freedesktop.org download directory shows a compact release line from 0.2.0 and 0.3.x in 2005 through 0.3.17 in February 2010. After that period, Orc, the Oil Runtime Compiler, became the successor project for generating and executing SIMD-style inner loops.
liboil mattered most in the multimedia and desktop stack, where many packages needed fast pixel, audio, or numeric loops but did not want to maintain architecture-specific assembly in every project.
Its package-manager life continued after active upstream development because older software still linked against liboil, while newer software increasingly moved to Orc or compiler/native SIMD approaches.
Developers used liboil as a C library for optimized primitive operations. Package users mostly encountered it indirectly as a dependency, with oil-bugreport available as a diagnostic executable.
The library is relevant when building older multimedia stacks or software that still depends on the liboil API rather than Orc.
liboil is package-nerd interesting because it captures a transitional moment before widespread portable SIMD abstractions: projects wanted reusable CPU-specific inner loops, but compiler autovectorization and runtime SIMD libraries had not settled the problem.
Its replacement by Orc is also instructive. The successor moved from a collection of hand-optimized functions toward a small runtime compiler for array operations, which explains why liboil often remains only as a compatibility package.
Sicherheitslage
library-like package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
oil-bugreport | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
https://wiki.freedesktop.org/liboil/
Installationsmetadaten
| Paketschlüssel | brew:liboil |
|---|---|
| Version | 0.3.17 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/liboil |
| Homepage | https://wiki.freedesktop.org/liboil/ |
| Repository | https://cgit.freedesktop.org/liboil |
| Upstream-Dokumentation | https://wiki.freedesktop.org/liboil |
| Lizenz | BSD-2-Clause AND BSD-3-Clause |
| Quellarchiv | https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz |
| Build-Abhängigkeiten | autoconf, automake, gtk-doc, libtool, pkgconf |
| Bottle | verfügbar (auf arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | liboil |
| 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-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
liboil
nix profile install nixpkgs#liboilliboil 0.3.16-38.fc44
Library of Optimized Inner Loops, CPU optimized functions
http://liboil.freedesktop.org/
sudo dnf install liboilliboil-devel 0.3.16-38.fc44
Development files and static library for liboil
http://liboil.freedesktop.org/
sudo dnf install liboil-develliboil-0_3-0 0.3.17-26.14
Library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-0_3-0liboil-devel 0.3.17-26.14
Headers for the library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-develliboil-doc 0.3.17-26.14
Documentation for the library of Optimized Inner Loops
http://liboil.freedesktop.org/wiki/
sudo zypper install liboil-docliboil
sudo port install liboilQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.