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
vision
Commits
bda807d5
Unverified
Commit
bda807d5
authored
Aug 16, 2023
by
Omkar Salpekar
Committed by
GitHub
Aug 16, 2023
Browse files
Pre-Script Update for Aarch64 (#7834)
parent
ca012d39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
packaging/pre_build_script.sh
packaging/pre_build_script.sh
+1
-1
No files found.
packaging/pre_build_script.sh
View file @
bda807d5
...
@@ -11,7 +11,7 @@ if [[ "$(uname)" == Darwin ]]; then
...
@@ -11,7 +11,7 @@ if [[ "$(uname)" == Darwin ]]; then
conda
install
-yq
wget
conda
install
-yq
wget
fi
fi
if
[[
"
$(
uname
)
"
==
Darwin
||
"
$OSTYPE
"
==
"msys"
]]
;
then
if
[[
"
$(
uname
)
"
==
Darwin
||
"
$OSTYPE
"
==
"msys"
||
"
$ARCH
"
==
"aarch64"
]]
;
then
# Install libpng from Anaconda (defaults)
# Install libpng from Anaconda (defaults)
conda
install
libpng
-yq
conda
install
libpng
-yq
conda
install
-yq
ffmpeg
=
4.2 libjpeg-turbo
-c
pytorch
conda
install
-yq
ffmpeg
=
4.2 libjpeg-turbo
-c
pytorch
...
...
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