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/14.04/build_base_machine.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'systems/ubuntu/14.04/build_base_machine.sh') diff --git a/systems/ubuntu/14.04/build_base_machine.sh b/systems/ubuntu/14.04/build_base_machine.sh index 9fa8511c..04f4a7e1 100755 --- a/systems/ubuntu/14.04/build_base_machine.sh +++ b/systems/ubuntu/14.04/build_base_machine.sh @@ -77,6 +77,10 @@ python3-tk libpython3.4 python3-reportlab +# libs +libnuma1 +libnuma-dev + # install git-review tool git-review " | grep -v ^#) -- cgit 1.2.3-korg