From ffd036277b243843aa0c38a5481a8830c0a55a63 Mon Sep 17 00:00:00 2001 From: Quantum Date: Wed, 22 Aug 2018 16:53:30 -0400 Subject: [PATCH] Add mesa-libGL-devel, mesa-libGLU-devel so travis can build against OpenGL. --- .travis-wheels.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis-wheels.sh b/.travis-wheels.sh index e03f61f..2c16227 100755 --- a/.travis-wheels.sh +++ b/.travis-wheels.sh @@ -2,7 +2,7 @@ set -e -x # Install a system package required by our library -yum install -y atlas-devel +yum install -y atlas-devel mesa-libGL-devel mesa-libGLU-devel # Compile wheels for PYBIN in /opt/python/*/bin; do