dmlc--dgl
37feb479fd
* 0.1.2 release * oops * more fixes on windows * [Bugfix] fix download dir (#275) * fix download dir * add doc for the env var
12 行
360 B
Batchfile
12 行
360 B
Batchfile
git submodule init
|
|
git submodule update
|
|
md build
|
|
cd build
|
|
cmake -DCMAKE_CXX_FLAGS="-DDMLC_LOG_STACK_TRACE=0 -DDGL_EXPORTS" -DCMAKE_MAKE_PROGRAM=mingw32-make .. -G "MinGW Makefiles"
|
|
if errorlevel 1 exit 1
|
|
mingw32-make
|
|
if errorlevel 1 exit 1
|
|
cd ..\python
|
|
"%PYTHON%" setup.py install --single-version-externally-managed --record=record.txt
|
|
if errorlevel 1 exit 1
|