fasda-utils: Update to 0.1.0.2
heatmap.py: Use Z-scores for seaborn.clustermap()
Skipped the usual commit to test branch as the only change is an
added parameter to a python function call.
Use gcc14-darwin on Darwin-aarch64
compiler/gfortran.mk: Add support for gcc${GFORTRAN_VERSION}-${OPSYS:tl}
This is an incremental patch to support the use of platform-specific
gcc14 packages. It will have no effect until such packages are
added.
This only effects gfortran dependencies on darwin aarch64 for now, as
our only available test port is gcc14-darwin (in ci/gcc14 branch),
and gcc14-darwin has not been tested on all Darwin versions and archs.
We will need similar updates to gcc.mk if/when platform-specific gcc
packages are created for gcc-based platforms.
This also updates the default GCC to gcc14 for all Darwin aarch64.
Darwin.mk:
Add CLTOOLS_VERSION for checking the Xcode command-line tools
[4 lines not shown]