Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Backofen, Rainer
amdis
Commits
f9011866
Commit
f9011866
authored
Oct 22, 2016
by
Praetorius, Simon
Browse files
corrected boost install scripts
parent
a877b6da
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.sh
View file @
f9011866
...
...
@@ -195,7 +195,7 @@ if [ "${DOWNLOAD_BOOST}" -eq "1" ]; then
BOOST_PREFIX
=
${
SRC_DIR
}
/packages/boost/
${
BOOST_VERSION
}
cd
/tmp/src/boost
./bootstrap.sh
--prefix
=
${
BOOST_PREFIX
}
--with-libraries
=
system,iostreams,filesystem,program_options,date_time,
unit_test_framework
./bootstrap.sh
--prefix
=
${
BOOST_PREFIX
}
--with-libraries
=
system,iostreams,filesystem,program_options,date_time,
test
if
[
"
${
ENABLE_COMPRESSION
}
"
=
"ON"
]
;
then
./b2
-s
cxxflags
=
"-std=c++11"
--build-type
=
minimal
variant
=
release
install
else
...
...
tools/install_boost.sh
View file @
f9011866
...
...
@@ -20,7 +20,7 @@ if [ ! -d ${INSTALL_PREFIX}/boost ]; then
|
tar
--strip-components
=
1
-xzC
${
BUILD_DIR
}
cd
${
BUILD_DIR
}
./bootstrap.sh
--prefix
=
${
INSTALL_PREFIX
}
/boost/
${
BOOST_VERSION
}
/
\
--with-libraries
=
system,iostreams,filesystem,program_options,date_time,
unit_test_framework
--with-libraries
=
system,iostreams,filesystem,program_options,date_time,
test
./b2
-s
NO_BZIP2
=
1
cxxflags
=
"-std=c++11"
--build-type
=
minimal
variant
=
release
-j
4
install
rm
-rf
${
BUILD_DIR
}
fi
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment