zlib-api: new virtual with zlib/zlib-ng as providers (#37372)

Introduces a new virtual zlib-api, which replaces zlib in most packages.

This allows users to switch to zlib-ng by default for better performance.
This commit is contained in:
Harmen Stoppels
2023-08-09 15:22:58 +02:00
committed by GitHub
parent f9457fa80b
commit e51748ee8f
442 changed files with 840 additions and 549 deletions

View File

@@ -53,7 +53,7 @@ class Aocc(Package):
license_url = "https://www.amd.com/en/developer/aocc/aocc-compiler/eula.html"
depends_on("libxml2")
depends_on("zlib")
depends_on("zlib-api")
depends_on("ncurses")
depends_on("libtool")
depends_on("texinfo")