Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
BTS-MTGNN
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhlj
BTS-MTGNN
Commits
97ed7c18
Commit
97ed7c18
authored
Jan 17, 2024
by
Wenjie Huang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update install.sh
parent
18244f6c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
install.sh
+3
-3
No files found.
install.sh
View file @
97ed7c18
...
...
@@ -3,9 +3,9 @@
mkdir
-p
build
&&
cd
build
cmake ..
\
-DCMAKE_EXPORT_COMPILE_COMMANDS
=
ON
\
-DCMAKE_PREFIX_PATH
=
"/home/zlj/.miniconda3/envs/sgl/lib/python3.10/site-packages"
\
-DPython3_ROOT_DIR
=
"/home/zlj/.miniconda3/envs/sgl"
\
-DCUDA_TOOLKIT_ROOT_DIR
=
"/home/zlj/.local/cuda-11.8"
\
-DCMAKE_PREFIX_PATH
=
$(
python
-c
"from distutils.sysconfig import get_python_lib; print(get_python_lib())"
)
\
-DPython3_ROOT_DIR
=
$(
python
-c
"import sys; print(sys.prefix)"
)
\
-DCUDA_TOOLKIT_ROOT_DIR
=
${
CUDA_HOME
:-
"
$(
realpath
$(
dirname
$(
which nvcc
))
/../
)
"
}
\
&&
make
-j32
\
&&
rm
-rf
../starrygl/lib
\
&&
mkdir ../starrygl/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