Download raw body.
Update llama.cpp
On Thu, Sep 11, 2025 at 04:52:07PM +0100, Percy Piper wrote: > Hi. > > This update brings some nice improvements (e.g. gpt-oss support[1]). > > However, I am unable to resolve a blocking issue. During the build > -I/usr/local/include appears before the source's include dirs, so any > previously installed headers are found before those in the sources, causing > the build to fail. > > If the old package is uninstalled first, the port will build, package and > run fine. > > This seems likely to be a common scenario and I'm embarrased I haven't > figured out how to solve it. Aside from Kirill's cmake tips: while it would be nice to have this fixed, it's not a blocker for bulk builds, as these are done on clean machines with little to no package installed. -- jca
Update llama.cpp