Unverified Commit 2f25eac7 authored by Quan (Andy) Gan's avatar Quan (Andy) Gan Committed by GitHub
Browse files

[Build][Release] Windows release fixes (#650)

* bump up version

* conda+cuda trial

* switch conda branch

* revert

* disable cudnn

* windows cuda arch fix

* more fix
parent e8e56b34
......@@ -3,7 +3,7 @@ git submodule init
git submodule update
md build
cd build
cmake -DUSE_CUDA=%USE_CUDA% -DUSE_OPENMP=ON -DCMAKE_CXX_FLAGS="/DDGL_EXPORTS" -DCMAKE_CONFIGURATION_TYPES="Release" .. -G "Visual Studio 15 2017 Win64" || EXIT /B 1
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
msbuild dgl.sln || EXIT /B 1
COPY Release\dgl.dll .
cd ..\python
......
package:
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX') }}
name: dgl{{ environ.get('DGL_PACKAGE_SUFFIX', '') }}
version: "0.3"
source:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment