From 344c2bd4fac6c07e3e11e9e04c73f775a067782a Mon Sep 17 00:00:00 2001 From: Abdallah Ammar Date: Tue, 5 Nov 2024 07:45:50 +0100 Subject: [PATCH] add ifort again --- src/make_ninja.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/make_ninja.py b/src/make_ninja.py index 78e2aec..edeb379 100755 --- a/src/make_ninja.py +++ b/src/make_ninja.py @@ -81,7 +81,7 @@ elif sys.platform == "Linux" or os.path.exists('/proc/version'): compiler = compile_gfortran_linux_debug else: - if check_compiler_exists('ifortt'): + if check_compiler_exists('ifort'): compiler = """ FC = ifort -qmkl=parallel -qopenmp AR = ar crs