use setuptools_scm for python version management (#627)

* use setuptools_scm for python version management

* add git dep for python wheel building

* if no tag is defined, default to dev

* any untagged version default to 0.0.1
This commit is contained in:
Luiz Irber
2019-11-26 14:56:51 +00:00
committed by Alex Crichton
parent 750355d76b
commit 5cdae1d394
2 changed files with 15 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ const exec = s => {
exec('yum install -y centos-release-scl cmake xz epel-release');
exec('yum install -y rh-python36 patchelf unzip');
exec('yum install -y devtoolset-8-gcc devtoolset-8-binutils devtoolset-8-gcc-c++');
exec('yum install -y git');
// Delete `libstdc++.so` to force gcc to link against `libstdc++.a` instead.
// This is a hack and not the right way to do this, but it ends up doing the