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

BUG: final file location is at numpy root directory #52

Merged
merged 1 commit into from
Jun 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion openblas_support.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down