Merge pull request #120483 from lukegb/tensorflow-big-parallel
python3Packages.tensorflow: mark as requiring big-parallel
This commit is contained in:
commit
441f8ef8e4
@ -325,6 +325,10 @@ let
|
|||||||
addOpenGLRunpath "$lib"
|
addOpenGLRunpath "$lib"
|
||||||
done
|
done
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
requiredSystemFeatures = [
|
||||||
|
"big-parallel"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user