From 3e4227e3ece8a779c3d4c5d54c94c4ad5fb0faa1 Mon Sep 17 00:00:00 2001 From: loqs Date: Sat, 27 Jan 2024 21:17:40 +0000 Subject: [PATCH] Use FFLAGS for PARPACK with autotools and mpi Fixes https://github.com/opencollab/arpack-ng/issues/448. --- PARPACK/SRC/MPI/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/PARPACK/SRC/MPI/Makefile.am b/PARPACK/SRC/MPI/Makefile.am index b574a8207..61a6f607e 100644 --- a/PARPACK/SRC/MPI/Makefile.am +++ b/PARPACK/SRC/MPI/Makefile.am @@ -1,8 +1,6 @@ AUTOMAKE_OPTIONS = subdir-objects # Needed as debug/stat* are not in current directory. F77 = $(MPIF77) -FFLAGS_SAV = @FFLAGS@ -FFLAGS = PSRC = pcontext.f SSRC = psnaitr.f psnapps.f psnaup2.f psnaupd.f psneigh.f psneupd.f psngets.f \