0
0
mirror of https://github.com/termux/termux-packages.git synced 2024-12-12 00:10:52 +00:00
Termux Github Actions 5c55785e24 bump(main/clblast): 1.6.3
This commit has been automatically submitted by Github Actions.
2024-06-13 18:12:32 +00:00

14 lines
521 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/CNugteren/CLBlast
TERMUX_PKG_DESCRIPTION="Tuned OpenCL BLAS"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="1.6.3"
TERMUX_PKG_SRCURL=https://github.com/CNugteren/CLBlast/archive/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=c05668c7461e8440fce48c9f7a8966a6f9e0923421acd7c0357ece9b1d83f20e
TERMUX_PKG_DEPENDS="libc++, ocl-icd"
TERMUX_PKG_BUILD_DEPENDS="opencl-headers"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DNETLIB=ON
"