Changes for new Linux packages and bump VERSION

This commit is contained in:
Kelly Davis 2021-03-08 16:55:43 +01:00
parent 8a03f4bce5
commit 31f3a6a235
4 changed files with 5 additions and 4 deletions

View File

@ -37,7 +37,8 @@ Clone 🐸STT source code (TensorFlow will come as a submdule):
.. code-block:: .. code-block::
git clone https://github.com/coqui-ai/STT.git git clone https://github.com/coqui-ai/STT.git STT
cd STT
git submodule sync tensorflow/ git submodule sync tensorflow/
git submodule update --init tensorflow/ git submodule update --init tensorflow/

View File

@ -51,7 +51,7 @@ SOX_LDFLAGS := `pkg-config --libs sox`
endif # OS others endif # OS others
PYTHON_PACKAGES := numpy${NUMPY_BUILD_VERSION} PYTHON_PACKAGES := numpy${NUMPY_BUILD_VERSION}
ifeq ($(OS),Linux) ifeq ($(OS),Linux)
PYTHON_PLATFORM_NAME ?= --plat-name manylinux1_x86_64 PYTHON_PLATFORM_NAME ?= --plat-name manylinux_2_24_x86_64
endif endif
endif endif

View File

@ -24,7 +24,7 @@ def main():
numpy_include = os.getenv('NUMPY_INCLUDE', numpy_include) numpy_include = os.getenv('NUMPY_INCLUDE', numpy_include)
numpy_min_ver = os.getenv('NUMPY_DEP_VERSION', '') numpy_min_ver = os.getenv('NUMPY_DEP_VERSION', '')
project_name = 'stt' project_name = 'STT'
if '--project_name' in sys.argv: if '--project_name' in sys.argv:
project_name_idx = sys.argv.index('--project_name') project_name_idx = sys.argv.index('--project_name')
project_name = sys.argv[project_name_idx + 1] project_name = sys.argv[project_name_idx + 1]

View File

@ -1 +1 @@
0.10.0-alpha.3 0.10.0-alpha.4