Skip to content

Commit

Permalink
py-tensorflow: Add build conflict on self
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed Jul 2, 2019
1 parent 2bbf4bb commit 6a1ff25
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions python/py-tensorflow/Portfile
Expand Up @@ -8,6 +8,7 @@ PortGroup github 1.0
PortGroup compilers 1.0 PortGroup compilers 1.0
PortGroup xcodeversion 1.0 PortGroup xcodeversion 1.0
PortGroup compiler_blacklist_versions 1.0 PortGroup compiler_blacklist_versions 1.0
PortGroup conflicts_build 1.0


name py-tensorflow name py-tensorflow
version 1.14.0 version 1.14.0
Expand Down Expand Up @@ -57,6 +58,9 @@ python.default_version 37


if {${name} ne ${subport}} { if {${name} ne ${subport}} {


# Tensorflow cannot be built/desrooted whilst it is still installed
conflicts_build ${subport}

depends_build-append \ depends_build-append \
port:py${python.version}-pip \ port:py${python.version}-pip \
port:bazel25 \ port:bazel25 \
Expand Down

0 comments on commit 6a1ff25

Please sign in to comment.