Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.

Commit

Permalink
Merge 211e9ce into 3a9bfbc
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburr committed Nov 24, 2019
2 parents 3a9bfbc + 211e9ce commit 60d6190
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,6 @@
from glob import glob
from contextlib import contextmanager

# Prevent setup from trying to create hard links
# which are not allowed on AFS between directories.
# This is a hack to force copying.
try:
del os.link
except AttributeError:
pass

local_path = os.path.dirname(os.path.abspath(__file__))
# setup.py can be called from outside the root_numpy directory
os.chdir(local_path)
Expand Down

0 comments on commit 60d6190

Please sign in to comment.