SPM development version for Apple Silicon: Errors at Conn and Marsbar

2024.2.2 SPM12 and Apple Silicon


Apple SiliconのためにSPMDevelopment Versionをインストールしたが、ConnMarsbarを使用しているときにエラーが出る。原因は、spm(‘Ver’)コマンドで「spm12」ではなく「spm」と返すため(developmentだから)

Solution

Contents.mOpenin the SPM folder

Line 2 を % Version 7771 (SPM12) 12-Jan-20 Change

これで

spm(‘Ver’)コマンドで「spm12」と返し、エラーが出なくなる。


I installed the Development Version of SPM for Apple Silicon, but encountered errors when using Conn or Marsbar. The issue arises because the spm('Ver') command returns "spm" instead of "spm12" (due to it being a development version).


Solution:


Open Contents.m in the SPM folder.

Change Line 2 to % Version 7771 (SPM12) 12-Jan-20.

After this modification, the spm('Ver') command will return "spm12", resolving the errors.