File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
tur-pypi-312/python3.12-numpy Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ TERMUX_PYTHON_CROSSENV_PREFIX=$TERMUX_PKG_BUILDDIR/python${TERMUX_PYTHON_VERSION
2323TUR_AUTO_AUDIT_WHEEL=true
2424TUR_AUTO_BUILD_WHEEL=false
2525TUR_WHEEL_DIR=" ../src/dist"
26+ TUR_LIB_LICENSE_JSON=" $TERMUX_PKG_BUILDER_DIR /licenses.json"
2627
2728source $TERMUX_SCRIPTDIR /common-files/tur_build_wheel.sh
2829
@@ -78,3 +79,8 @@ termux_step_make_install() {
7879 local _whl=" numpy-$TERMUX_PKG_VERSION -cp$_pyv -cp$_pyv -linux_$TERMUX_ARCH .whl"
7980 pip install --no-deps --prefix=$TERMUX_PREFIX --force-reinstall $TERMUX_PKG_SRCDIR /dist/$_whl
8081}
82+
83+ tur_install_wheel_license () {
84+ # Install the license of libopenblas
85+ cp $TERMUX_PREFIX /share/doc/libopenblas/copyright libopenblas-LICENSE
86+ }
Original file line number Diff line number Diff line change 1+ [
2+ {
3+ "name" : " openblas" ,
4+ "libs" : [
5+ " libopenblas"
6+ ],
7+ "licenses" : [
8+ " libopenblas-LICENSE"
9+ ]
10+ }
11+ ]
You can’t perform that action at this time.
0 commit comments