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
deepspeed
Commits
fe61783d
You need to sign in or sign up before continuing.
Commit
fe61783d
authored
Jan 13, 2024
by
aiss
Browse files
modify env path
parent
299681e0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
env.sh
env.sh
+2
-2
No files found.
env.sh
View file @
fe61783d
...
...
@@ -2,8 +2,8 @@
source
/opt/dtk/env.sh
export
BUILD_ROOT
=
`
pwd
`
echo
$BUILD_ROOT
export
LD_LIBRARY_PATH
=
/usr/local/lib/python3.8/site-packages/torch/lib:
$BUILD_ROOT
/libaio_build/lib:
$LD_LIBRARY_PATH
export
C_INCLUDE_PATH
=
$BUILD_ROOT
/libaio_build/include:
$C_INCLUDE_PATH
export
LD_LIBRARY_PATH
=
/usr/local/lib/python3.8/site-packages/torch/lib:
$BUILD_ROOT
/
third_party/
libaio_build/lib:
$LD_LIBRARY_PATH
export
C_INCLUDE_PATH
=
$BUILD_ROOT
/
third_party/
libaio_build/include:
$C_INCLUDE_PATH
export
C_PLUS_INCLUDE_PATH
=
$C_INCLUDE_PATH
export
CFLAGS
=
"-Ithird_party/libaio_build/include/"
export
LDFLAGS
=
"-Lthird_party/libaio_build/lib/"
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