Bump buidlroot version to 2018.02.6

This commit is contained in:
jbnadal
2018-10-22 14:55:59 +02:00
parent 222960cedb
commit bec94fdb63
6150 changed files with 84803 additions and 117446 deletions

View File

@@ -4,12 +4,13 @@
#
################################################################################
LAPACK_VERSION = 3.6.1
LAPACK_VERSION = 3.7.1
LAPACK_SOURCE = lapack-$(LAPACK_VERSION).tgz
LAPACK_LICENSE = BSD-3c
LAPACK_LICENSE = BSD-3-Clause
LAPACK_LICENSE_FILES = LICENSE
LAPACK_SITE = http://www.netlib.org/lapack
LAPACK_INSTALL_STAGING = YES
LAPACK_SUPPORTS_IN_SOURCE_BUILD = NO
LAPACK_CONF_OPTS = -DLAPACKE=ON -DCBLAS=ON
ifeq ($(BR2_PACKAGE_LAPACK_COMPLEX),y)