From 9e5c2c629fb6e6763928bcc92650687c1db1f4dc Mon Sep 17 00:00:00 2001 From: Abdallah Ammar Date: Sat, 7 Sep 2024 14:02:43 +0200 Subject: [PATCH] rm olympe by default --- src/make_ninja.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/make_ninja.py b/src/make_ninja.py index c97e979..da9c885 100755 --- a/src/make_ninja.py +++ b/src/make_ninja.py @@ -89,8 +89,8 @@ FIX_ORDER_OF_LIBS=-Wl,--start-group if sys.platform in ["linux", "linux2"]: # compiler = compile_gfortran_linux -# compiler = compile_ifort_linux - compiler = compile_olympe + compiler = compile_ifort_linux +# compiler = compile_olympe elif sys.platform == "darwin": compiler = compile_gfortran_mac else: