tensorflow: add a binary wheel release for Darwin

This commit is contained in:
Nikolay Amiantov
2018-03-15 03:08:06 +03:00
parent 3573045541
commit 650d8c93a1
3 changed files with 61 additions and 7 deletions

View File

@@ -149,7 +149,7 @@ in buildPythonPackage rec {
homepage = http://tensorflow.org;
license = licenses.asl20;
maintainers = with maintainers; [ jyp abbradar ];
platforms = with platforms; if cudaSupport then linux else linux ++ darwin;
platforms = platforms.linux;
broken = !(xlaSupport -> cudaSupport);
};
}