Skip to content

Commit 64d038d

Browse files
committed
for tagged github release
1 parent cb3cdf1 commit 64d038d

File tree

2 files changed

+18
-6
lines changed

2 files changed

+18
-6
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2626
skip_cleanup: true
2727

build_scripts/Windows_build.txt

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
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

820
source activate oscars_py3.6

0 commit comments

Comments
 (0)