diff --git a/arch/Darwin-gnu-arm64.psmp b/arch/Darwin-gnu-arm64.psmp index e1a1ed7c12..3987833f52 100644 --- a/arch/Darwin-gnu-arm64.psmp +++ b/arch/Darwin-gnu-arm64.psmp @@ -3,13 +3,13 @@ # CP2K Darwin arch file for a parallel arm64 binary # (https://www.cp2k.org/howto:compile_on_macos) # -# Tested with: GNU 14.2.0 and OpenMPI 5.0.7 on an Apple M1 (macOS 15.4.1 Sequoia) +# Tested with: GNU 14.2.0 and OpenMPI 5.0.7 on an Apple M1 (macOS 15.5 Sequoia) # # Usage: Source this arch file and then run make as instructed. # Ensure the links in /opt/homebrew/bin to the gcc version # and "brew unlink openmpi" (or mpich) if installed. # -# Last update: 16.06.2025 +# Last update: 26.06.2025 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -26,7 +26,7 @@ brew install coreutils; \ brew install fftw; \ brew install gawk; \ - brew install gcc; \ + brew install gcc@14; \ brew install gmp; \ brew install gsed; \ brew install gsl; \ diff --git a/arch/Darwin-gnu-arm64.ssmp b/arch/Darwin-gnu-arm64.ssmp index f1e8adae58..cb7429e266 100644 --- a/arch/Darwin-gnu-arm64.ssmp +++ b/arch/Darwin-gnu-arm64.ssmp @@ -3,12 +3,12 @@ # CP2K Darwin arch file for a serial arm64 binary # (https://www.cp2k.org/howto:compile_on_macos) # -# Tested with: GNU 14.2.0 on an Apple M1 (macOS 15.2 Sequoia) +# Tested with: GNU 14.2.0 on an Apple M1 (macOS 15.5 Sequoia) # # Usage: Source this arch file and then run make as instructed. # Ensure the links in /opt/homebrew/bin to the gcc version. # -# Last update: 16.05.2025 +# Last update: 26.05.2025 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -25,7 +25,7 @@ brew install coreutils; \ brew install fftw; \ brew install gawk; \ - brew install gcc; \ + brew install gcc@14; \ brew install hdf5; \ brew install libaec; \ brew install libxc; \