Bug fix, installation improvements, and GCC/macOS version updates
Bug fix
Issue #511: the shape of coindexed multidimensional array component now yields the correct answer. 💠
Installer updates
- If
install.sh
builds GCC on macOS Catalina, it finds and uses the requisite macOS software development kit (SDK) header files. ⛰️ - GCC 10.1.0 is now the default minimum version used or installed by
install.sh
. Users may force the installer to use a lower version by invokinginstall.sh
with the-f
,-c
, and-C
arguments. 🆕 - Pull request (PR) #705 fixes an error in the compiler version-check code invoked by
install.sh
. - PR #705 switches the GCC download mechanism to
git
to address two issues: 📫- GCC development branches: the previous default (
svn
) can no longer be used because GCC has adoptedgit
. - GCC released versions: the previous default (
ftp
) is disabled on many systems for security reasons.
- GCC development branches: the previous default (
- Other minor installation improvements. 🏗️