Skip to content

Commit b364b92

Browse files
committed
setup.py: More Unique build_base (#355)
This likely can race in superbuilds of dependent projects.
1 parent 2039802 commit b364b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize_options(self):
2424
# clashes with directories many developers have in their source trees;
2525
# this can create confusing results with "pip install .", which clones
2626
# the whole source tree by default
27-
self.build_base = "_tmppythonbuild"
27+
self.build_base = os.path.join("_tmppythonbuild", "amrex")
2828

2929
def run(self):
3030
# remove existing build directory

0 commit comments

Comments
 (0)