* llama.cpp, github version instead of hardcoded version
* llama.cpp, check if model is specified, if yes, run it, if not, then download model
* Use entrypoint for custom llama.cpp invocation
* `llama.cpp` is just raw executable. This I think is our new pattern.
* To run chat use the entrypoint: `pkgx +brewkit -- run llama.cpp`
Co-authored-by: James Reynolds <magnsuviri@me.com>
Co-authored-by: Max Howell <mxcl@me.com>
* new file: projects/github.com/AlDanial/cloc/package.yml
new file: projects/github.com/AlDanial/cloc/test.c
* add provides; use fix-shebangs.ts
---------
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
* github.com/helmfile/vals
* test with vals --help
* fix typo
* update test to match stderr output
* remove useless and incorrect display-name property
* fix GitHub version
* enable cgo
* add buildmode=pie to go build args for linux
* new file: projects/github.com/oneapi-src/oneTBB/cores-types.cpp
new file: projects/github.com/oneapi-src/oneTBB/package.yml
new file: projects/github.com/oneapi-src/oneTBB/sum1-100.cpp
* display-name
* well, this is complicated
* hmmm
* wip
* wip
* remove tea/gx
* wip
* let's try without Python first
* --std=c++14
* wip
* sure
* add in gnu make on linux
* wip
* test
* python tbb
* PYTHONPATH & LDFLAGS
* done
* will the magic happen?
* compiler to env?
* it's redundant > install_log.txt 2>&1
* oh new python
* problems with linux/aarch64
* i'll stop messing with this
---------
Co-authored-by: Jacob Heider <jacob@tea.xyz>
Co-authored-by: Jacob Heider <jacob@pkgx.dev>
* +github.com/containers/skopeo
Closes#2695
* Speed up test
* Use hello-world image in all tests
* Clarify build instructions
* Disable man pages generation
* make and cc now handled by brewkit
* Use patch instead of git apply
* Pin patch to a commit id
* Use /releases/tags
* ops, alpine.tar
---------
Co-authored-by: Jacob Heider <jacob@tea.xyz>
* Add helmfile
* See output even with grep
* Hide grep output
* Avoid version command which check for upgrades
* It worked in my machine, anyway, trying differently
* Try to set git as build dependency
* CGO_ENABLED=0
* ca-certs
---------
Co-authored-by: Jacob Heider <jhheider@gmail.com>