Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 880282f

Browse files
authored
Merge pull request #52 from mattip/windll3
BUG: final file location is at numpy root directory
2 parents 1bf4918 + bf78e81 commit 880282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openblas_support.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def make_init(dirname):
2020
# convention for storing / loading the DLL from
2121
# numpy/.libs/, if present
2222
try:
23-
basedir = os.path.dirname(os.path.dirname(__file__))
23+
basedir = os.path.dirname(__file__)
2424
except:
2525
pass
2626
else:

0 commit comments

Comments
 (0)