From 745b28068d92f0624528db75fa2e762293b62903 Mon Sep 17 00:00:00 2001
From: kamischi <karl-michael.schindler@web.de>
Date: Wed, 6 Mar 2024 16:53:33 +0100
Subject: [PATCH] Set name of python3 interpreter

---
 source/f90/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/source/f90/Makefile b/source/f90/Makefile
index 3a8a62b..26057a7 100644
--- a/source/f90/Makefile
+++ b/source/f90/Makefile
@@ -12,6 +12,9 @@ ifeq "$(GFORTAN_VERSION_GE_5)" "1"
 	FFLAGS += -fdiagnostics-color=auto
 endif
 
+# python3 interpreter
+PYTHON3 = python3
+
 # implicit rules for compiling fortran files
 %.o:       %.f90 ; $(FC) $(FFLAGS) -c $< 
 %_mod.mod: %.f90 ; $(FC) $(FFLAGS) -c $<
-- 
GitLab