Skip to content
Snippets Groups Projects
Commit 10f073dd authored by Filip Strömbäck's avatar Filip Strömbäck
Browse files

Updated the Boost version used with the broker and auth server to 1.69.

parent 8916c7a3
No related branches found
No related tags found
2 merge requests!7Merge of PDK, broker, auth,!4Devel
......@@ -4,6 +4,11 @@ run_as_broker=$(cat <<'EOF'
cd
# To make sure we have a decent GCC in our path.
source /opt/rh/devtoolset-7/enable
# Use a newer Boost.
export LIBRARY_PATH=/usr/lib64/boost169
export CPATH=/usr/include/boost169
cd src/auth
make clean
make -j4
......
......@@ -4,6 +4,11 @@ run_as_broker=$(cat <<'EOF'
cd
# To make sure we have a decent GCC in our path.
source /opt/rh/devtoolset-7/enable
# Use a newer Boost.
export LIBRARY_PATH=/usr/lib64/boost169
export CPATH=/usr/include/boost169
cd src/broker
make clean
make -j4
......
......@@ -5,15 +5,12 @@ class aes::broker {
$broker_home = "/srv/${broker_user}"
$broker_service = "aes_broker"
# Sadly, it does not seem like we can only install asio, so we need
# Sadly, it does not seem like we can not only install asio, so we need
# to install the Boost as a whole.
# It is easiest to install just "boost", even if that is a bit older
# than what is available (others require modifying the include path).
# It is still enough for the broker.
package {
[
'boost',
'boost-devel',
'boost169',
'boost169-devel',
]:
ensure => installed,
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment