nickva commented on issue #195: URL: https://github.com/apache/couchdb-pkg/issues/195#issuecomment-3451645528
> Ok, thanks for taking the time to give it a try! > > When you say "basic SM 128 support" what does that mean in practice? > > Am I missing some features? It was initially added to support SM 128 with homebrew on macos so it has the C++ shim and the compile options to build against it https://github.com/apache/couchdb/pull/5321. So 99% of the stuff needed to use SM 128 is there. However in Debian 13 (Trixie) the path where SM 128 is installed is now under a multi-arch prefix, that's Debian specific, so it's not `/usr/include/mozjs-128/` but something like `/usr/include/x86_64-linux/mozjs-128`. This means the `./configure` script cannot find SM 128 and the build stops. It needs that patch which @big-r81 created to support multi-arch on Debian. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
