From 12c0ec833486f366b2a0c50e6cb1429ba3780379 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Leroy?= <frederic.leroy@b-com.com>
Date: Wed, 15 Jun 2016 10:56:11 +0200
Subject: [PATCH] build_helper: remove libblas3gf for ubuntu 16.04

liblas3gf have been replaced by libblas3 on 16.04
liblas3* will be pulled by libblas-dev, so we don't need to add it to package list
---
 cmake_targets/tools/build_helper | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake_targets/tools/build_helper b/cmake_targets/tools/build_helper
index 7c7b792762..a8284313ca 100755
--- a/cmake_targets/tools/build_helper
+++ b/cmake_targets/tools/build_helper
@@ -300,7 +300,6 @@ check_install_oai_software() {
 	iptables-dev \
 	libatlas-base-dev \
 	libatlas-dev \
-	libblas3gf \
 	libblas-dev \
 	libconfig8-dev \
 	libffi-dev \
-- 
GitLab