Skip to content

Commit

Permalink
clean up CI build script
Browse files Browse the repository at this point in the history
  • Loading branch information
pluskid committed Oct 20, 2015
1 parent 1eb7ebc commit 9223721
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/travis/build_mxnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@ if [ ! -f config.mk ]; then

if [ ${TRAVIS_OS_NAME} == "osx" ]; then
cp make/osx.mk config.mk
## add built-in blas header file to path
#sed -i -s 's%ADD_CFLAGS =%ADD_CFLAGS = -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/%' config.mk
## disable openmp
#sed -i -s 's%USE_OPENMP = 1%USE_OPENMP = 0%g' config.mk
fi
fi

Expand Down

0 comments on commit 9223721

Please sign in to comment.