From bf78e8145a5244a86d89e04aab58ea8ba13f1d38 Mon Sep 17 00:00:00 2001 From: mattip Date: Mon, 17 Jun 2019 00:09:51 +0300 Subject: [PATCH] BUG: final file location is at numpy root directory --- openblas_support.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openblas_support.py b/openblas_support.py index 38553ac..52d283a 100644 --- a/openblas_support.py +++ b/openblas_support.py @@ -20,7 +20,7 @@ def make_init(dirname): # convention for storing / loading the DLL from # numpy/.libs/, if present try: - basedir = os.path.dirname(os.path.dirname(__file__)) + basedir = os.path.dirname(__file__) except: pass else: