这是indexloc提供的服务,不要输入任何密码
Skip to content

chore(subpackages): make TERMUX_SUBPKG_DEPENDS check more readable #24146

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion disabled-packages/box86/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERMUX_PKG_DEPENDS="libandroid-complex-math, libandroid-glob, libandroid-spawn,
TERMUX_PKG_AUTO_UPDATE=true

# box86 is for arm only
TERMUX_PKG_BLACKLISTED_ARCHES="aarch64, i686, x86_64"
TERMUX_PKG_EXCLUDED_ARCHES="aarch64, i686, x86_64"

TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DANDROID=ON
Expand Down
2 changes: 1 addition & 1 deletion disabled-packages/deno/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TERMUX_PKG_DEPENDS="libffi"
TERMUX_PKG_BUILD_IN_SRC=true

# Due to dependency on librusty-v8.
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686, x86_64"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686, x86_64"

termux_step_post_get_source() {
git fetch --unshallow
Expand Down
2 changes: 1 addition & 1 deletion disabled-packages/fex/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_SRCURL=git+https://github.com/FEX-Emu/FEX
TERMUX_PKG_GIT_BRANCH=FEX-${TERMUX_PKG_VERSION}
TERMUX_PKG_DEPENDS="libandroid-shmem, libc++"
TERMUX_PKG_BUILD_DEPENDS="gdb"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686, x86_64"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686, x86_64"
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_TESTS=OFF
Expand Down
2 changes: 1 addition & 1 deletion disabled-packages/kphp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DOPENSSL_LIBRARIES=$TERMUX_PREFIX/lib/openssl-1.1
-DOPENSSL_CRYPTO_LIBRARY=$TERMUX_PREFIX/lib/openssl-1.1/libcrypto.so.1.1
-DOPENSSL_SSL_LIBRARY=$TERMUX_PREFIX/lib/openssl-1.1/libssl.so.1.1"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_post_get_source() {
git fetch --unshallow
Expand Down
2 changes: 1 addition & 1 deletion disabled-packages/libexecinfo/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_SRCURL=http://distcache.FreeBSD.org/ports-distfiles/libexecinfo-${TER
TERMUX_PKG_SHA256=c9a21913e7fdac8ef6b33250b167aa1fc0a7b8a175145e26913a4c19d8a59b1f

# Apparently not working for these arches:
TERMUX_PKG_BLACKLISTED_ARCHES="i686, x86_64"
TERMUX_PKG_EXCLUDED_ARCHES="i686, x86_64"

termux_step_post_get_source() {
cp $TERMUX_PKG_BUILDER_DIR/LICENSE ./
Expand Down
2 changes: 1 addition & 1 deletion disabled-packages/odin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERMUX_PKG_DEPENDS="libiconv, libllvm"
# #error "gb_rdtsc not supported"
# ^
# ```
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"

termux_step_pre_configure() {
if [ "$TERMUX_PKG_API_LEVEL" -lt 28 ]; then
Expand Down
2 changes: 1 addition & 1 deletion disabled-packages/outfieldr/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_SRCURL=git+https://gitlab.com/ve-nt/outfieldr
TERMUX_PKG_GIT_BRANCH=$TERMUX_PKG_VERSION
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
TERMUX_ZIG_VERSION="0.9.1"

termux_step_make() {
Expand Down
2 changes: 1 addition & 1 deletion packages/arpack-ng/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TERMUX_PKG_DEPENDS="libopenblas"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DCMAKE_SYSTEM_NAME=Linux
"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_pre_configure() {
termux_setup_flang
Expand Down
2 changes: 1 addition & 1 deletion packages/bcal/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ TERMUX_PKG_DEPENDS="readline, bc"
TERMUX_PKG_BUILD_IN_SRC=true

# 64-bit archs only, check https://github.com/jarun/bcal/issues/4
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2 changes: 1 addition & 1 deletion packages/cabin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERMUX_PKG_REPLACES="poac"
TERMUX_PKG_BUILD_DEPENDS="nlohmann-json"
TERMUX_PKG_DEPENDS="fmt, libc++, libcurl, libgit2, libspdlog, libtbb"
TERMUX_PKG_SUGGESTS="clang, make, pkg-config"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_make() {
make RELEASE=1 -j$TERMUX_PKG_MAKE_PROCESSES
Expand Down
2 changes: 1 addition & 1 deletion packages/chibicc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_GIT_BRANCH=main
TERMUX_PKG_DEPENDS="binutils-is-llvm | binutils, libandroid-glob"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="aarch64, arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="aarch64, arm, i686"

termux_step_post_get_source() {
git fetch --unshallow
Expand Down
2 changes: 1 addition & 1 deletion packages/cicada/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TERMUX_PKG_SRCURL=https://github.com/mitnk/cicada/archive/refs/tags/v${TERMUX_PK
TERMUX_PKG_SHA256=a28f9b7c01ec987a76204a806b31649cda03f07572ae6e4d32281fe17b51b2f2
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_pre_configure() {
rm -f Makefile
Expand Down
2 changes: 1 addition & 1 deletion packages/codon/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ TERMUX_PKG_NO_OPENMP_CHECK=true
# On ARM and i686, codon crashes:
# JIT session error: Unsupported target machine architecture in ELF object codon-jitted-objectbuffer
# Failure value returned from cantFail wrapped call
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_post_get_source() {
# Check llvm commit
Expand Down
2 changes: 1 addition & 1 deletion packages/crystal/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ _LLVM_MAJOR_VERSION_NEXT=$((_LLVM_MAJOR_VERSION + 1))
TERMUX_PKG_DEPENDS="libc++, libevent, libgc, libgmp, libiconv, libllvm (<< $_LLVM_MAJOR_VERSION_NEXT), libxml2, libyaml, openssl, pcre2, zlib"
TERMUX_PKG_RECOMMENDS="clang, libffi, make, pkg-config"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686, x86_64"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686, x86_64"

termux_step_make() {
local SHARDS_VERSION=0.18.0
Expand Down
2 changes: 1 addition & 1 deletion packages/delve/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_DEPENDS="golang, git"
TERMUX_PKG_SRCURL=https://github.com/go-delve/delve/archive/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1bc657e7e429c4917b6cae562356bf6da6cebcd4fde35f236e8174743d9e1eb8
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_make() {
termux_setup_golang
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet-host/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_METAPACKAGE=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"
2 changes: 1 addition & 1 deletion packages/dotnet8.0/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ TERMUX_PKG_NO_STATICSPLIT=true
# https://github.com/dotnet/runtime/issues/7335
# linux-x86 is not officially supported but works
# TODO linux-bionic-arm is broken
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"

termux_step_post_get_source() {
# set up dotnet cli and override source files
Expand Down
2 changes: 1 addition & 1 deletion packages/dotnet9.0/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ TERMUX_PKG_FORCE_WAIT_FINISH=true
# https://github.com/dotnet/runtime/issues/7335
# linux-x86 is not officially supported but works
# TODO linux-bionic-arm is broken
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"

termux_step_post_get_source() {
# set up dotnet cli and override source files
Expand Down
2 changes: 1 addition & 1 deletion packages/ecl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TERMUX_PKG_SHA256=e4ea65bb1861e0e495386bfa8bc673bd014e96d3cf9d91e9038f91435cbe62
TERMUX_PKG_DEPENDS="libandroid-support, libgmp, libgc, libffi"
TERMUX_PKG_HOSTBUILD=true
TERMUX_PKG_NO_STATICSPLIT=true
TERMUX_PKG_BLACKLISTED_ARCHES="i686, x86_64"
TERMUX_PKG_EXCLUDED_ARCHES="i686, x86_64"
TERMUX_PKG_HAS_DEBUG=false

# See https://gitlab.com/embeddable-common-lisp/ecl/-/blob/develop/INSTALL
Expand Down
2 changes: 1 addition & 1 deletion packages/flang/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TERMUX_PKG_DEPENDS="libandroid-complex-math-static, libc++, libllvm (= $DEP_QUAL
TERMUX_PKG_BUILD_DEPENDS="libllvm-static"

# Upstream doesn't support 32-bit arches well. See https://github.com/llvm/llvm-project/issues/57621.
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

# See http://llvm.org/docs/CMake.html:
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
Expand Down
2 changes: 1 addition & 1 deletion packages/flyctl/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_SRCURL=https://github.com/superfly/flyctl/archive/v$TERMUX_PKG_VERSIO
TERMUX_PKG_SHA256=3c0bbf5925e13b9f330a223be53af29e21c80b22ac61ca2fae79277799a6ed66
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="i686, arm"
TERMUX_PKG_EXCLUDED_ARCHES="i686, arm"

termux_step_post_get_source() {
termux_setup_golang
Expand Down
2 changes: 1 addition & 1 deletion packages/htslib/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="libbz2, liblzma, zlib, libdeflate, libcurl"

# error: assigning to 'uint8x8_t' (vector of 8 'uint8_t' values) from incompatible type 'int'
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"

termux_step_pre_configure() {
autoreconf -fi
Expand Down
2 changes: 1 addition & 1 deletion packages/jackett/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TERMUX_PKG_DEPENDS="aspnetcore-runtime-8.0, dotnet-host, dotnet-runtime-8.0"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_SERVICE_SCRIPT=("jackett" "exec ${TERMUX_PREFIX}/bin/jackett --DataFolder ${TERMUX_ANDROID_HOME}/.config/jackett 2>&1")
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"
TERMUX_PKG_RM_AFTER_INSTALL="
lib/jackett/README.md
lib/jackett/LICENSE
Expand Down
2 changes: 1 addition & 1 deletion packages/lfortran/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ TERMUX_PKG_HOSTBUILD=true
# ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# ```
# Furthermore libkokkos does not support ILP32
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_host_build() {
termux_setup_cmake
Expand Down
2 changes: 1 addition & 1 deletion packages/libchipmunk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TERMUX_PKG_SHA256=1e6f093812d6130e45bdf4cb80280cb3c93d1e1833d8cf989d554d7963b789
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_VERSION_REGEXP="\d+\.\d+\.\d+"
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_SHARED=ON
-DBUILD_STATIC=OFF
Expand Down
2 changes: 1 addition & 1 deletion packages/libdart/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ TERMUX_PKG_VERSION="6.15.0"
TERMUX_PKG_SRCURL="https://github.com/dartsim/dart/archive/refs/tags/v$TERMUX_PKG_VERSION.tar.gz"
TERMUX_PKG_SHA256=bbf954e283f464f6d0a8a5ab43ce92fd49ced357ccdd986c7cb4c29152df8692
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
# FIXME add ipopt, nlopt, snopt after a proper FORTRAN compiler is
# added (hence LAPACK)
# FIXME why pagmo is not detected by build system?
Expand Down
2 changes: 1 addition & 1 deletion packages/libkokkos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_SHARED_LIBS=ON
-DKokkos_ENABLE_LIBDL=OFF
"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_pre_configure() {
LDFLAGS+=" -landroid-execinfo"
Expand Down
2 changes: 1 addition & 1 deletion packages/libtiledb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

# XXX: TileDB assumes that `std::string_view::size_type` == `std::uint64_t`,
# XXX: but this is not true on 32-bit Android.
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
2 changes: 1 addition & 1 deletion packages/llama-cpp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="

# XXX: llama.cpp uses `int64_t`, but on 32-bit Android `size_t` is `int32_t`.
# XXX: I don't think it will work if we simply casting it.
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_pkg_auto_update() {
local latest_tag
Expand Down
2 changes: 1 addition & 1 deletion packages/locustdb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
# |
# = note: `#[deny(arithmetic_overflow)]` on by default
# ```
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

# Github CI seems pretty upset
# Received request to deprovision: The request was cancelled by the remote provider.
Expand Down
2 changes: 1 addition & 1 deletion packages/macchina/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="6.4.0"
TERMUX_PKG_SRCURL=git+https://github.com/Macchina-CLI/macchina
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_make() {
termux_setup_rust
Expand Down
2 changes: 1 addition & 1 deletion packages/manim/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ TERMUX_PKG_PYTHON_TARGET_DEPS="'av>=9.0.0,<14.0.0', 'beautifulsoup4>=4.12', 'cli
TERMUX_PKG_PYTHON_COMMON_DEPS="poetry"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_create_debscripts() {
cat <<- EOF > ./postinst
Expand Down
2 changes: 1 addition & 1 deletion packages/marksman/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TERMUX_PKG_GIT_BRANCH="main"
TERMUX_PKG_DEPENDS="dotnet-host, dotnet-runtime-8.0"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"

termux_step_post_get_source() {
git fetch --tags
Expand Down
4 changes: 2 additions & 2 deletions packages/maxima/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TERMUX_PKG_SRCURL=(https://downloads.sourceforge.net/sourceforge/maxima/Maxima-s
TERMUX_PKG_SHA256=(9104021b24fd53e8c03a983509cb42e937a925e8c0c85c335d7709a14fd40f7a
e4ea65bb1861e0e495386bfa8bc673bd014e96d3cf9d91e9038f91435cbe622b)
TERMUX_PKG_DEPENDS="ecl"
TERMUX_PKG_BLACKLISTED_ARCHES="i686, x86_64"
TERMUX_PKG_EXCLUDED_ARCHES="i686, x86_64"
TERMUX_PKG_BUILD_IN_SRC="true"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--enable-ecl"
TERMUX_PKG_HOSTBUILD=true
Expand Down Expand Up @@ -47,7 +47,7 @@ termux_step_host_build() {

termux_step_make() {
local _PREFIX_FOR_BUILD=$TERMUX_PKG_HOSTBUILD_DIR/prefix

cat > $_PREFIX_FOR_BUILD/bin/gcc <<-EOF
#!/bin/sh
exec \$CC \$CFLAGS \$CPPFLAGS \$LDFLAGS "\$@" -Wno-unused-command-line-argument
Expand Down
2 changes: 1 addition & 1 deletion packages/monetdb/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
# #error "we need _Atomic(unsigned long long) to be lock free"
# ^
# ```
TERMUX_PKG_BLACKLISTED_ARCHES="i686"
TERMUX_PKG_EXCLUDED_ARCHES="i686"

termux_step_post_get_source() {
find . -name '*.c' | xargs -n 1 sed -i \
Expand Down
2 changes: 1 addition & 1 deletion packages/mplayer/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
--disable-xinerama
"
TERMUX_PKG_EXTRA_MAKE_ARGS="INSTALLSTRIP="
TERMUX_PKG_BLACKLISTED_ARCHES="i686"
TERMUX_PKG_EXCLUDED_ARCHES="i686"

termux_step_post_get_source() {
local FFMPEG_BUILD_SH=$TERMUX_SCRIPTDIR/packages/ffmpeg/build.sh
Expand Down
2 changes: 1 addition & 1 deletion packages/netstandard-targeting-pack-2.1/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_METAPACKAGE=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm"
TERMUX_PKG_EXCLUDED_ARCHES="arm"
2 changes: 1 addition & 1 deletion packages/octave/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ac_cv_func_setgrent=no
ac_cv_func_setpwent=no
ac_cv_func_setpwuid=no
"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_post_get_source() {
# Version guard
Expand Down
2 changes: 1 addition & 1 deletion packages/oidn/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ TERMUX_PKG_DEPENDS="libc++, libllvm, libtbb"
# OIDN supports 64-bit platforms only and won't build on Linux ARM64, see
# https://github.com/OpenImageDenoise/oidn/issues/125#issuecomment-916479769
# and https://github.com/OpenImageDenoise/oidn/#prerequisites.
TERMUX_PKG_BLACKLISTED_ARCHES="aarch64, arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="aarch64, arm, i686"

termux_step_pre_configure() {
local ISPC_VERSION=1.18.0
Expand Down
2 changes: 1 addition & 1 deletion packages/ollama/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TERMUX_PKG_VERSION="0.6.4"
TERMUX_PKG_SRCURL=git+https://github.com/ollama/ollama
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_UPDATE_TAG_TYPE="latest-release-tag"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_make_install() {
cd $TERMUX_PKG_SRCDIR
Expand Down
2 changes: 1 addition & 1 deletion packages/osm2pgsql/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TERMUX_PKG_SRCURL=https://github.com/openstreetmap/osm2pgsql/archive/${TERMUX_PK
TERMUX_PKG_SHA256=b9d5c95ccc928aafc3c6caccb8b5bc19c4d48a5d1640cada07388d0dbf171ecc
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="boost, libbz2, libc++, libexpat, liblua54, postgresql, proj, zlib, nlohmann-json"
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"
TERMUX_PKG_BUILD_DEPENDS="boost-headers"
TERMUX_PKG_GROUPS="science"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
Expand Down
2 changes: 1 addition & 1 deletion packages/pandoc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ TERMUX_PKG_VERSION=3.1.13
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_SKIP_SRC_EXTRACT=true
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_make_install() {
local srcurl
Expand Down
2 changes: 1 addition & 1 deletion packages/picolisp/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libcrypt, libffi, openssl, readline"
TERMUX_PKG_BUILD_IN_SRC=true
# For 32-bit archs we nees to build minipicolisp
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_make() {
sed -i "s|/usr/lib/picolisp/lib.l|${TERMUX_PREFIX}/lib/picolisp/lib.l|" $TERMUX_PKG_SRCDIR/bin/pil
Expand Down
2 changes: 1 addition & 1 deletion packages/pika/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ TERMUX_PKG_BUILD_IN_SRC=true
# if (!slash::string2l(argv_[2].data(), argv_[2].size(), &cursor_)) {
# ^~~~~~~~
# ```
TERMUX_PKG_BLACKLISTED_ARCHES="arm, i686"
TERMUX_PKG_EXCLUDED_ARCHES="arm, i686"

termux_step_post_get_source() {
rm -fr third/rocksdb
Expand Down
Loading