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:
		| @@ -2243,7 +2243,7 @@ looks like this: | ||||
|        url      = "http://www.openssl.org/source/openssl-1.0.1h.tar.gz" | ||||
|  | ||||
|        version("1.0.1h", md5="8d6d684a9430d5cc98a62a5d8fbda8cf") | ||||
|        depends_on("zlib") | ||||
|        depends_on("zlib-api") | ||||
|  | ||||
|        parallel = False | ||||
|  | ||||
|   | ||||
| @@ -235,7 +235,7 @@ class Llvm(CMakePackage, CudaPackage): | ||||
|     depends_on("libffi", when="+cuda")  # libomptarget | ||||
|  | ||||
|     # llvm-config --system-libs libraries. | ||||
|     depends_on("zlib") | ||||
|     depends_on("zlib-api") | ||||
|  | ||||
|     # lldb dependencies | ||||
|     depends_on("swig", when="+lldb") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Harmen Stoppels
					Harmen Stoppels