From 8f8733f857c16a7877f291f15302f9b0c9ac97ee Mon Sep 17 00:00:00 2001 From: Martin Klozik Date: Thu, 4 Aug 2016 15:08:16 +0100 Subject: install: Missing packages for numa library Recent versions of DPDK (16.xx) depend on numa library. Thus installation scripts were updated to install both binary and development packages. JIRA: VSPERF-360 Change-Id: Idd0eac8758f30a355909bb804e99e650b67bba8b Signed-off-by: Martin Klozik Reviewed-by: Maryam Tahhan Reviewed-by: Al Morton Reviewed-by: Christian Trautman Reviewed-by: --- systems/ubuntu/build_base_machine.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'systems/ubuntu/build_base_machine.sh') 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 -- cgit 1.2.3-korg