mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
openblas: don't allow ccache use
Fixes https://github.com/openwrt/packages/issues/20596 Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Rosen Penev
parent
562fb3aa0a
commit
578166f07f
@@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=OpenBLAS
|
||||
PKG_VERSION:=0.3.21
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=OpenBLAS-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://github.com/xianyi/OpenBLAS/releases/download/v$(PKG_VERSION)/
|
||||
@@ -76,6 +76,8 @@ endif
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CROSS=1 \
|
||||
CC=$(TARGET_CC_NOCACHE) \
|
||||
CXX=$(TARGET_CXX_NOCACHE) \
|
||||
HOSTCC=$(HOSTCC_NOCACHE) \
|
||||
CROSS_SUFFIX=$(TARGET_CROSS) \
|
||||
BINARY=$(OPENBLAS_BINARY) \
|
||||
|
||||
Reference in New Issue
Block a user