Closed jdeplaa closed 8 months ago
With the new Apple M1 install package, you could get an error about a missing libgcc_s.1.1.dylib library. You can fix this by downloading the library from the link below:
https://var.sron.nl/SPEX-doc/files/libgcc_s.1.1.dylib
and then copy it using the command: sudo cp ~/Downloads/libgcc_s.1.1.dylib /opt/spex/lib
sudo cp ~/Downloads/libgcc_s.1.1.dylib /opt/spex/lib
This should get SPEX working.
In the meantime, the download link on the SPEX install webpage is updated. The new package should include the library.
With the new Apple M1 install package, you could get an error about a missing libgcc_s.1.1.dylib library. You can fix this by downloading the library from the link below:
https://var.sron.nl/SPEX-doc/files/libgcc_s.1.1.dylib
and then copy it using the command:
sudo cp ~/Downloads/libgcc_s.1.1.dylib /opt/spex/lib
This should get SPEX working.