summaryrefslogtreecommitdiffstats
path: root/systems/ubuntu/build_base_machine.sh
diff options
context:
space:
mode:
authorMaryam Tahhan <maryam.tahhan@intel.com>2016-08-08 08:16:08 +0000
committerGerrit Code Review <gerrit@172.30.200.206>2016-08-08 08:16:08 +0000
commitfc480dd1139f12730c68c72f738b3df8080af283 (patch)
treeb356bd43a663558e71bfc3428851d44c90871a40 /systems/ubuntu/build_base_machine.sh
parent77de48c31767556fb9f0de76285d1beed16dd828 (diff)
parent8f8733f857c16a7877f291f15302f9b0c9ac97ee (diff)
Merge "install: Missing packages for numa library"
Diffstat (limited to 'systems/ubuntu/build_base_machine.sh')
-rwxr-xr-xsystems/ubuntu/build_base_machine.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/systems/ubuntu/build_base_machine.sh b/systems/ubuntu/build_base_machine.sh
index a2b48a26..1b42a790 100755
--- a/systems/ubuntu/build_base_machine.sh
+++ b/systems/ubuntu/build_base_machine.sh
@@ -44,6 +44,8 @@ apt-get -y install autoconf libtool
apt-get -y install libpcap-dev
apt-get -y install libglib2.0
apt-get -y install libfuse-dev
+apt-get -y install libnuma1
+apt-get -y install libnuma-dev
# Some useful tools you may optionally install
#apt-get -y install ctags