The purpose of this patch is to support fricas installation
on homebrew. (Avoid binary signing issue on macos, see [1], [2].)
I've tested this patch on SBCL/CLISP/ClozureCL/CMUCL.
This Lisp core approach does not apply for ECL/GCL.
I've test it on Linux, and SBCL/CLozureCL on Windows.
It's awkward on Windows because it is not standalone
executable, but it works if you manually use Lisp
to load the core file.
After this patch is merged, I'll integrate this patch
into homebrew formula, so that macos users should install
fricas without issues.
- Best,
- Qian
[1]
https://github.com/Homebrew/homebrew-core/pull/205760#issuecomment-2689683141
[2]
https://github.com/fricas/fricas/issues/202