Commit 7a69014
authored
fix: libuv now respect
When building from sources on Linux, libuv didn't respect `CMakePythonDistributions_ARCHIVE_DOWNLOAD_DIR` preventing building the sdist without an internet connection.
It is now respected allowing to build the sdist with:
```
SKBUILD_CONFIGURE_OPTIONS="-DCMakePythonDistributions_ARCHIVE_DOWNLOAD_DIR:PATH=$(pwd)/downloads" pip wheel -v cmake-3.21.1.tar.gz
```
assuming cmake & llibuv source archives are available in `$(pwd)/downloads`
fix scikit-build#172CMakePythonDistributions_ARCHIVE_DOWNLOAD_DIR (scikit-build#173)1 parent 31737a2 commit 7a69014
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
0 commit comments