libopenblas: enable clapack

This commit is contained in:
Chongyun Lee 2022-09-17 19:29:57 +08:00 committed by Uchiha Kakashi
parent e0f13ea733
commit 23c7eabd00
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ TERMUX_PKG_GROUPS="science"
TERMUX_PKG_LICENSE="BSD 3-Clause"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="0.3.21"
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL="https://github.com/xianyi/OpenBLAS/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=f36ba3d7a60e7c8bcc54cd9aaa9b1223dd42eaf02c811791c37e8ca707c241ca
TERMUX_PKG_BUILD_IN_SRC=true
@ -12,6 +13,7 @@ TERMUX_PKG_FORCE_CMAKE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS='
-DBUILD_SHARED_LIBS=ON
-DBUILD_STATIC_LIBS=OFF
-DC_LAPACK=ON
'
termux_step_pre_configure() {