mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
Add mesa-libGL-devel, mesa-libGLU-devel so travis can build against OpenGL.
This commit is contained in:
parent
951825ce87
commit
ffd036277b
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue