Merge pull request #120483 from lukegb/tensorflow-big-parallel

python3Packages.tensorflow: mark as requiring big-parallel
This commit is contained in:
Jörg Thalheim 2021-04-25 08:50:26 +01:00 committed by GitHub
commit 441f8ef8e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -325,6 +325,10 @@ let
addOpenGLRunpath "$lib"
done
'';
requiredSystemFeatures = [
"big-parallel"
];
};
meta = with lib; {