termux / termux-packages

A package build system for Termux.
https://termux.dev
Other
12.94k stars 2.98k forks source link

LTS NDK 27 was just released #20927

Closed finagolfin closed 1 month ago

finagolfin commented 1 month ago

We should update to use it. We can finally get rid of -fno-openmp-implicit-rpath, and I'm sure other issues too.

Biswa96 commented 1 month ago

clang-scan-deps is now included^1. The workaround in vulkan-headers can be removed. https://github.com/termux/termux-packages/blob/9bfc82c43cc9856647be8436e3a0a093db0d919d/packages/vulkan-headers/build.sh#L12

TomJo2000 commented 1 month ago

clang-scan-deps is now included

Does this also apply for emscripten? https://github.com/termux/termux-packages/blob/9bfc82c43cc9856647be8436e3a0a093db0d919d/packages/emscripten/build.sh#L39

Biswa96 commented 1 month ago

Does this also apply for emscripten?

It is probably not related to NDK update or that clang-scan-deps addition. Those file is emscripten were removed to match upstream released binaries and probably making the package smaller. Though the emsdk-3.1.63/upstream/bin directory has clang-scan-deps executable.