diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 05:49:32 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 05:49:32 +0000 |
commit | 5d7b2fda1a19a380b9c13225c7d2472582bdb70a (patch) | |
tree | 7cbfec458e6b195399b7dd3df2f5a0b51151f0a9 /science | |
parent | 35e2573ea10a2b5d42816aafa86d1a4716fbc84c (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/py-tensorflow/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/science/py-tensorflow/Makefile b/science/py-tensorflow/Makefile index b1701240fe4c..816af76c22e0 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -14,6 +14,7 @@ COMMENT= Computation using data flow graphs for scalable machine learning LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to build ONLY_FOR_ARCHS= amd64 BUILD_DEPENDS= ${RUN_DEPENDS} \ |