From bbdc8e95f4ac43917cc1fe6c5420357651360942 Mon Sep 17 00:00:00 2001 From: Thomas Blum Date: Wed, 27 May 2026 16:19:28 -0400 Subject: [PATCH] mac-arm: disable Sp, fermion-reps, gparity for faster dev builds Reduces compile time significantly by skipping representations not needed for the staggered HDCG work. Co-Authored-By: Claude Sonnet 4.6 --- systems/mac-arm/config-command-homebrew | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/systems/mac-arm/config-command-homebrew b/systems/mac-arm/config-command-homebrew index e3693601..a35ea0cf 100644 --- a/systems/mac-arm/config-command-homebrew +++ b/systems/mac-arm/config-command-homebrew @@ -7,7 +7,6 @@ CXX=mpicxx ../../configure \ --enable-simd=GEN \ --enable-comms=mpi-auto \ - --enable-Sp=yes \ --enable-unified=yes \ --prefix="${HOME}/Grid-install" \ --with-lime="${CLIME}" \ @@ -15,4 +14,7 @@ CXX=mpicxx ../../configure \ --with-gmp="${GMP}" \ --with-mpfr="${MPFR}" \ --with-fftw="${FFTW}" \ + --disable-Sp \ + --disable-fermion-reps \ + --disable-gparity \ --disable-debug