File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11REM Needs vcvars64.bat to be called
22git submodule init
3- git submodule update
3+ git submodule update --recursive
44md build
55cd build
6- cmake -DUSE_CUDA=%USE_CUDA% -DUSE_OPENMP=ON -DCUDA_ARCH_NAME=All -DCMAKE_CXX_FLAGS=" /DDGL_EXPORTS" -DCMAKE_CONFIGURATION_TYPES=" Release" .. -G " Visual Studio 15 2017 Win64" || EXIT /B 1
6+ cmake -DUSE_CUDA=%USE_CUDA% -DUSE_OPENMP=ON -DCUDA_ARCH_NAME=All -DCMAKE_CXX_FLAGS=" /DDGL_EXPORTS" -DCMAKE_CONFIGURATION_TYPES=" Release" -DDMLC_FORCE_SHARED_CRT=ON .. -G " Visual Studio 15 2017 Win64" || EXIT /B 1
77msbuild dgl.sln || EXIT /B 1
88COPY Release\dgl.dll .
99cd ..\python
Original file line number Diff line number Diff line change 11git submodule init
2- git submodule update
2+ git submodule update --recursive
33mkdir build
44cd build
55cmake -DUSE_CUDA=$USE_CUDA -DUSE_OPENMP=ON -DCUDA_ARCH_NAME=All ..
You can’t perform that action at this time.
0 commit comments