From 045dc380073af2d5efa92f7d4bb0b58bba9dbe92 Mon Sep 17 00:00:00 2001 From: Oniichan <76522773+Jayesh6999@users.noreply.github.com> Date: Sat, 22 Oct 2022 20:00:17 +0530 Subject: [PATCH] Update setup.py print (lapack_info) # there was issue with print statement on line 46 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2c2393c..8348b69 100755 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ def run(self): lapack_info = get_info('lapack_opt',1) # lapack_info = get_info('',1) # lapack_info = False -print lapack_info +print (lapack_info) # quit()