Upgrade to libvips v8.3.1

Remove packaging tests and therefore support for Centos 6
This commit is contained in:
Lovell Fuller
2016-05-08 15:57:11 +01:00
parent 7388d97502
commit 051d022fc2
10 changed files with 87 additions and 68 deletions

View File

@@ -1,8 +0,0 @@
#!/bin/sh
# Install C++11 compatible version of g++ on Centos 6
curl -o /etc/yum.repos.d/devtools-1.1.repo http://people.centos.org/tru/devtools-1.1/devtools-1.1.repo
yum install -y devtoolset-1.1
export CC=/opt/centos/devtoolset-1.1/root/usr/bin/gcc
export CPP=/opt/centos/devtoolset-1.1/root/usr/bin/cpp
export CXX=/opt/centos/devtoolset-1.1/root/usr/bin/c++