mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
bump version to 2022.02.9
add miyoo_defconfig
This commit is contained in:
@@ -4,14 +4,18 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LAPACK_VERSION = 3.9.0
|
||||
LAPACK_VERSION = 3.10.0
|
||||
LAPACK_LICENSE = BSD-3-Clause
|
||||
LAPACK_LICENSE_FILES = LICENSE
|
||||
LAPACK_SITE = $(call github,Reference-LAPACK,lapack,v$(LAPACK_VERSION))
|
||||
LAPACK_CPE_ID_VENDOR = lapack_project
|
||||
LAPACK_INSTALL_STAGING = YES
|
||||
LAPACK_SUPPORTS_IN_SOURCE_BUILD = NO
|
||||
LAPACK_CONF_OPTS = -DLAPACKE=ON -DCBLAS=ON
|
||||
|
||||
# 0001-Fix-out-of-bounds-read-in-slarrv.patch
|
||||
LAPACK_IGNORE_CVES += CVE-2021-4048
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LAPACK_COMPLEX),y)
|
||||
LAPACK_CONF_OPTS += -DBUILD_COMPLEX=ON -DBUILD_COMPLEX16=ON
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user