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
353b71b0
Unverified
Commit
353b71b0
authored
May 15, 2023
by
Andrey Talman
Committed by
GitHub
May 15, 2023
Browse files
Include dlls required for wheel building (#7590)
parent
d17bb3b0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
packaging/pre_build_script.sh
packaging/pre_build_script.sh
+1
-0
No files found.
packaging/pre_build_script.sh
View file @
353b71b0
...
@@ -23,6 +23,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
...
@@ -23,6 +23,7 @@ if [[ "$(uname)" == Darwin || "$OSTYPE" == "msys" ]]; then
cp
"
$bin_path
/Library/bin/libjpeg.dll"
torchvision
cp
"
$bin_path
/Library/bin/libjpeg.dll"
torchvision
fi
fi
else
# Install native CentOS libJPEG, freetype and GnuTLS
# Install native CentOS libJPEG, freetype and GnuTLS
yum
install
-y
libjpeg-turbo-devel freetype gnutls
yum
install
-y
libjpeg-turbo-devel freetype gnutls
...
...
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