Skip to content

Commit

Permalink
Merge pull request tensorflow#28 from mozilla/boost-dep
Browse files Browse the repository at this point in the history
Revert "Add Boost.Locale as a dependency for the build"
  • Loading branch information
reuben committed Sep 12, 2017
2 parents 0b39249 + 3985048 commit c10efb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tc-apt.sh
Expand Up @@ -19,8 +19,7 @@ apt-get -qq -y install \
pixz \
zip \
zlib1g-dev \
unzip \
libboost-locale-dev
unzip

echo 'oracle-java8-installer shared/accepted-oracle-license-v1-1 select true' | debconf-set-selections
add-apt-repository --yes ppa:webupd8team/java && apt-get -qq update
Expand Down
3 changes: 1 addition & 2 deletions tc-brew.sh
Expand Up @@ -28,8 +28,7 @@ fi;

# coreutils, pyenv-virtualenv required for build of tensorflow
# node@6 pkg-config sox swig required for later build of deepspeech
# boost required by native_client decoder
all_pkgs="coreutils pyenv-virtualenv node@6 pkg-config sox swig boost"
all_pkgs="coreutils pyenv-virtualenv node@6 pkg-config sox swig"

for pkg in ${all_pkgs};
do
Expand Down

0 comments on commit c10efb2

Please sign in to comment.