From 435aadddc8167d6b5551c2884510776bca574ea6 Mon Sep 17 00:00:00 2001 From: Ciara Loftus Date: Thu, 4 Aug 2016 11:44:40 +0100 Subject: netdev-dpdk: Make libnuma dependencies optional Prior to this patch, OVS with DPDK required the libnuma packages to build. This patch removes this dependency, making it only a requirement when the CONFIG_RTE_LIBRTE_VHOST_NUMA option is detected as enabled in the DPDK build. Signed-off-by: Ciara Loftus Acked-by: Daniele Di Proietto --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index a46994d3a..4ae6a5b02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,6 @@ addons: packages: - bc - gcc-multilib - - libnuma-dev - libssl-dev - llvm-dev - libjemalloc1 -- cgit v1.2.1