Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
one
spconv
Commits
25a98c24
Commit
25a98c24
authored
Nov 25, 2021
by
yan.yan
Browse files
debug windows boost download
parent
8b5d2af0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
+6
-5
.github/workflows/build.yaml
.github/workflows/build.yaml
+5
-4
version.txt
version.txt
+1
-1
No files found.
.github/workflows/build.yaml
View file @
25a98c24
...
...
@@ -43,7 +43,11 @@ jobs:
)
)
shell
:
powershell
run
:
.\tools\install_windows_cuda.ps1
run
:
|
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri "https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/$BOOST_VERSION.zip" -UseBasicParsing -OutFile $HOME/boost.zip
Expand-Archive $HOME/boost.zip -DestinationPath $HOME/boost
.\tools\install_windows_cuda.ps1
-
name
:
Set up Python ${{ matrix.python-version }}
uses
:
actions/setup-python@v2
with
:
...
...
@@ -74,9 +78,6 @@ jobs:
$Env:SPCONV_DISABLE_JIT = "1"
pip install pccm pybind11
# download boost header only
$ProgressPreference = 'SilentlyContinue'
Invoke-WebRequest -Uri https://boostorg.jfrog.io/artifactory/main/release/1.77.0/source/$BOOST_VERSION.zip -UseBasicParsing -OutFile $HOME/boost.zip
Expand-Archive $HOME/boost.zip -DestinationPath $HOME/boost
$Env:BOOST_ROOT = "$HOME/boost/$BOOST_VERSION"
# ls "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v${{ matrix.cuda-version }}\include\thrust"
python -m build --wheel --outdir dist/ .
...
...
version.txt
View file @
25a98c24
2.1.1
2
2.1.1
3
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment