From 44711b8389af7498f2239d0e70ef40d2720d1249 Mon Sep 17 00:00:00 2001 From: Samer Afach Date: Thu, 12 Jan 2017 20:08:55 +0100 Subject: [PATCH] More comments --- setup.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.py b/setup.py index 75a9483..6fb55fb 100644 --- a/setup.py +++ b/setup.py @@ -179,6 +179,8 @@ class DependenciesBuilder(_build): check_programs_availability(["cmake","make","g++","gcc","gfortran","git","python3"]) print("Building Spintrum C/C++ extension prerequisites") + + ########## get OpenBLAS openblas_dir = "3rdparty/OpenBLAS" openblas_dir_install = "spintrum/OpenBLAS_install" openblas_full_path = os.path.join(start_working_dir, openblas_dir)