Skip to content

Commit

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

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

# Compile wheels
for PYBIN in /opt/python/*/bin; do
Expand Down

0 comments on commit 5e89cd9

Please sign in to comment.