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
264b83b5
Unverified
Commit
264b83b5
authored
Dec 01, 2022
by
Nicolas Hug
Committed by
GitHub
Dec 01, 2022
Browse files
Add shebang to bash script to make internal linter happy (#6999)
parent
a718345a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
packaging/post_build_script.sh
packaging/post_build_script.sh
+1
-0
packaging/pre_build_script.sh
packaging/pre_build_script.sh
+1
-0
No files found.
packaging/post_build_script.sh
View file @
264b83b5
#!/bin/bash
LD_LIBRARY_PATH
=
"/usr/local/lib:
$CUDA_HOME
/lib64:
$LD_LIBRARY_PATH
"
python packaging/wheel/relocate.py
packaging/pre_build_script.sh
View file @
264b83b5
#!/bin/bash
if
[[
"
$(
uname
)
"
==
Darwin
||
"
$OSTYPE
"
==
"msys"
]]
;
then
# Uninstall Conflicting jpeg brew formulae
jpeg_packages
=
$(
brew list |
grep
jpeg
)
...
...
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