macOS
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de liboil pour les workflows d'agents IA.
installation
brew install liboillocal Homebrew formula metadata
sudo port install liboilMacPorts ports tree · devel/liboil/Portfile · Source: api.github.com
sudo dnf install liboilFedora Rawhide package metadata · liboil · Source: dl.fedoraproject.org
nix profile install nixpkgs#liboilnixpkgs package indexes · pkgs/by-name/li/liboil/package.nix · Source: api.github.com
sudo zypper install liboil-0_3-0openSUSE Tumbleweed package metadata · liboil-0_3-0 · Source: download.opensuse.org
aperçu
C library of simple functions optimized for various CPUs
historique
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.
posture de sécurité
library-like package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
oil-bugreport | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://wiki.freedesktop.org/liboil/
métadonnées d'installation
| Clé du paquet | brew:liboil |
|---|---|
| Version | 0.3.17 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/liboil |
| Page d'accueil | https://wiki.freedesktop.org/liboil/ |
| Dépôt | https://cgit.freedesktop.org/liboil |
| Docs amont | https://wiki.freedesktop.org/liboil |
| Licence | BSD-2-Clause AND BSD-3-Clause |
| Archive source | https://liboil.freedesktop.org/download/liboil-0.3.17.tar.gz |
| Dépendances de compilation | autoconf, automake, gtk-doc, libtool, pkgconf |
| Bouteille | disponible (sur arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| 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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
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 liboilpiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.