From 3d4649d7d828a784d3bfc205d9afc9d87743f857 Mon Sep 17 00:00:00 2001 From: v1j4y Date: Mon, 8 Aug 2022 17:22:14 +0200 Subject: [PATCH] Fix for compatibility with python3. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 1c5195b..f6d79a7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -205,7 +205,7 @@ cppcheck.out: $(qmckl_h) $(qmckl_include_i): $(qmckl_h) $(process_header_py) $(MKDIR_P) python/src - python $(process_header_py) $(qmckl_h) + python3 $(process_header_py) $(qmckl_h) mv qmckl_include.i $(qmckl_include_i)