File tree Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Expand file tree Collapse file tree 2 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ script:
2121 - pip install -U twine
2222 - docker run --rm -v `pwd`:/io $DOCKER_IMAGE $PRE_CMD /io/.ci/build-wheels.sh
2323 - ls wheelhouse/
24- - twine upload -r pypi wheelhouse/*manylinux1_x86_64.whl
24+ # - twine upload -r pypi wheelhouse/*manylinux1_x86_64.whl
2525
2626skip_cleanup : true
2727
Original file line number Diff line number Diff line change 1- source activate oscars_py2.7
2- export PATH=$PATH:/C/Program\ Files/Microsoft\ SDKs/Windows/v7.1/Bin/
3- make clean
4- make
5- python setup.py bdist_wheel upload -r pypi
1+
2+ ###*** CUDA Objects for the nvcc compiler ***###
3+ # For windows compilation need to switch to -compiler-options '/MD' flag as below
4+ # -CUDACFLAGS = -DCUDA -cudart static -std=c++11 -shared --compiler-options '-fPIC'
5+ # +CUDACFLAGS = -DCUDA -cudart static -std=c++11 -shared --compiler-options '/MD'
6+ # +#CUDACFLAGS = -DCUDA -cudart static -std=c++11 -shared --compiler-options '-fPIC'
7+ ###*** CUDA Objects for the nvcc compiler ***###
8+
9+
10+
11+ ###*** py2.7 for windows is out because it doesn't support mutex locking ***###
12+ # source activate oscars_py2.7
13+ # export PATH=$PATH:/C/Program\ Files/Microsoft\ SDKs/Windows/v7.1/Bin/
14+ # make clean
15+ # make
16+ # python setup.py bdist_wheel upload -r pypi
17+ ###*** py2.7 for windows is out because it doesn't support mutex locking ***###
618
719
820source activate oscars_py3.6
You can’t perform that action at this time.
0 commit comments