python.pkgs.tensorflow: mark as broken for python2
This commit is contained in:
parent
e4378d4641
commit
8e382a7ca7
1 changed files with 3 additions and 1 deletions
|
@ -327,7 +327,9 @@ let
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ jyp abbradar ];
|
maintainers = with maintainers; [ jyp abbradar ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
broken = !(xlaSupport -> cudaSupport);
|
# The py2 build fails due to some issue importing protobuf. Possibly related to the fix in
|
||||||
|
# https://github.com/akesandgren/easybuild-easyblocks/commit/1f2e517ddfd1b00a342c6abb55aef3fd93671a2b
|
||||||
|
broken = !(xlaSupport -> cudaSupport) || !isPy3k;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue