From 12aca79ee5f155756ca57dfe2aa926c394ddd8c5 Mon Sep 17 00:00:00 2001 From: "Benjamin S. Kirk" Date: Thu, 10 Oct 2024 09:21:13 -0600 Subject: [PATCH] Update configure.defaults to support a Linux aarch64 gfortran option This one line change extends the `Linux x86_64, gfortran` stanza to support `aarch64` (ARM processors) as well by simply changing the definition to `Linux x86_64 aarch64, gfortran` Since there are no required differences when using `gfortran` on these two architectures this seemed like the best approach. Let me know if you would instead prefer a new stanza, with identical content. --- arch/configure.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/configure.defaults b/arch/configure.defaults index cdb94071..4d8507e2 100644 --- a/arch/configure.defaults +++ b/arch/configure.defaults @@ -189,7 +189,7 @@ CPPFLAGS = -D_UNDERSCORE -DBYTESWAP -DLINUX -DIO_NETCDF -DBIT32 -DNO_ RANLIB = ranlib ######################################################################################################################## -#ARCH Linux x86_64, gfortran # serial serial_NO_GRIB2 dmpar dmpar_NO_GRIB2 +#ARCH Linux x86_64 aarch64, gfortran # serial serial_NO_GRIB2 dmpar dmpar_NO_GRIB2 # COMPRESSION_LIBS = CONFIGURE_COMP_L COMPRESSION_INC = CONFIGURE_COMP_I