Fix wheel building
This commit is contained in:
parent
7f5c04be93
commit
179c905c36
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
#!/bin/bash
|
||||
set -e -x
|
||||
|
||||
CC=cc
|
||||
CXX=c++
|
||||
|
||||
export CC CXX
|
||||
|
||||
# Install a system package required by our library
|
||||
#yum install -y atlas-devel
|
||||
yum install -y cmake3 gsl-devel zlib-devel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue