Skip to content

Commit

Permalink
merge with lastest master
Browse files Browse the repository at this point in the history
  • Loading branch information
winstywang committed Apr 5, 2017
2 parents 19845cd + 9a65a2e commit 7c70c66
Show file tree
Hide file tree
Showing 809 changed files with 65,068 additions and 10,211 deletions.
16 changes: 12 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ __pycache__
*.json
*.d
build
cmake-build-debug
cmake-build-release
cmake-build
data
recommonmark
bin
deps

# R
Expand All @@ -85,6 +87,7 @@ R-package/R/mxnet_generated.R
*ubyte
*.bin
*.txt
!CMakeLists.txt

# ipython notebook
*_pb2.py
Expand Down Expand Up @@ -141,7 +144,12 @@ tools/pip_package/mxnet.egg-info
tools/pip_package/mxnet

# temporary path for building dependencies when building wheel
deps/

./deps/
bld
./tmp/*
*.jar
target
target
cmake-build


bin/im2rec
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
[submodule "cub"]
path = cub
url = https://github.com/NVlabs/cub
shallow = true
shallow=true
23 changes: 20 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ os:
# - linux
- osx

osx_image: xcode8

env:
# code analysis
# - TASK=lint
Expand All @@ -21,9 +23,19 @@ env:

# TODO, R test, distributed test, clang, more g++ versions

# matrix:
# exclude:
# - os: osx
matrix:
include:
- # os: linux
# dist: trusty
# env: TASK=perl_test
- os: osx
## sudo is required because
## prexexisting packages conflict
## with new ones.
## would be nice to have macports
## on travis osx, it has all needed perl packages
sudo: required
env: TASK=perl_test
# env: TASK=julia JULIA_VER=0.4
# - os: linux
# env: TASK=build
Expand Down Expand Up @@ -57,6 +69,11 @@ addons:
- python3-dev
- python3-nose
- graphviz
- libmouse-perl
- pdl
- cpanminus
- swig
- libgraphviz-perl

before_install:
- export NVCC_PREFIX=${HOME}
Expand Down
Loading

0 comments on commit 7c70c66

Please sign in to comment.