diff --git a/arch/Darwin-gnu-arm64.psmp b/arch/Darwin-gnu-arm64.psmp index e3075b43fc..ab2b55c36e 100644 --- a/arch/Darwin-gnu-arm64.psmp +++ b/arch/Darwin-gnu-arm64.psmp @@ -9,7 +9,7 @@ # Ensure the links in /opt/homebrew/bin to the gcc version # and "brew unlink openmpi" (or mpich) if installed. # -# Last update: 17.09.2024 +# Last update: 20.09.2024 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -45,7 +45,7 @@ --with-cmake=$(brew --prefix cmake) --with-elpa=no --with-fftw=$(brew --prefix fftw) --with-gcc=system \ --with-gsl=$(brew --prefix gsl) --with-hdf5=$(brew --prefix hdf5) --with-libxc=$(brew --prefix libxc) \ --with-ninja=$(brew --prefix ninja) --with-openblas=$(brew --prefix openblas) --with-${mpi_implementation} \ - --with-libxsmm=no --with-pexsi=no --with-quip=no; \ + --with-pexsi=no --with-quip=no; \ source ./install/setup; \ cd ../..; \ echo; \ diff --git a/arch/Darwin-gnu-arm64.ssmp b/arch/Darwin-gnu-arm64.ssmp index 94d009ad7c..6a96c371ba 100644 --- a/arch/Darwin-gnu-arm64.ssmp +++ b/arch/Darwin-gnu-arm64.ssmp @@ -8,7 +8,7 @@ # Usage: Source this arch file and then run make as instructed. # Ensure the links in /opt/homebrew/bin to the gcc version. # -# Last update: 17.09.2024 +# Last update: 20.09.2024 # # \ if [[ "${0}" == "${BASH_SOURCE}" ]]; then \ @@ -39,7 +39,7 @@ ./install_cp2k_toolchain.sh -j${maxtasks} --mpi-mode=no --no-arch-files --target-cpu=${target_cpu} \ --with-cmake=$(brew --prefix cmake) --with-fftw=$(brew --prefix fftw) --with-gcc=system \ --with-libxc=$(brew --prefix libxc) --with-ninja=$(brew --prefix ninja) \ - --with-openblas=$(brew --prefix openblas); --with-libxsmm=no \ + --with-openblas=$(brew --prefix openblas); \ source ./install/setup; \ cd ../..; \ echo; \