Skip to content
Features
Business
Explore
Marketplace
Pricing
This repository
Sign in
or
Sign up
Watch
1,992
Star
19,392
Fork
11,909
BVLC
/
caffe
Code
Issues
517
Pull requests
252
Projects
0
Wiki
Insights
Pulse
Graphs
Downgrade boost requirement from 1.55 to 1.54
#5617
Merged
shelhamer
merged 1 commit into
BVLC
:
master
from
lukeyeager
:
boost-1.54
May 12, 2017
Conversation
1
Commits
1
Files changed
2
Changes from
all commits
Commits
Show all changes
1 commit
Select commit
b7e2b99
Downgrade boost requirement from 1.55 to 1.54
lukeyeager
May 12, 2017
Jump to…
Jump to file or symbol
Failed to load files and symbols.
Retry
+5
−5
Unified
Split
Show comments
View
2
cmake/Dependencies.cmake
@@ -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}
)
Show comments
View
8
scripts/travis/install-deps.sh
@@ -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 \
Toggle all file notes
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.