python312Packages.pyopencl: mark as broken on x86_64-darwin too
This commit is contained in:
@@ -91,7 +91,10 @@ buildPythonPackage rec {
|
||||
changelog = "https://github.com/inducer/pyopencl/releases/tag/v${version}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ GaetanLepage ];
|
||||
# ld: symbol(s) not found for architecture arm64
|
||||
broken = stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64;
|
||||
badPlatforms = [
|
||||
# ld: symbol(s) not found for architecture arm64/x86_64
|
||||
lib.systems.inspect.patterns.isDarwin
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user