mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-27 05:02:38 +00:00
* drop git submodule deinit usage * drop termux_step_post_get_source for clpeak Should be no longer after bumped to 1.1.2 as that was used when clpeak was built using git commit. * drop git reset --hard in favour of git checkout Suppose if we want to include patches before termux_step_post_get_source, git reset --hard will drop the patches and reset the whole tree. Use git checkout instead.
11 lines
457 B
Bash
11 lines
457 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/krrishnarraj/clpeak
|
|
TERMUX_PKG_DESCRIPTION="A tool which profiles OpenCL devices to find their peak capacities"
|
|
TERMUX_PKG_LICENSE="Unlicense"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.1.2
|
|
TERMUX_PKG_REVISION=3
|
|
TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION
|
|
TERMUX_PKG_SRCURL=https://github.com/krrishnarraj/clpeak.git
|
|
TERMUX_PKG_BUILD_DEPENDS="opencl-headers, opencl-clhpp"
|
|
TERMUX_PKG_DEPENDS="libc++, ocl-icd"
|