We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
build_base
1 parent 2039802 commit b364b92Copy full SHA for b364b92
setup.py
@@ -24,7 +24,7 @@ def initialize_options(self):
24
# clashes with directories many developers have in their source trees;
25
# this can create confusing results with "pip install .", which clones
26
# the whole source tree by default
27
- self.build_base = "_tmppythonbuild"
+ self.build_base = os.path.join("_tmppythonbuild", "amrex")
28
29
def run(self):
30
# remove existing build directory
0 commit comments