diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-12 12:56:51 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-04-12 12:56:51 +0000 |
commit | e75c71dd8a320005ffa1d27f4650e1d55271f829 (patch) | |
tree | 577e14bd1ba67aa0453ccb25bf7bbfc96b1ff27d /science/py-tensorflow | |
parent | 660b29e97e9801872a1ce156ef42678f8007794e (diff) | |
download | ports-e75c71dd8a320005ffa1d27f4650e1d55271f829.tar.gz ports-e75c71dd8a320005ffa1d27f4650e1d55271f829.zip |
Mark BROKEN: fails to build
Reported by: pkg-fallout
Notes
Notes:
svn path=/head/; revision=531513
Diffstat (limited to 'science/py-tensorflow')
-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 64d9b18337f7..df3660f4201d 100644 --- a/science/py-tensorflow/Makefile +++ b/science/py-tensorflow/Makefile @@ -15,6 +15,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} \ |