Skip to content

Commit

Permalink
Downgrade boost requirement from 1.55 to 1.54
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeyeager committed May 12, 2017
1 parent 7d3f8a7 commit b7e2b99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmake/Dependencies.cmake
Expand Up @@ -5,7 +5,7 @@ set(Caffe_DEFINITIONS "")
set(Caffe_COMPILE_OPTIONS "")

# ---[ Boost
find_package(Boost 1.55 REQUIRED COMPONENTS system thread filesystem)
find_package(Boost 1.54 REQUIRED COMPONENTS system thread filesystem)
list(APPEND Caffe_INCLUDE_DIRS PUBLIC ${Boost_INCLUDE_DIRS})
list(APPEND Caffe_LINKER_LIBS PUBLIC ${Boost_LIBRARIES})

Expand Down
8 changes: 4 additions & 4 deletions scripts/travis/install-deps.sh
Expand Up @@ -9,10 +9,10 @@ apt-get -y update
apt-get install -y --no-install-recommends \
build-essential \
graphviz \
libboost-filesystem1.55-dev \
libboost-python1.55-dev \
libboost-system1.55-dev \
libboost-thread1.55-dev \
libboost-filesystem-dev \
libboost-python-dev \
libboost-system-dev \
libboost-thread-dev \
libgflags-dev \
libgoogle-glog-dev \
libhdf5-serial-dev \
Expand Down

0 comments on commit b7e2b99

Please sign in to comment.