Commit Graph

9 Commits

Author SHA1 Message Date
Henrik Grimler 3ec82277d7
tree-wide: use git+[...] instead of [...].git for git urls
The termux_git_clone_src script has been updated and now expects git
urls to start with git+ instead.

%ci:no-build
2023-01-01 18:31:43 +01:00
Jia Yuan Lo d7b5ee4f07
chore(main, x11): cleanup clvk, clpeak, gl4es build.sh (#12094)
* 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.
2022-09-25 16:57:49 +08:00
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
Jia Yuan Lo 24a52261ff opencl packages: rebuild against latest headers 2022-02-13 12:02:57 +05:30
Henrik Grimler ef60aa9fca
clpeak: update to 1.1.2
And add new dependency opencl-clhpp.
2022-02-08 10:12:40 +01:00
Jia Yuan Lo d68189f282 Improve build.sh to allow building specific commit
regardless of upstream activity which is a shortcoming of
termux_git_clone_src.sh that currently always choose the latest commit from
the repo. The issue is spotted in 1337fa0ffe9cd1e3813921dc5b53b0fd1d8f904b.

Also updates the package for clvk and bump the revision for clpeak.
2021-11-28 00:07:08 +01:00
Henrik Grimler a6195a4988 clpeak: bump revision 2021-10-23 09:27:13 +02:00
Henrik Grimler a2187e62df Bump all packages depending on libc++
As part of ndk-r23 upgrade.
2021-10-22 23:05:45 +02:00
Jia Yuan Lo 40769a9d65 new package: clpeak 2021-09-09 14:14:26 +03:00