Skip to content

Commit

Permalink
try different compiler version
Browse files Browse the repository at this point in the history
  • Loading branch information
elhuhdron committed Aug 16, 2018
1 parent 7fd97bf commit 243d33a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "libCZI"]
path = libCZI
url = https://github.com/zeiss-microscopy/libCZI.git
1 change: 1 addition & 0 deletions libCZI
Submodule libCZI added at 0922f1
5 changes: 3 additions & 2 deletions travis/build-wheels.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ set -e -x
yum install -y libpng-devel zlib-devel

# Install newer devtools that work on manylinux
GCCAR=gcc-7.3-centos5-x86-64.tar.bz2
curl -o ${GCCAR} -L https://github.com/Noctem/pogeo-toolchain/releases/download/v1.5/${GCCAR}
GCCLOC=https://github.com/squeaky-pl/centos-devtools/releases/download/6.3
GCCAR=gcc-6.3.0-binutils-2.27-x86_64.tar.bz2
curl -o ${GCCAR} -L ${GCCLOC}/${GCCAR}
tar xvjf ${GCCAR}
export CC=/toolchain/bin/gcc
export CXX=/toolchain/bin/g++
Expand Down

0 comments on commit 243d33a

Please sign in to comment.