-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, if no -s or -w option is given, a sdist is created which is then extracted in a /tmp/build-sdist-xxx directory. It would be useful to have an option to specify this directory. That's important when compiling large C extensions which can benefit from using ccache. When a random temporary directory is created then ccache is of not use.
In other words, my request is to have an option to specify the directory sdist_out in this line:
Line 238 in f5d5f15
| sdist_out = tempfile.mkdtemp(prefix='build-via-sdist-') |
I know that the current -w option helps in that sense, but it is desirable to have off-source builds since the extension compilation can potentially create many files and mess around with the sources.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request