Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-sparse
Commits
d1aee184
Commit
d1aee184
authored
Oct 10, 2022
by
rusty1s
Browse files
fix conda build
parent
e692eff8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
conda/pytorch-sparse/build_conda.sh
conda/pytorch-sparse/build_conda.sh
+2
-2
No files found.
conda/pytorch-sparse/build_conda.sh
View file @
d1aee184
...
@@ -40,7 +40,7 @@ echo "- $CONDA_PYTORCH_CONSTRAINT"
...
@@ -40,7 +40,7 @@ echo "- $CONDA_PYTORCH_CONSTRAINT"
echo
"-
$CONDA_CUDATOOLKIT_CONSTRAINT
"
echo
"-
$CONDA_CUDATOOLKIT_CONSTRAINT
"
if
[
"
${
CUDA_VERSION
}
"
=
"cu116"
]
;
then
if
[
"
${
CUDA_VERSION
}
"
=
"cu116"
]
;
then
conda build
.
-c
pytorch
-c
default
-c
nvidia
-c
conda-forge
--output-folder
"
$HOME
/conda-bld"
conda build
.
-c
pytorch
-c
pyg
-c
default
-c
nvidia
-c
conda-forge
--output-folder
"
$HOME
/conda-bld"
else
else
conda build
.
-c
pytorch
-c
default
-c
nvidia
--output-folder
"
$HOME
/conda-bld"
conda build
.
-c
pytorch
-c
pyg
-c
default
-c
nvidia
--output-folder
"
$HOME
/conda-bld"
fi
fi
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