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
Torchaudio
Commits
636e1499
Unverified
Commit
636e1499
authored
Aug 07, 2019
by
Edward Z. Yang
Committed by
GitHub
Aug 07, 2019
Browse files
Setup cuda_suffix (#218)
Signed-off-by:
Edward Z. Yang
<
ezyang@fb.com
>
parent
cd185d1f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
packaging/build_conda.sh
packaging/build_conda.sh
+1
-0
packaging/build_wheel.sh
packaging/build_wheel.sh
+1
-0
No files found.
packaging/build_conda.sh
View file @
636e1499
...
...
@@ -5,6 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
setup_build_version 0.4.0
setup_cuda_suffix
setup_macos
export
SOURCE_ROOT_DIR
=
"
$PWD
"
setup_conda_pytorch_constraint
...
...
packaging/build_wheel.sh
View file @
636e1499
...
...
@@ -5,6 +5,7 @@ script_dir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
.
"
$script_dir
/pkg_helpers.bash"
setup_python
setup_cuda_suffix
setup_build_version 0.4.0
setup_macos
"
$script_dir
/build_from_source.sh"
"
$(
pwd
)
"
# Build static dependencies
...
...
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