cernlib: depends_on openssl when platform=linux (#36837)

Fixes #36836.
This commit is contained in:
Wouter Deconinck 2023-04-14 02:17:13 -05:00 committed by GitHub
parent 2380810d60
commit 0c2aafec33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ class Cernlib(CMakePackage):
depends_on("libxt") depends_on("libxt")
depends_on("libxcrypt") depends_on("libxcrypt")
depends_on("openssl", when="os=linux") depends_on("openssl", when="platform=linux")
@when("@2022.11.08.0-free") @when("@2022.11.08.0-free")
def patch(self): def patch(self):