On 10/8/25 5:27 AM, Waldek Hebisch wrote: > On Mon, Oct 06, 2025 at 08:08:09PM +0800, Qian Yun wrote: >> 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. > > IIUC on Windows the change to Makefile.in will try to > install file with extention 'core.exe'. Looks awkward, but > I do not know if this creates any trouble.
It will be installed as "FRICASsys.exe.core", so not a problem. On the other hand, the shell script will be installed as "FRICASsys.exe", this should not be a problem: 1. this installation method should not be preferred on Windows. 2. if someone insisted on it, they can wrote a ".bat" file during packaging. Because they have to bundle the Lisp compiler together with FriCAS. - Qian > Otherwise looks OK. > -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion visit https://groups.google.com/d/msgid/fricas-devel/b2c644fd-fbb5-439e-82fa-92928968a28a%40gmail.com.
