Commit Graph

149 Commits

Author SHA1 Message Date
Termux Github Actions 15f752e3eb bump(main/cmake): 3.29.3
This commit has been automatically submitted by Github Actions.
2024-05-08 00:26:27 +00:00
Termux Github Actions d91f7e83e0 bump(main/cmake): 3.29.2
This commit has been automatically submitted by Github Actions.
2024-04-12 00:28:50 +00:00
Termux Github Actions 4541e22029 bump(main/cmake): 3.29.1
This commit has been automatically submitted by Github Actions.
2024-04-04 06:16:10 +00:00
Termux Github Actions 3c9808250d bump(main/cmake): 3.29.0
This commit has been automatically submitted by Github Actions.
2024-03-22 00:25:58 +00:00
Termux Github Actions fb16cf3476 bump(main/cmake): 3.28.4
This commit has been automatically submitted by Github Actions.
2024-03-20 18:18:28 +00:00
Termux Github Actions c7daefad55 bump(main/cmake): 3.28.3
This commit has been automatically submitted by Github Actions.
2024-02-06 09:09:42 +00:00
Termux Github Actions 8d5a067db9 bump(main/cmake): 3.28.2
This commit has been automatically submitted by Github Actions.
2024-01-30 06:16:35 +00:00
Termux Github Actions 18eaf87170 bump(main/cmake): 3.28.1
This commit has been automatically submitted by Github Actions.
2023-12-15 00:29:49 +00:00
Termux Github Actions ee92886cf7 bump(main/cmake): 3.28.0
This commit has been automatically submitted by Github Actions.
2023-12-07 00:28:50 +00:00
Termux Github Actions a15fefd2bd bump(main/cmake): 3.27.9
This commit has been automatically submitted by Github Actions.
2023-11-28 18:15:32 +00:00
Termux Github Actions 2da5bdf112 bump(main/cmake): 3.27.8
This commit has been automatically submitted by Github Actions.
2023-11-15 18:16:37 +00:00
Termux Github Actions ea742a773d bump(main/cmake): 3.27.7
This commit has been automatically submitted by Github Actions.
2023-10-06 18:18:14 +00:00
Twaik Yont 47df860139
bump(main/cmake): 3.27.6 2023-09-27 15:26:07 +03:00
Ivan Max 8a0905b304
bump(main/cmake): to 3.27.5 (#17874) 2023-09-22 20:49:58 +03:00
Chongyun Lee 2993d5f849 cmake: revbump 2023-07-15 19:21:23 +08:00
Tee KOBAYASHI 28db175016 cmake: Revbump to rebuild
due to SONAME change in libexpat.
2023-07-02 21:51:10 +09:00
Tee KOBAYASHI 076a3fef54 cmake: Bump to 3.26.4 2023-05-20 07:02:42 +09:00
Tee KOBAYASHI 517c7871a7 cmake: Bump to 3.26.3 2023-04-07 09:34:28 +09:00
Tee KOBAYASHI 792a63bbcc cmake: Bump to 3.26.1 2023-03-24 10:52:18 +09:00
Butta 3cd5cc3a43 bump(cmake): 3.25.3 to 3.26.0 2023-03-15 00:54:40 +05:30
Tee KOBAYASHI 3302cf8368 cmake: Bump to 3.25.3 2023-03-09 06:29:41 +00:00
Tee KOBAYASHI 24f9af5390 cmake: Bump to 3.25.2 2023-01-20 04:10:56 +00:00
Tee KOBAYASHI 3dc44c91fe cmake: Fix C compiler ABI detection with GCC
Closes https://github.com/termux/termux-packages/issues/6960
2023-01-11 06:08:57 +05:30
Tee KOBAYASHI dd393de5b7 cmake: Bump to 3.25.1 2022-12-01 00:25:10 +00:00
Arun ee7edeb16f upgpkg(main/cmake): 3.25.0 2022-11-22 20:39:03 +05:30
Tee KOBAYASHI 9cf475b2bb cmake: Bump to 3.24.3 2022-11-18 04:13:26 +00:00
Yaksh Bariya 2f9357ed46
chore(main/cmake): fix directory structure
Fixes #12465
2022-10-21 21:41:06 +05:30
tjhexf 4c971eb992
upgpkg(main/cmake): update to 3.24.2 (#12100)
* upgpkg(main/cmake): update to 3.24.2
2022-09-25 09:28:31 +05:30
Arun 73948c0b62 upgpkg(main/cmake): update to 3.24.1 2022-08-27 12:27:35 +05:30
Henrik Grimler b281bc2145
rebuild(deps:libc++): bump termux-main packages that depend on libc++
All except libllvm, rust, rustc-nightly, openfoam and libdispatch,
those packages will be handled separately.
2022-08-13 12:21:20 +02:00
Chongyun Lee fe4fc37846
cmake: don't depend on clang and make
Recommend them instead. Closes #11057.
2022-06-23 17:31:37 +02:00
Yaksh Bariya 2f60dadf60
upgpkg(main/cmake): update to v3.23.2 2022-05-29 10:27:59 +05:30
Yaksh Bariya 6088bdfbdb cmake: update to 3.23.1
Co-Authored-By: Tee KOBAYASHI <xtkoba@gmail.com>
2022-04-17 21:45:42 +05:30
Yaksh Bariya 6accd4396e
fixup(cmake): Do not depend on dependencies of libcurl and libarchive
Do not pass `-DCMAKE_USE_SYSTEM_{BZIP2,LIBLZMA,NGHTTP2,ZSTD}` to cmake.

libbz2 and liblzma are dependencies of libarchive. CMake does have an option to use zstd because libarchive supports linking to zstd (as a side note, we are building libarchive without zstd).

libnghttp2 is dependency of libcurl.

CMake's CMakeLists.txt does have options for these libraries in case we are not using shared libarchive and libcurl but wish to link against shared libraries of dependencies of libcurl and libarchive. In case we tell CMake to use shared libarchive and libcurl, these options are basically ignored (i.e. they don't anyway affect the build), which we are doing right now. So there's no need of these options at all!

Lastly, `-DCMAKE_USE_SYSTEM_ZLIB` needs to be specified because CMake does directly link against zlib. Perhaps making this option depend on `"NOT CMAKE_USE_SYSTEM_LIBARCHIVE;NOT CMAKE_USE_SYSTEM_CURL"` in CMakeLists.txt:197 is a mistake. Reporting this to upstream might make sense
2022-04-02 13:21:19 +05:30
Yaksh Bariya 9f28b53c09 cmake: update to 3.23.0 2022-04-01 06:54:18 +00:00
Henrik Grimler d85f11720e
cmake: update to 3.22.3 2022-03-10 22:04:42 +01:00
Yaksh Bariya eba234a7d5 libuv: update to 1.43.0 2022-01-11 14:03:14 +05:30
Yaksh Bariya c96f4a8579
cmake: update to 3.22.1 2021-12-09 22:06:10 +05:30
Yaksh Bariya 74a5fbc577
cmake: bump to 3.22.0 2021-11-28 16:05:05 +05:30
Butta 53e6dff085 cmake: bump revision to rebuild with NDK 23b 2021-10-25 11:19:41 +05:30
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Lucy Phipps f462be9150
cmake: update to 3.21.3 2021-10-04 17:07:17 +01:00
Yaksh Bariya 2592bdeac7 libuv: Bump to 1.42.0 2021-09-19 11:30:25 +05:30
Yaksh Bariya c70f3b4efa cmake: Bump to 3.21.2 2021-09-01 21:56:25 +05:30
Yaksh Bariya ea9994dad7
cmake: Bump to 3.21.1 2021-07-29 17:20:15 +05:30
YAKSH BARIYA 98fb76be1b
rhash: update to 1.4.2 (#7189) 2021-07-25 18:52:51 +03:00
Leonid Pliushch 165b741de8
cmake: update to 3.21.0 2021-07-16 22:01:03 +03:00
Yaksh Bariya 73c1d3d83e Bump `cmake` to 3.20.5 2021-06-24 12:00:29 +03:00
Butta 1ce096c0ab cmake: update from 3.20.2 to 3.20.4 2021-06-17 09:37:45 +05:30
Butta f1d8495d04 cmake: update from 3.19.6 to 3.20.2 2021-05-02 13:53:13 +05:30